.idb-wrap {
    margin: 1.5rem 0;
    font-size: 15px;
    line-height: 1.55;
}

.idb-matrix-title,
.idb-section-title {
    font-size: 1.35rem;
    margin: 0 0 1rem;
    font-weight: 700;
}

.idb-table-scroll {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 8px;
}

.idb-matrix-table {
    width: 100%;
    border-collapse: collapse;
    min-width: 920px;
    background: #fff;
}

.idb-matrix-table th,
.idb-matrix-table td {
    padding: 10px 12px;
    text-align: left;
    vertical-align: top;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.idb-matrix-table thead th {
    background: #f6f7f9;
    font-weight: 600;
    white-space: nowrap;
}

.idb-matrix-table tbody tr:hover {
    background: #fafbfc;
}

.idb-matrix-table .idb-empty {
    text-align: center;
    color: #666;
    padding: 24px;
}

.idb-project-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 1rem;
}

.idb-project-card {
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 10px;
    padding: 1rem 1.15rem;
    background: #fff;
}

.idb-project-head {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 0.75rem 1rem;
    justify-content: space-between;
}

.idb-project-title {
    margin: 0;
    font-size: 1.15rem;
}

.idb-project-quote {
    font-weight: 700;
    color: #1a6bb0;
    white-space: nowrap;
}

.idb-project-summary {
    margin: 0.6rem 0 0;
    color: #444;
}

.idb-project-body {
    margin-top: 0.85rem;
    padding-top: 0.85rem;
    border-top: 1px dashed rgba(0, 0, 0, 0.1);
}

.idb-project-body > *:first-child {
    margin-top: 0;
}

.idb-projects .idb-empty {
    padding: 1.5rem;
    text-align: center;
    color: #666;
    border: 1px dashed rgba(0, 0, 0, 0.12);
    border-radius: 8px;
}

@media (max-width: 720px) {
    .idb-matrix-table thead {
        display: none;
    }

    .idb-matrix-table,
    .idb-matrix-table tbody,
    .idb-matrix-table tr,
    .idb-matrix-table td {
        display: block;
        width: 100%;
        min-width: 0;
    }

    .idb-matrix-table tr {
        margin-bottom: 12px;
        border: 1px solid rgba(0, 0, 0, 0.08);
        border-radius: 8px;
        overflow: hidden;
    }

    .idb-matrix-table td {
        border: none;
        border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    }

    .idb-matrix-table td:last-child {
        border-bottom: none;
    }

    .idb-matrix-table td::before {
        content: attr(data-label);
        display: block;
        font-weight: 600;
        font-size: 0.8rem;
        color: #555;
        margin-bottom: 4px;
    }
}
