/* DIS2027 INDICO styling */

/* General page text */
body,
.indico-page,
.event-page {
    font-family: "Helvetica Neue", Arial, sans-serif;
    font-size: 16px;
    line-height: 1.55;
}

/* Main headings */
h1, h2, h3 {
    font-family: "Helvetica Neue", Arial, sans-serif;
    letter-spacing: 0.2px;
}

/* Main page title */
h1 {
    font-size: 30px;
    margin-top: 24px;
    margin-bottom: 18px;
    color: #222;
}

/* Section headings */
h2 {
    font-size: 24px;
    font-weight: 400;
    color: #222;
    margin-top: 28px;
    margin-bottom: 12px;
    border-bottom: 2px solid #8b0000;
    padding-bottom: 6px;
}

/* Subsection headings */
h3 {
    font-size: 20px;
    margin-top: 22px;
    margin-bottom: 10px;
}

/* Paragraph spacing */
p {
    margin-bottom: 14px;
}

/* Links */
a {
    color: #8b0000;
    font-weight: 500;
}

a:hover {
    color: #5f0000;
    text-decoration: underline;
}

/* Important information boxes */
.dis2027-box {
    background: #f7f7f7;
    border-left: 5px solid #8b0000;
    padding: 14px 18px;
    margin: 18px 0;
    border-radius: 4px;
}

/* Date or deadline highlights */
.dis2027-highlight {
    font-weight: 600;
    color: #8b0000;
}

/* Footer or small notes */
.dis2027-note {
    font-size: 14px;
    color: #555;
}

/* Indico custom page title */
.page-title {
    color: #222 !important;
}

/* Strong override for Indico conference-theme heading colors */
.event-page h1,
.event-page h2,
.event-page h3,
.event-page .page-title,
.event-page .section-title {
    color: #222 !important;
}

/* Exact override for Indico-generated custom page title */
.conference-page header h2 {
    font-size: 24px !important;
    font-weight: 400 !important;
    color: #222 !important;
}

/* Bold top-level navigation entries; keep nested subpages unchanged */
#outer > li.menuConfTitle > a {
    font-weight: 600 !important;
}

/* DIS 2027 header logo */
div.confLogoBannerBox img.confLogo {
    width: 400px !important;
    max-width: 40% !important;
    height: auto !important;
    margin-bottom: 0.5em;
}

/* Conference date and venue in header */
.confSubTitle .datePlace .date,
.confSubTitle .datePlace .place {
    color: #fff !important;
    font-size: 16px !important;
    font-weight: 400 !important;
}