/* Modified header section */
.confTitleBox {
    background: #000 url('https://indico.global/event/16058/images/4689-Screenshot%202026-01-14%20at%2017.28.08.png') no-repeat 0 -24px;
    background-size: 100% 100%;
    display: flex;
    align-items: center;
}

/* Center the content within the header */
.confTitleContent {
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 1200px;
    /* Adjust as needed */
    margin: 0 auto;
}

/* Logo styling */
.confLogo {
    margin-right: 20px;
    display: flex;
    align-items: center;
    /* Center logo vertically too */
    height: 100%;
    /* Match parent height */
}

.confTitle {
    display: flex;
    align-items: center;
    /* Center the text vertically within its container */
    height: 100%;
    /* Take full height of parent */
}

.confTitle a,
.conference-title-link {
    display: inline-flex;
    align-items: center;
    font-size: 40px;
    /* Vertically center the text */
    height: 100%;
    /* Take full height */
    color: white;
}


/* Optional: Add hover effect for title link */
.confTitle a:hover,
.conference-title-link:hover {
    opacity: 0.9;
}

/* Existing styles remain unchanged below */
.confSubTitleBox {
    background: #e0e4cc;
    border-bottom: 1px solid #837b47;
    border-top: 1px solid #837b47;
}

.confSubTitleContent {
    width: 950px;
    margin: 0 auto;
    color: #4a431b;
}

/* ------Menu------ */
#outer {
    background: #dfe7e7;
    border: 1px solid #7e8383;
}

.support_box {
    background: #dfe7e7;
    border: 1px solid #7e8383;
}

.support_box>h3 {
    background: #5a3d31;
}

#outer li a:hover {
    background: #777;
    color: white;
}

.conf_leftMenu {
    float: left;
    width: 200px;
    background: transparent none repeat scroll 0 0;
}

.menuConfTitle {
    color: #0200c6;
}

.menuConfTitle a {
    color: #4e4c46;
}

.menuConfSelected a {
    color: #4e4c46;
}

li ul.inner li a {
    background: transparent url(/images/conf/left_menu_bullet.png) scroll no-repeat 15px center;
}

.simpleTextAnnouncement {
    background: #f5faff url(/images/4241-untitled.png) repeat-x scroll 0 -400px;
    border-top: none;
    border-bottom: 1px solid #bbb;
    color: #0f283d;
}