/* Employee of the Month — Banner Zone */

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

.eotm-banner-wrap .eotm-banner-box {
    width: 80%;
    height: 80%;
    display: grid;
    grid-template-columns: 12% 1fr auto 1fr 12%;
    align-items: center;
    justify-items: center;
    overflow: hidden;
    background: color-mix(in srgb, var(--bg) 90%, white 10%);
    border-radius: 3cqmin;
    box-shadow: rgba(0,0,0,0.24) 0 0.3cqmin 0.8cqmin;
}

.eotm-banner-wrap .eotm-banner-icon-cell {
    display: flex;
    align-items: center;
    justify-content: center;
}

.eotm-banner-wrap .eotm-banner-icon {
    font-size: 25cqh !important;
    color: var(--accent);
    opacity: 0.4;
}

.eotm-banner-wrap .eotm-banner-left {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.eotm-banner-wrap .eotm-banner-congrats {
    font-family: Montserrat, sans-serif;
    font-size: 10cqh !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-banner-wrap .eotm-banner-title {
    font-family: Montserrat, sans-serif;
    font-size: 12cqh !important;
    font-weight: 700 !important;
    line-height: 1.1 !important;
    letter-spacing: 0.05em !important;
    color: var(--text);
    text-transform: uppercase;
    text-align: center;
    -webkit-text-stroke: 0 !important;
    text-shadow: none !important;
}

.eotm-banner-wrap .eotm-banner-photo-frame {
    height: 80%;
    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-banner-wrap .eotm-banner-photo {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0 !important;
    max-width: none !important;
    max-height: none !important;
    margin: 0 !important;
}

.eotm-banner-wrap .eotm-banner-right {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

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