/* Trivia — Banner Zone (~4:1, also Triple Vertical)
   Horizontal: timer 15% | question fills rest | answers 30% */

.tq-banner-wrap {
    width: 80cqw;
    height: 80cqh;
    position: relative;
    container-type: size;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 5cqmin;
    overflow: hidden;
}

/* Timer — 15% width */
.tq-banner-wrap .tq-banner-timer {
    width: 15%;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tq-banner-wrap .tq-banner-timer svg {
    width: 100%;
    height: auto;
    transform: rotate(-90deg);
}

/* Question — 50% width */
.tq-banner-wrap .tq-banner-question {
    width: 50%;
    flex-shrink: 0;
    height: 100%;
    margin-right: 2%;
    font-family: 'Montserrat', sans-serif;
    font-size: 5cqmin;
    font-weight: 700 !important;
    line-height: 1.3 !important;
    color: var(--text, #fff);
    -webkit-text-stroke: 3cqmin var(--bg, #fff) !important;
    paint-order: stroke fill !important;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    overflow: hidden;
    text-shadow: none !important;
}

/* Answers — 30% width */
.tq-banner-wrap .tq-banner-answers {
    width: 30%;
    height: 100%;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    gap: 1.5cqmin;
}

.tq-banner-wrap .tq-letter {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 12cqmin;
    width: 14cqmin;
    padding: 1cqmin 0;
    border-radius: 1.5cqmin;
    text-align: center;
}

.tq-banner-wrap .tq-ans {
    font-family: 'Roboto', sans-serif;
    font-size: 10cqmin;
    padding: 1.2cqmin 3cqmin;
    border-radius: 1.5cqmin;
    -webkit-text-stroke: 0 !important;
    text-shadow: none !important;
}
