.innhealth-agenda {
    --iha-primary: #0e4d92;
    --iha-accent: #f4f7fb;
    --iha-border: #e1e6ec;
    --iha-text: #2a2f36;
    --iha-muted: #6b7280;
    font-family: inherit;
    color: var(--iha-text);
    max-width: 1100px;
    margin: 0 auto;
}

.innhealth-agd-intro {
    font-size: 0.95rem;
    color: var(--iha-muted);
    font-style: italic;
    margin-bottom: 28px;
}

.innhealth-agd-day {
    margin-bottom: 40px;
}

.innhealth-agd-day-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--iha-primary);
    border-bottom: 3px solid var(--iha-primary);
    padding-bottom: 8px;
    margin-bottom: 4px;
}

.innhealth-agd-day-note {
    color: var(--iha-muted);
    margin-bottom: 16px;
}

.innhealth-agd-table {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
}

.innhealth-agd-table thead th {
    background: var(--iha-primary);
    color: #fff;
    text-align: left;
    padding: 12px 16px;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

.innhealth-agd-col-time { width: 15%; white-space: nowrap; }
.innhealth-agd-col-session { width: 45%; }
.innhealth-agd-col-speakers { width: 40%; }

.innhealth-agd-session-row td {
    padding: 14px 16px;
    border-bottom: 1px solid var(--iha-border);
    vertical-align: top;
}
.innhealth-agd-session-row:nth-child(even) {
    background: var(--iha-accent);
}

.innhealth-agd-session-title {
    display: block;
    font-weight: 700;
    margin-bottom: 4px;
}
.innhealth-agd-session-desc {
    display: block;
    font-size: 0.9rem;
    color: var(--iha-muted);
}

.innhealth-agenda .innhealth-agd-speaker-list,
.innhealth-agenda ul.innhealth-agd-speaker-list {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
    list-style-type: none !important;
}
.innhealth-agenda .innhealth-agd-speaker-list li {
    list-style: none !important;
    list-style-type: none !important;
    margin: 0 0 6px 0 !important;
    padding: 0 !important;
    font-size: 0.92rem;
    line-height: 1.4;
}
/* Themes like Salient style every <ul><li> with a fake bullet via
   a :before pseudo-element, which list-style:none alone can't remove. */
.innhealth-agenda .innhealth-agd-speaker-list li::before,
.innhealth-agenda .innhealth-agd-speaker-list li::marker {
    content: none !important;
    display: none !important;
}
.innhealth-agd-speaker-list li:last-child { margin-bottom: 0 !important; }
.innhealth-agd-speaker-name { font-weight: 600; }
.innhealth-agd-speaker-role { color: var(--iha-muted); }

.innhealth-agd-break-row td {
    background: #fff6e5;
    text-align: center;
    font-weight: 700;
    color: #a15c00;
    padding: 10px 16px;
    border-bottom: 1px solid var(--iha-border);
}
.innhealth-agd-break-row .innhealth-agd-col-time {
    text-align: left;
    font-weight: 700;
    color: var(--iha-text);
}

.innhealth-agd-empty-row {
    text-align: center;
    color: var(--iha-muted);
    padding: 20px;
}

.innhealth-agd-download-wrap {
    text-align: center;
    margin-top: 32px;
}
.innhealth-agd-download-btn {
    display: inline-block;
    background: var(--iha-primary);
    color: #fff !important;
    padding: 12px 28px;
    border-radius: 6px;
    font-weight: 600;
    text-decoration: none;
    transition: opacity 0.15s ease;
}
.innhealth-agd-download-btn:hover { opacity: 0.88; }

@media (max-width: 700px) {
    .innhealth-agd-table, .innhealth-agd-table thead, .innhealth-agd-table tbody,
    .innhealth-agd-table th, .innhealth-agd-table td, .innhealth-agd-table tr {
        display: block;
        width: 100%;
    }
    .innhealth-agd-table thead tr { display: none; }
    .innhealth-agd-session-row {
        border: 1px solid var(--iha-border);
        margin-bottom: 12px;
        border-radius: 6px;
        overflow: hidden;
    }
    .innhealth-agd-session-row td { border-bottom: none; }
    .innhealth-agd-col-time::before { content: '⏱ '; }
    .innhealth-agd-break-row td { border-radius: 6px; margin-bottom: 12px; }
}
