/* FILE: admin-style.css
   VERSION: 6.9.11
   DESCRIPTION: Moderator View Polished (Zebra Striping, Centered Buttons, Icon)
*/

/* GLOBAL RESET */
input, textarea { font-size: 20px !important; }

/* 1. ADMIN DASHBOARD FRAMEWORK */
.eqa-urora-wrap {
    font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    background-color: #f4f6f9;
    padding: 20px;
    margin-left: -20px;
}

/* Intestazioni tabella speaker e titoli relazioni */
.eqa-header-speaker { font-size: 18px; }
.eqa-header-title { font-size: 18px; }
.eqa-header-speaker, .eqa-sp-row input:nth-of-type(1) { flex: 0 0 20% !important; }
.eqa-header-title, .eqa-sp-row input:nth-of-type(2) { flex: 0 0 80% !important; }

/* Header Control Area */
.eqa-header-controls {
    display: flex; align-items: center; gap: 20px; margin-bottom: 25px;
    background: #fff; padding: 20px; border-radius: 4px; box-shadow: 0 2px 5px rgba(0,0,0,0.02);
    justify-content: space-between;
}
.eqa-event-title-input {
    flex-grow: 1; font-size: 32px !important; font-weight: 800; color: #34395e; border: none;
    background: transparent; padding: 5px; border-bottom: 2px dashed #ddd; transition: all 0.3s;
}
.eqa-event-title-input:focus { border-bottom: 2px solid #6777ef; outline: none; background: #fdfdfd; }
.eqa-controls-right { display: flex; align-items: center; gap: 15px; }
.eqa-import-wrap { flex-shrink: 0; }

/* CARDS */
.eqa-card {
    background: #fff; border-radius: 4px; box-shadow: 0 4px 8px rgba(0,0,0,0.03);
    margin-bottom: 20px; position: relative; overflow: hidden;
}
.eqa-card-mini { max-width: 320px; width: 100%; display: inline-block; vertical-align: top; }
.eqa-card-header { padding: 15px 20px; border-bottom: 1px solid #f9f9f9; }
.eqa-card-header h3 { margin: 0; font-size: 20px; color: #6777ef; font-weight: 700; }
.eqa-card-body { padding: 20px; }

/* UI SETTINGS PROIETTORE */
.eqa-proj-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    max-width: 1200px;
}
.eqa-control-row { margin-bottom: 15px; }
.eqa-control-row label { font-weight: 600; display: inline-block; margin-bottom: 5px; color:#555; }
.eqa-typo-grid { display: grid; grid-template-columns: 1fr 1fr 1fr 1fr; gap: 20px; }
.eqa-typo-block { background: #f9f9fc; padding: 15px; border-radius: 4px; border:1px solid #eee; }
.eqa-typo-block h4 { margin-top:0; margin-bottom:10px; color:#6777ef; border-bottom:1px solid #ddd; padding-bottom:5px; }

/* MINI TABLE */
.eqa-mini-table { width: 100%; border-collapse: collapse; }
.eqa-mini-table td { padding: 12px 15px; border-bottom: 1px solid #f2f2f2; vertical-align: middle; }
.eqa-mini-table tr:last-child td { border-bottom: none; }
.eqa-day-label { font-weight: 600; color: #34395e; font-size: 20px; }
.eqa-tr-active { background-color: #fbfbff; }

/* BUTTONS */
.eqa-btn { padding: 10px 20px; border-radius: 4px; border:none; cursor: pointer; color: #fff; font-weight:600;}
.eqa-btn-primary { font-size: 20px; background: #6777ef; box-shadow: 0 2px 5px rgba(103,119,239,0.3); }
.eqa-btn-excel {
    background-color: #217346; font-size: 16px; display: flex; align-items: center; gap: 8px;
    box-shadow: 0 2px 5px rgba(33, 115, 70, 0.3);
}
.eqa-btn-excel:hover { background-color: #1a5c38; transform: translateY(-1px); }
.eqa-btn-dark {
    background-color: #34395e; font-size: 16px; display: flex; align-items: center; gap: 8px;
    box-shadow: 0 2px 5px rgba(52, 57, 94, 0.3);
}
.eqa-btn-dark:hover { background-color: #282c47; transform: translateY(-1px); }
.eqa-btn-toggle { padding: 6px 14px; border-radius: 20px; font-size: 11px; font-weight: 700; border: none; cursor: pointer; text-transform: uppercase; transition: all 0.2s;}
.eqa-btn-toggle-active { background: #fc544b; color: #fff; }
.eqa-btn-toggle-inactive { background: #6777ef; color: #fff; }
.eqa-btn-text-danger { background: none; border: none; color: #fc544b; cursor: pointer; font-size: 16px; display: flex; align-items: center; gap: 5px; padding: 5px; }
.eqa-btn-text-danger:hover { text-decoration: underline; background-color: #fff0f0; border-radius: 4px; }
.eqa-icon-del { cursor: pointer; color: #ccc; margin-left: 10px; font-size: 20px; }
.eqa-icon-del:hover { color: #fc544b; }
.eqa-icon-del-small { cursor: pointer; color: #ccc; display: flex; align-items: center; font-size: 18px; }
.eqa-icon-del-small:hover { color: #fc544b; }
.eqa-btn-small { background: #eee; border: none; padding: 6px 12px; cursor: pointer; font-size: 14px; border-radius: 3px; color: #555; font-weight: 600; }
.eqa-btn-outline { font-size: 16px; background: transparent; border: 1px dashed #6777ef; color: #6777ef; padding: 10px; width: 100%; cursor: pointer; border-radius: 3px; margin-top: 10px; font-weight: 600; }
.eqa-btn-outline:hover { background-color: #f0f2ff; }
.eqa-btn-secondary { background: #c2c7d0; color: #333; }
.eqa-btn-secondary:hover { background: #b3b8c1; }

/* 2. BUILDER LAYOUT (ACCORDION) */
.eqa-day-block { border: 1px solid #eee; background: #fdfdfd; margin-bottom: 15px; border-radius: 4px; overflow: hidden; }
.eqa-block-header { padding: 15px; background: #f8f9fa; border-bottom: 1px solid #eee; display: flex; justify-content: space-between; align-items: center; cursor: pointer; transition: background 0.2s; }
.eqa-block-header:hover { background-color: #f1f2f6; }
.eqa-header-title-wrap { display: flex; align-items: center; gap: 10px; }
.eqa-day-toggle-icon { font-size: 20px; color: #6777ef; width: 20px; height: 20px; display: flex; align-items: center; justify-content: center; transition: transform 0.2s; }
.eqa-block-header h4 { margin: 0; font-size: 20px; color: #333; }
.eqa-day-body { padding: 15px; border-top: 1px solid #eee; background-color: #fff; }

.eqa-rooms-wrap { padding-bottom: 15px; }
.eqa-room-item { background: #fff; border: 1px solid #e5e5e5; margin-bottom: 10px; border-radius: 3px; box-shadow: 0 1px 2px rgba(0,0,0,0.02); overflow: hidden; }
.eqa-room-head { display: flex; align-items: center; justify-content: space-between; padding: 10px 15px; background-color: #fff; border-bottom: 1px solid #f0f0f0; cursor: pointer; transition: background 0.2s; }
.eqa-room-head:hover { background-color: #fafafa; }
.eqa-room-head-left { display: flex; align-items: center; gap: 10px; flex-grow: 1; }
.eqa-room-toggle-icon { font-size: 18px; color: #b5b5c3; display: flex; align-items: center; justify-content: center; width: 20px; height: 20px; transition: transform 0.2s; }
.eqa-input-clean { border: none; border-bottom: 1px dashed #ccc; background: transparent; font-weight: 600; color: #333; padding: 5px; width: 250px; transition: all 0.2s; }
.eqa-input-clean:focus { border-bottom: 1px solid #6777ef; outline: none; background: #fff; }
.eqa-room-body { padding: 15px; background-color: #fdfdfd; border-top: 1px solid #f0f0f0; }
.eqa-sp-list { margin-bottom: 10px; }
.eqa-sp-row { display: flex; gap: 8px; margin-bottom: 5px; }
.eqa-sp-row input { flex: 1; border: 1px solid #ddd; padding: 8px; border-radius: 3px; font-size: 18px !important; }

/* =========================================
   3. MODAL (POPUP IMPORT)
   ========================================= */
.eqa-modal {
    display: none; position: fixed; z-index: 9999; left: 0; top: 0; width: 100%; height: 100%;
    overflow: auto; background-color: rgba(0,0,0,0.5); align-items: center; justify-content: center;
}
.eqa-modal.active { display: flex; }
.eqa-modal-content {
    background-color: #fff; margin: auto; padding: 0; border-radius: 8px; width: 90%; max-width: 800px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.3); animation: slideDown 0.3s ease-out;
}
@keyframes slideDown { from { transform: translateY(-50px); opacity: 0; } to { transform: translateY(0); opacity: 1; } }
.eqa-modal-header {
    padding: 15px 20px; background: #f4f6f9; border-bottom: 1px solid #eee;
    display: flex; justify-content: space-between; align-items: center; border-radius: 8px 8px 0 0;
}
.eqa-modal-header h2 { margin: 0; color: #333; font-size: 20px; }
.eqa-close-modal { color: #aaa; font-size: 28px; font-weight: bold; cursor: pointer; }
.eqa-close-modal:hover { color: #000; }
.eqa-modal-body { padding: 20px; max-height: 60vh; overflow-y: auto; }
.eqa-modal-footer {
    padding: 15px 20px; border-top: 1px solid #eee; display: flex; justify-content: flex-end; gap: 10px;
    background: #fcfcfc; border-radius: 0 0 8px 8px;
}
.eqa-preview-table { width: 100%; border-collapse: collapse; font-size: 14px; }
.eqa-preview-table th { background: #6777ef; color: #fff; padding: 10px; text-align: left; }
.eqa-preview-table td { border-bottom: 1px solid #eee; padding: 8px; color: #444; }
.eqa-preview-table tr:nth-child(even) { background-color: #f9f9f9; }

/* =========================================
   4. FRONTEND VIEWS (Shortcodes)
   ========================================= */
#eqa-qa-wrapper { max-width: 600px; margin: 20px auto; background: #fff; padding: 20px; border-radius: 8px; box-shadow: 0 2px 10px rgba(0,0,0,0.05); }
#eqa-qa-form label { display: block; font-weight: 600; margin: 10px 0 5px; font-size: 24px; }
#eqa-qa-form select, #eqa-qa-form input, #eqa-qa-form textarea { font-size: 18px; width: 100%; padding: 10px; border: 1px solid #ddd; border-radius: 4px; box-sizing: border-box; }
#eqa-submit-btn { margin-top: 15px; width: 100%; background: #06163c; color: #fff; border: none; padding: 12px; cursor: pointer; border-radius: 4px; font-size: 16px; }
#eqa-reset-btn { margin-top: 15px; width: 100%; background: #28a745; color: #fff; border: none; padding: 12px; cursor: pointer; border-radius: 4px; font-size: 16px; }
.eqa-success, .eqa-error { padding:10px; border-radius:4px; margin-bottom:15px; }


/* --- MODERATOR VIEW LAYOUT (Header & Buttons Fix) --- */
#eqa-moderator-wrap { max-width: 95%; margin: 20px auto; font-family: 'Segoe UI', Roboto, sans-serif; }

/* NUOVO LAYOUT HEADER: Flex con 3 aree per evitare accavallamenti */
.eqa-mod-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff; padding: 15px 25px; border-radius: 8px 8px 0 0;
    border-bottom: 2px solid #6777ef;
    gap: 20px;
    flex-wrap: wrap;
}

#eqa-header-title {
    background-color: #6777ef; color: #fff; padding: 8px 15px;
    border-radius: 6px; font-size: 20px; margin: 0;
    box-shadow: 0 2px 5px rgba(103,119,239,0.3);
    white-space: nowrap;
    flex-shrink: 0;
}

.eqa-header-event-name {
    position: static; transform: none; font-size: 24px; font-weight: 800; color: #34395e;
    text-transform: uppercase; text-align: center; flex-grow: 1; margin: 0 10px;
}

.eqa-header-right {
    display: flex; flex-direction: column; align-items: flex-end; gap: 8px; flex-shrink: 0;
}

.eqa-mod-filter-group { display: flex; align-items: center; gap: 15px; }
.eqa-mod-filter-group select { padding: 8px 12px; border: 1px solid #6777ef; border-radius: 4px; font-weight: 600; color: #333; background: #fff; }
.eqa-mod-status { font-size: 12px; font-weight: bold; color: #28a745; display: flex; align-items: center; gap: 5px; }
.blink { animation: blinker 1.5s linear infinite; color: #28a745; }
@keyframes blinker { 50% { opacity: 0; } }

/* HEADER TABELLA DOMANDE: 6 COLONNE */
.eqa-mod-list-headers {
    display: grid;
    /* Struttura a 6 colonne: Time, Speaker, Author, Question, Status(Read), Project */
    grid-template-columns: 80px minmax(200px, 3fr) minmax(150px, 2fr) minmax(250px, 4fr) 180px 150px;
    gap: 20px;
    background: #eef0f7; padding: 10px 30px;
    border-bottom: 1px solid #ddd; font-weight: 700; color: #555;
    font-size: 14px; text-transform: uppercase; letter-spacing: 0.5px; margin: 0;
}

#eqa-mod-list { background: #fff; min-height: 400px; padding: 0; border-radius: 0 0 8px 8px; }
.eqa-mod-card { background: #fff; border-bottom: 1px solid #eee; border-left: 5px solid #6777ef; transition: all 0.3s ease; padding: 0; overflow:hidden;}

/* ZEBRA STRIPING - RIGHE ALTERNATE */
.eqa-mod-card:nth-child(odd) { background-color: #ffffff; }
.eqa-mod-card:nth-child(even) { background-color: #f9fbfd; }

/* GRID CARD INTERNA */
.eqa-mod-card-inner {
    display: grid;
    /* Identico alla header per allineamento */
    grid-template-columns: 80px minmax(200px, 3fr) minmax(150px, 2fr) minmax(250px, 4fr) 180px 150px;
    gap: 20px;
    align-items: stretch; /* Stretch per avere altezze uguali */
    min-height: 100px;
}

/* Stili Colonne Contenuto */
.eqa-col-time { font-size: 18px; color: #333; font-weight: 700; display: flex; align-items: center; justify-content: flex-start; padding: 20px 0 20px 30px; }
.eqa-col-speaker, .eqa-col-user, .eqa-col-question { display: flex; flex-direction: column; justify-content: center; padding: 20px 0; border-right: 1px solid rgba(0,0,0,0.03); padding-right:10px;}

/* Colonna Segna come letto */
.eqa-col-read {
    display: flex;
    align-items: center;
    justify-content: center;
    border-left: 1px solid rgba(0,0,0,0.05);
    padding: 10px;
}

/* Colonna Proietta (STACCATA) */
.eqa-col-proj {
    background-color: #f8f9fa; /* Grigio fisso per pannello laterale */
    border-left: 2px solid #eef0f7;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
}

.eqa-sp-name { font-size: 20px; color: #6777ef; font-weight: 800; text-transform: uppercase; display: block; margin-bottom: 3px; }
.eqa-sp-title { font-size: 18px; color: #555; font-weight: 400; font-style: italic; line-height: 1.2; }
.eqa-user-name { font-size: 20px; font-weight: 700; color: #333; }
.eqa-question-text { font-size: 20px; color: #444; line-height: 1.5; }

.eqa-mod-card.is-read { background: #f1f3f5; border-left-color: #adb5bd; opacity: 0.6; }
.eqa-mod-card.is-read .eqa-user-name, .eqa-mod-card.is-read .eqa-question-text { color: #777; text-decoration: line-through; }

/* TASTI MODERATORE */
.eqa-btn-read {
    background: #fff; border: 1px solid #ccc; color: #666; padding: 8px 12px; cursor: pointer; border-radius: 4px; font-size: 13px; font-weight: 600;
    white-space: nowrap; transition: 0.2s; height: 40px; width: 100%;
    /* Flexbox per centratura perfetta */
    display: flex;
    align-items: center;
    justify-content: center;
}
.eqa-btn-read:hover { background: #6777ef; color: #fff; border-color: #6777ef; }
.eqa-btn-read.btn-undo { background: #eee; }

.eqa-btn-proj {
    background: #6777ef; border: 1px solid #6777ef; color: #fff; padding: 8px 15px; cursor: pointer; border-radius: 4px; font-size: 14px; font-weight: 700;
    white-space: nowrap; transition: 0.2s; box-shadow: 0 2px 5px rgba(103,119,239,0.3); height: 40px; width: 100%;
    display: flex; align-items: center; justify-content: center;
}
.eqa-btn-proj:hover { background: #5563c1; transform: translateY(-1px); }

.eqa-btn-stop-proj { background: #fc544b; border: 1px solid #fc544b; color: #fff; padding: 8px 15px; cursor: pointer; border-radius: 4px; font-size: 14px; font-weight: 700; white-space: nowrap; transition: 0.2s; box-shadow: 0 2px 5px rgba(252, 84, 75, 0.3); height: 40px; display: flex; align-items: center; justify-content: center; width: 100%; }
.eqa-btn-stop-proj:hover { background: #e04a43; transform: translateY(-1px); }

/* Responsive Mobile */
@media(max-width: 1024px) {
    .eqa-mod-list-headers { display: none; }
    .eqa-mod-card-inner { grid-template-columns: 1fr; gap: 15px; padding: 20px; }
    .eqa-col-speaker, .eqa-col-user, .eqa-col-question { border-right: none; border-bottom: 1px solid #eee; padding: 0 0 10px 0; }
    .eqa-mod-header { flex-direction: column; align-items: flex-start; gap: 10px; }
    .eqa-header-right { align-items: flex-start; width: 100%; }
    .eqa-header-event-name { margin: 0; text-align: left; }
    .eqa-col-time { padding: 0; font-size: 14px; color: #888; margin-bottom: 5px; }
    .eqa-col-read, .eqa-col-proj { border: none; background: transparent; padding: 0; justify-content: flex-start; }
}

/* =========================================
   5. LISTA DOMANDE MODERNA
   ========================================= */
.eqa-list-header {
    display: flex; justify-content: space-between; align-items: center;
    margin-bottom: 25px; background: #fff; padding: 20px; border-radius: 6px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.03);
}
.eqa-list-header h1 { margin: 0; font-size: 24px; color: #34395e; font-weight: 800; }
.eqa-list-actions { display: flex; gap: 15px; }
.eqa-btn-danger {
    background-color: #fc544b; color: #fff; border: none; padding: 10px 20px; border-radius: 4px; cursor: pointer;
    font-size: 14px; font-weight: 600; display: flex; align-items: center; gap: 8px; transition: background 0.2s;
}
.eqa-btn-danger:hover { background-color: #e34e45; }
.eqa-table-wrap { background: #fff; border-radius: 6px; box-shadow: 0 4px 15px rgba(0,0,0,0.05); overflow: hidden; }
.eqa-modern-table { width: 100%; border-collapse: collapse; font-family: 'Segoe UI', Roboto, sans-serif; }
.eqa-modern-table thead { background-color: #f4f6f9; border-bottom: 2px solid #e5e9f2; }
.eqa-modern-table th { padding: 18px 20px; text-align: left; font-size: 13px; font-weight: 700; color: #6c757d; text-transform: uppercase; letter-spacing: 0.5px; }
.eqa-modern-table tbody tr { border-bottom: 1px solid #e1e4e8; transition: all 0.2s ease; }
.eqa-modern-table tbody tr:nth-child(even) { background-color: #f9fafc; }
.eqa-modern-table tbody tr:nth-child(odd) { background-color: #ffffff; }
.eqa-modern-table tbody tr:hover { background-color: #f0f3ff; }
.eqa-modern-table tbody tr:hover td:first-child { box-shadow: inset 4px 0 0 #6777ef; }
.eqa-modern-table td { padding: 20px; vertical-align: middle; color: #333; font-size: 15px; }
.eqa-author-badge { background: #; color: #4c6ef5; padding: 5px 12px; border-radius: 20px; font-weight: 700; font-size: 20px; display: inline-block; }
.eqa-td-speaker-name { font-weight: 800; color: #2c3e50; font-size: 20px; margin-bottom: 4px; }
.eqa-td-speaker-title { font-weight: 400; color: #7f8c8d; font-size: 18px; font-style: italic; line-height: 1.3; }
.eqa-tag-room { background: #d4edda; color: #155724; padding: 10px; border-radius: 4px; font-size: 18px; font-weight: 600; white-space: nowrap; }
.eqa-tag-day { background: #fff3cd; color: #856404; padding: 10px; border-radius: 4px; font-size: 18px; font-weight: 600; white-space: nowrap; }
.eqa-btn-icon-del {
    background: #fff; border: 1px solid #ffebeb; color: #fc544b; width: 36px; height: 36px; border-radius: 50%;
    cursor: pointer; display: flex; align-items: center; justify-content: center; transition: all 0.2s; box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}
.eqa-btn-icon-del:hover { background-color: #fc544b; color: #fff; border-color: #fc544b; transform: scale(1.1); }

/* =========================================
   6. PASSWORD PROTECTED PAGE STYLING
   ========================================= */
.eqa-password-protect-wrap {
    display: flex; justify-content: center; padding: 40px 20px;
    background: #f4f6f9; border-radius: 8px; min-height: 60vh; align-items: center;
}
.eqa-pw-card-header {
    background: #6777ef; padding: 20px; border-bottom: 1px solid #eee; border-radius: 4px 4px 0 0;
}
.eqa-pw-card-header h3 { color: #fff !important; font-size: 20px; font-weight: 700; margin: 0; display: flex; align-items: center; gap: 10px; }
.eqa-pw-input {
    width: 100%; padding: 15px; border: 2px solid #eef0f7; border-radius: 6px;
    font-size: 18px; color: #333; background: #fdfdfd; box-sizing: border-box; transition: all 0.3s;
}
.eqa-pw-input:focus { border-color: #6777ef; outline: none; background: #fff; box-shadow: 0 0 0 3px rgba(103,119,239,0.1); }


/* =========================================
   7. PROJECTOR VIEW STYLING (FIXED FULLSCREEN)
   ========================================= */
#eqa-proj-content {
    font-family: 'Segoe UI', Roboto, sans-serif;

    /* FIX: Force element out of theme flow */
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 999999; /* Ensure it's on top of everything */

    overflow: hidden;
    background: #2e3350; /* Default (will be overridden by JS) */
    margin: 0;
    padding: 20px;
    padding-top: 140px;
    box-sizing: border-box;

    display: flex;
    align-items: center;
    justify-content: center;

    /* BACKGROUND IMAGE COVERAGE */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/* Header Evento (Fisso in alto a sinistra) */
.eqa-proj-header-wrap {
    position: absolute;
    top: 60px;
    left: 60px;
    border-left: 5px solid #6777ef; /* Accento Blu */
    padding-left: 20px;
    z-index: 10;
}

.eqa-proj-event-title {
    font-size: 32px;
    font-weight: 800;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 1px;
}

/* Messaggio Idle */
.eqa-proj-content-idle .eqa-proj-idle-msg {
    color: rgba(255,255,255,0.15); /* Bianco trasparente */
    font-size: 40px;
    font-weight: 600;
    font-style: italic;
    opacity: 1; /* Gestiamo trasparenza col colore */
}

/* Card Domanda Attiva */
.eqa-proj-card {
    text-align: center;
    width: 100%;
    max-width: 99%;
    animation: zoomIn 0.5s ease;
    transform-origin: center center;
}
@keyframes zoomIn { from { opacity: 0; } to { opacity: 1; } }

.eqa-proj-question {
    font-size: 60px;
    line-height: 1.3;
    font-weight: 800;
    color: #fff; /* Testo Bianco */
    margin-bottom: 60px;
}

.eqa-proj-meta {
    border-top: 4px solid #6777ef;
    padding-top: 40px;
    display: inline-block;
    min-width: 50%;
}

.eqa-proj-author {
    font-size: 40px;
    color: #8c9eff; /* Blu chiaro per contrasto su scuro */
    font-weight: 700;
    margin-bottom: 10px;
}

.eqa-proj-speaker {
    font-size: 32px;
    color: #ccc; /* Grigio chiaro */
    font-style: italic;
}
