#header-section {
    position: relative;
    z-index: 0;
}

#header-section-img {
    position: absolute;
    padding-top: 0;
    background: linear-gradient(to right, #17132c, #1a1636); 
    z-index: -10;
    width: 100%;
    max-height: 850px;
}

#header {
    margin: auto;

    z-index: 10;

    display: flex;

    text-transform: uppercase;
}



#header-text {
    color: var(--white-color);
}

#header-box {
    border: 1px solid var(--white-color);
    background-color: #FAFAFA1A;
    backdrop-filter: blur(3px);
    border-radius: 3px;
    text-align: center;
    font-family: "Roboto", sans-serif;

    max-height: 360px;
}

#header-title *,
#header-box div {
    color: var(--white-color);
}


#header-title {
    font-family: "PlayfairDisplay", serif;
    color: var(--white-color);
}

#header-title .bold {
    font-family: "PlayfairDisplay", serif;
}


.header-label-top {
    margin-bottom: 1rem;

}

.separator {
    border-bottom: 1px solid var(--white-color);
    margin-bottom: 1.5rem;
}


.header-date {
    margin-top: 0.2rem;
    margin-bottom: 1.3rem;
    font-weight: 700;
}

.more-button-container {
    max-width: fit-content;
}

.iki-split {
    display: flex;
    gap: 1rem 2rem;
}
.iki-split div {
    flex: 1;
}




