/* VictorWear additions for the existing Voorodak form. */
.voorodak__wrapper {
    --victor-ds-color-action: #155EEF;
}

.voorodak__wrapper .vvu-auto-hint {
    margin: 12px 0 0;
    color: #737987;
    font-size: 13px;
    line-height: 1.8;
    text-align: center;
}

.voorodak__wrapper .vvu-change-phone,
.voorodak__wrapper .vvu-continue-guest {
    display: block;
    width: fit-content;
    min-height: auto;
    margin: 13px auto 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: #20242d;
    cursor: pointer;
    font: inherit;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.3;
    text-decoration: none;
    transition: color .18s ease, opacity .18s ease;
}

.voorodak__wrapper .vvu-change-phone {
    margin: 9px auto 2px;
}

.voorodak__wrapper .vvu-continue-guest:hover,
.voorodak__wrapper .vvu-continue-guest:focus-visible {
    color: var(--victor-ds-color-action);
    outline: 0;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.voorodak__wrapper .vvu-change-phone:hover,
.voorodak__wrapper .vvu-change-phone:focus-visible {
    color: var(--victor-ds-color-action);
    outline: 0;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.voorodak__wrapper .vvu-continue-guest:active {
    opacity: .65;
}

@media (max-width: 480px) {
    .voorodak__wrapper .vvu-auto-hint {
        margin-top: 10px;
        font-size: 12px;
    }

    .voorodak__wrapper .vvu-continue-guest {
        margin-top: 10px;
    }
}
