/* Container principal */
.wpmc-container {
    margin: 20px 0;
    padding: 10px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}

.wpmc-container h2 {
    font-size: 24px;
    margin-bottom: 20px;
    border-bottom: 2px solid #eee;
    padding-bottom: 10px;
}

/* Ajustes da Tabela */
table.wpmc-table {
    font-size: 14px;
    width: 100% !important;
}

table.wpmc-table td, 
table.wpmc-table th {
    font-size: 13px;
    padding: 8px 10px; 
    line-height: 1.4;
}

.dt-length label, .dt-search label {
    font-size: 13px;

}

input#dt-search-0 {
    font-size: 13px;

}

.dt-info {
    font-size: 13px;

}

.dt-paging button {
    font-size: 13px;
    text-transform: none;

}

@media screen and (max-width: 767px) {
    /* Botão de expandir (+) centralizado */
    table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control:before {
        top: 50%;
        transform: translateY(-50%);
        background-color: #0073aa; /* Azul padrão do WP */
    }

    /* Estilo da linha expandida (filha) */
    table.dataTable > tbody > tr.child ul.dtr-details {
        width: 100%;
    }
    table.dataTable > tbody > tr.child span.dtr-title {
        font-weight: bold;
        min-width: 80px;
        display: inline-block;
    }
}
