/*
Theme Name: Salient Child Theme
Theme URI: https://themenectar.com/salient/
Description: Un tema figlio per Salient.
Author: Il tuo Nome
Author URI: Il tuo Sito Web (opzionale)
Template: salient
Version: 1.0.0
*/

/* --- Regole per la Larghezza delle Colonne --- */

/* Larghezza della colonna Data */
.custom-post-table .post-date-cell {
    width: 10%; 
    white-space: nowrap; 
}

/* Larghezza della colonna Titolo */
.custom-post-table .post-title-cell {
    /* Imposta la larghezza che desideri per il titolo, ad esempio 30% */
    width: 15%; 
}

/* Larghezza della colonna Riassunto */
.custom-post-table .post-excerpt-cell {
    /* La larghezza rimanente (100% - 10% data - 30% titolo = 60%) */
    width: 65%; 
}

.custom-post-table .post-category-cell {
    width: 10%; 
}

/* Regole Tabella Base (per assicurare che la larghezza funzioni) */
.custom-post-table {
    width: 100%; /* La tabella deve occupare il 100% dello spazio disponibile */
/*    table-layout: fixed; */
    border-collapse: collapse;
}
