/* Employee of the Month — Main Zone */

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

.eotm-main-wrap .eotm-main-bar {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 20cqmin;
    background: var(--accent);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 10cqmin;
    z-index: 1;
}

.eotm-main-wrap .eotm-main-bar-icon {
    font-size: 12cqmin !important;
    background-color: var(--bg);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    text-shadow: rgba(255,255,255,0.5) 0 0.3cqmin 0.3cqmin !important;
    opacity: 0.6;
}

.eotm-main-wrap .eotm-main-box {
    position: relative;
    width: 80cqw;
    height: 80cqh;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.eotm-main-wrap .eotm-main-top {
    height: 15cqmin;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.eotm-main-wrap .eotm-main-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-main-wrap .eotm-main-title {
    font-family: Montserrat, sans-serif;
    font-size: 5cqmin !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    letter-spacing: 0.1em !important;
    color: var(--text);
    text-transform: uppercase;
    margin-top: 1cqmin;
    -webkit-text-stroke: 0 !important;
    text-shadow: none !important;
}

.eotm-main-wrap .eotm-main-photo-wrap {
    height: 53cqmin;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3;
    flex-shrink: 0;
    overflow: hidden;
}

.eotm-main-wrap .eotm-main-photo {
    height: 85%;
    width: auto;
    aspect-ratio: 3/4;
    object-fit: cover;
    border: 2cqmin groove var(--bar) !important;
    border-radius: 0 !important;
    max-width: none !important;
    max-height: none !important;
    margin: 0 !important;
    box-shadow: 0 0 0 0.1cqmin rgba(255,255,255,0.05),
                0 1cqmin 3cqmin rgba(0,0,0,0.6);
}
.eotm-main-wrap .eotm-main-placeholder {
    height: 85%;
    aspect-ratio: 3/4;
    border: 2cqmin groove var(--bar) !important;
    border-radius: 0 !important;
    background: var(--accent);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 0 0.1cqmin rgba(255,255,255,0.05),
                0 1cqmin 3cqmin rgba(0,0,0,0.6);
}
.eotm-main-wrap .eotm-main-placeholder i {
    font-size: 15cqmin;
    color: var(--bar);
    opacity: 0.5;
}

.eotm-main-wrap .eotm-main-bottom {
    height: 12cqmin;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.eotm-main-wrap .eotm-main-name {
    font-family: Montserrat, sans-serif;
    font-size: 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-main-wrap .eotm-main-subtitle {
    font-size: 3cqmin !important;
    font-weight: normal !important;
    line-height: 1.2 !important;
    letter-spacing: normal !important;
    color: var(--text);
    opacity: 0.6;
    margin-top: 0.5cqmin;
    -webkit-text-stroke: 0 !important;
    text-shadow: none !important;
}
