.callauth-page .callauth-hp-wrap {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.callauth-page .callauth-timer-row {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}

.callauth-page .callauth-timer {
    display: flex;
    gap: 24px;
}

.callauth-page .callauth-timer .date {
    text-align: center;
}

.callauth-page .callauth-timer .time {
    display: block;
    font-size: 48px;
    line-height: 1;
    font-weight: 600;
}

.callauth-page .callauth-timer .text {
    display: block;
    margin-top: 8px;
    font-size: 14px;
    text-transform: uppercase;
}
