body .section-title.text-center > p {
    max-width: 56ch;
    margin: 22px auto 0;
    color: #dedbea;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.75;
    text-wrap: balance;
}
.countdown-section .slba-social-cta {
    margin-top: 25px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    min-height: 50px;
    max-width: calc(100% - 24px);
    padding: 13px 23px;
    border: 1px solid #f3f0eb;
    border-radius: 4px;
    background: #f3f0eb;
    color: #2d2e52;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.4;
    text-decoration: none;
    transition: background-color .18s ease, border-color .18s ease;
}
.countdown-section .slba-social-cta svg { flex-shrink: 0; }
.countdown-section .slba-social-cta:hover { background: #fff; border-color: #fff; color: #2d2e52; }
.countdown-section .slba-social-cta:focus-visible { outline: 2px solid #fff; outline-offset: 5px; }
@media (max-width: 575px) {
    body .section-title.text-center > p { padding: 0 22px; font-size: 16px; line-height: 1.7; }
    .countdown-section .slba-social-cta { padding: 13px 18px; gap: 12px; }
}
@media (prefers-reduced-motion: reduce) { .countdown-section .slba-social-cta { transition: none; } }

body .section-title.text-center > p:empty { display: none; }

/* Editorial social links in the hero: a quiet, premium navigation panel. */
.hero-content > p:has(+ ul.wp-block-list) {
    margin: 0 0 16px;
    color: #f3f0eb;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: .01em;
    line-height: 1.4;
}
.hero-content > ul.wp-block-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    max-width: 420px;
    margin: 0;
    padding: 0;
    list-style: none;
}
.hero-content > ul.wp-block-list li { margin: 0; padding: 0; }
.hero-content > ul.wp-block-list li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    min-height: 52px;
    padding: 12px 15px 12px 17px;
    border: 1px solid rgba(243,240,235,.42);
    border-radius: 10px;
    background: rgba(16,10,21,.58);
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.25;
    text-decoration: none;
    box-shadow: 0 12px 28px rgba(0,0,0,.18);
    transition: background-color .2s ease, border-color .2s ease, transform .2s ease;
}
.hero-content > ul.wp-block-list li a::after {
    content: "";
    width: 8px;
    height: 8px;
    flex: 0 0 8px;
    border-top: 1px solid currentColor;
    border-right: 1px solid currentColor;
    transform: rotate(45deg);
}
.hero-content > ul.wp-block-list li a:hover {
    border-color: #fff;
    background: rgba(243,240,235,.14);
    color: #fff;
    transform: translateY(-2px);
}
.hero-content > ul.wp-block-list li a:focus-visible {
    outline: 2px solid #fff;
    outline-offset: 4px;
}
@media (max-width: 575px) {
    .hero-content > p:has(+ ul.wp-block-list) { font-size: 15px; }
    .hero-content > ul.wp-block-list { grid-template-columns: 1fr; max-width: 300px; }
}
@media (prefers-reduced-motion: reduce) {
    .hero-content > ul.wp-block-list li a { transition: none; }
}

/* Keep the four-column artist rows inside the page edges instead of letting
   Bootstrap's negative row gutters touch the viewport. */
@media (min-width: 992px) {
    #speakers .speaker-row {
        margin-right: 0;
        margin-left: 0;
        padding-right: 24px;
        padding-left: 24px;
    }
}
@media (min-width: 576px) and (max-width: 991px) {
    #speakers .speaker-row {
        margin-right: 0;
        margin-left: 0;
        padding-right: 16px;
        padding-left: 16px;
    }
}
@media (max-width: 575px) {
    #speakers .speaker-row {
        margin-right: 0;
        margin-left: 0;
        padding-right: 12px;
        padding-left: 12px;
    }
}
