/* Employee of the Month — Sidebar Zone */

.eotm-sidebar-wrap {
    width: 100%;
    height: 100%;
    position: relative;
    font-family: Roboto, sans-serif;
    container-type: size;
    display: flex;
    align-items: center;
    justify-content: center;
}

.eotm-sidebar-wrap .eotm-sidebar-bar {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 20cqh;
    background: var(--accent);
    z-index: 1;
}

.eotm-sidebar-wrap .eotm-sidebar-box {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 80cqh;
    display: grid;
    grid-template-rows: 19% 66% 15%;
    align-items: center;
    justify-items: center;
    overflow: hidden;
}

.eotm-sidebar-wrap .eotm-sidebar-top {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    height: 100%;
}

.eotm-sidebar-wrap .eotm-sidebar-congrats {
    font-family: Montserrat, sans-serif;
    font-size: 4.5cqmin !important;
    font-weight: normal !important;
    line-height: 1.2 !important;
    letter-spacing: normal !important;
    color: var(--accent);
    font-style: italic;
    -webkit-text-stroke: 0 !important;
    text-shadow: none !important;
}

.eotm-sidebar-wrap .eotm-sidebar-title {
    font-family: Montserrat, sans-serif;
    font-size: 5cqmin !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
    letter-spacing: 0.05em !important;
    color: var(--text);
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 2cqmin;
    -webkit-text-stroke: 0 !important;
    text-shadow: none !important;
}

.eotm-sidebar-wrap .eotm-sidebar-photo-wrap {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3;
    overflow: hidden;
}

.eotm-sidebar-wrap .eotm-sidebar-photo-frame {
    height: 95%;
    aspect-ratio: 3/4;
    overflow: hidden;
    border: 2cqmin groove var(--bar);
    box-shadow: 0 0 0 0.1cqmin rgba(255,255,255,0.05),
                0 1cqmin 3cqmin rgba(0,0,0,0.6);
}

.eotm-sidebar-wrap .eotm-sidebar-photo {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0 !important;
    max-width: none !important;
    max-height: none !important;
    margin: 0 !important;
}
.eotm-sidebar-wrap .eotm-sidebar-placeholder {
    width: 100%;
    height: 100%;
    background: var(--accent);
    display: flex;
    align-items: center;
    justify-content: center;
}
.eotm-sidebar-wrap .eotm-sidebar-placeholder i {
    font-size: 12cqmin;
    color: var(--bar);
    opacity: 0.5;
}

.eotm-sidebar-wrap .eotm-sidebar-bottom {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.eotm-sidebar-wrap .eotm-sidebar-name {
    font-family: Montserrat, sans-serif;
    font-size: 5.5cqmin !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
    letter-spacing: normal !important;
    color: var(--text);
    white-space: nowrap;
    -webkit-text-stroke: 0 !important;
    text-shadow: none !important;
}

.eotm-sidebar-wrap .eotm-sidebar-subtitle {
    font-size: 4cqmin !important;
    font-weight: normal !important;
    line-height: 1.2 !important;
    letter-spacing: normal !important;
    color: var(--text);
    opacity: 0.6;
    margin-top: 0.3cqh;
    -webkit-text-stroke: 0 !important;
    text-shadow: none !important;
}
