.dp-front-wrap-6561cdca {
    max-width: 1100px;
    margin: 0 auto;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.dp-front-header-6561cdca {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
    flex-wrap: wrap;
    gap: 10px;
}

.dp-front-header-6561cdca h3 {
    margin: 0;
    font-size: 22px;
    color: #1d2327;
}

.dp-front-total-6561cdca {
    background: #135e96;
    color: #fff;
    padding: 6px 16px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 600;
}

.dp-front-table-6561cdca {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
}

.dp-front-table-6561cdca thead th {
    background: #1d2327;
    color: #fff;
    padding: 10px 14px;
    text-align: left;
    font-weight: 600;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.dp-front-table-6561cdca tbody td {
    padding: 10px 14px;
    border-bottom: 1px solid #e0e0e0;
    vertical-align: top;
}

.dp-front-row-6561cdca:nth-child(even) {
    background: #f6f7f7;
}

.dp-front-row-6561cdca:hover {
    background: #eaf3fa;
}

.dp-front-count-6561cdca {
    display: inline-block;
    background: #135e96;
    color: #fff;
    padding: 2px 10px;
    border-radius: 12px;
    font-size: 12px;
    font-weight: 700;
    min-width: 24px;
    text-align: center;
}

.dp-front-toggle-6561cdca {
    background: none;
    border: none;
    color: #135e96;
    cursor: pointer;
    font-size: 12px;
    text-decoration: underline;
    padding: 0;
    margin-left: 8px;
}

.dp-front-toggle-6561cdca:hover {
    color: #0a3d62;
}

.dp-front-members-6561cdca ul {
    margin: 6px 0 0 0;
    padding: 0 0 0 18px;
    font-size: 13px;
    color: #50575e;
}

.dp-front-members-6561cdca li {
    margin-bottom: 2px;
}

@media (max-width: 768px) {
    .dp-front-table-6561cdca,
    .dp-front-table-6561cdca thead,
    .dp-front-table-6561cdca tbody,
    .dp-front-table-6561cdca th,
    .dp-front-table-6561cdca td,
    .dp-front-table-6561cdca tr {
        display: block;
    }

    .dp-front-table-6561cdca thead {
        display: none;
    }

    .dp-front-table-6561cdca tbody td {
        padding: 6px 14px;
        border: none;
    }

    .dp-front-row-6561cdca {
        border: 1px solid #ddd;
        border-radius: 6px;
        margin-bottom: 12px;
        padding: 8px 0;
    }

    .dp-front-table-6561cdca tbody td:before {
        content: attr(data-label);
        font-weight: 700;
        display: inline-block;
        width: 80px;
        color: #1d2327;
    }
}
