/* Data Table plugin — scoped to .plugin-10008 */
.plugin-10008 .dt-section { padding: 80px 0; }
.plugin-10008 .dt-wrap { max-width: 1200px; margin: 0 auto; padding: 0 48px; }
.plugin-10008 .dt-label {
    font-size: 13px; font-weight: 500;
    color: var(--ocs-primary, #1a73e8);
    text-transform: uppercase; letter-spacing: .8px; margin-bottom: 12px;
}
.plugin-10008 .dt-heading {
    font-size: 38px; font-weight: 400;
    color: #202124; line-height: 1.2; margin-bottom: 14px;
}
.plugin-10008 .dt-sub {
    font-size: 17px; color: #5f6368;
    line-height: 1.65; max-width: 560px; margin-bottom: 32px;
}
.plugin-10008 .dt-table-wrap { overflow-x: auto; margin-bottom: 24px; }
.plugin-10008 .dt-table {
    width: 100%; border-collapse: collapse;
    font-size: 14px; color: #202124;
}
.plugin-10008 .dt-table thead tr {
    border-bottom: 2px solid #dadce0;
}
.plugin-10008 .dt-table th {
    padding: 12px 16px;
    text-align: left; font-weight: 600;
    font-size: 12px; text-transform: uppercase;
    letter-spacing: .4px; color: #5f6368;
    white-space: nowrap;
}
.plugin-10008 .dt-table td {
    padding: 14px 16px;
    border-bottom: 1px solid #f1f3f4;
    vertical-align: middle;
}
.plugin-10008 .dt-table tbody tr:hover { background: #f8f9fa; }
.plugin-10008 .dt-td-first { font-weight: 500; color: #202124; }
.plugin-10008 .dt-badge {
    display: inline-block;
    font-size: 12px; font-weight: 600;
    padding: 3px 10px; border-radius: 100px;
}
.plugin-10008 .dt-trend { font-weight: 600; }
.plugin-10008 .dt-trend.up   { color: #34a853; }
.plugin-10008 .dt-trend.down { color: #ea4335; }
.plugin-10008 .dt-footer { text-align: center; }
.plugin-10008 .dt-btn-outline {
    display: inline-block;
    border: 1.5px solid #dadce0;
    border-radius: 4px; padding: 10px 28px;
    font-size: 14px; font-weight: 500;
    color: var(--ocs-primary, #1a73e8);
    text-decoration: none;
    transition: border-color .2s, background .2s;
}
.plugin-10008 .dt-btn-outline:hover { border-color: var(--ocs-primary, #1a73e8); background: #e8f0fe; }

@media (max-width: 600px) { .plugin-10008 .dt-wrap { padding: 0 16px; } }
