@charset "utf-8";

/* ==============================================
 訴訟資料 要約表示（モーダル版）
=============================================== */

.material-summary-toggle {
    display: inline-block;
    font-size: 0.85rem;
    color: #1d8b9c;
    cursor: pointer;
    margin-top: 4px;
    text-decoration: none;
    border-bottom: 1px dashed #1d8b9c;
}

.material-summary-toggle:hover {
    text-decoration: none;
    opacity: 0.7;
}

.material-summary-toggle::before {
    font-family: "Font Awesome 5 Free";
    content: "\f036";
    /* fa-align-left */
    font-weight: 900;
    margin-right: 5px;
}

/* Modal Specific Styles */
.summary-modal .modal-header {
    background-color: #f3f9fa;
    border-bottom: 1px solid #e9ecef;
}

.summary-modal .modal-title {
    font-size: 1.1rem;
    font-weight: bold;
    color: #1d8b9c;
}

.summary-modal .modal-body {
    padding: 20px;
    line-height: 1.8;
    color: #333;
    font-size: 1rem;
}

.summary-modal .summary-label {
    display: block;
    font-weight: bold;
    font-size: 0.9rem;
    color: #1d8b9c;
    margin-bottom: 10px;
    border-bottom: 1px solid #1d8b9c;
    padding-bottom: 5px;
}

.summary-modal .modal-footer {
    border-top: 1px solid #e9ecef;
}

@media (max-width: 767px) {
    .summary-modal .modal-body {
        padding: 15px;
        font-size: 0.9rem;
    }
}