.tab-warning {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.tab-warning [type="checkbox"] {
    display: none;
}

.tab-warning label {
    padding-left: 40px;
    position: relative;
    font-size: 14px;
    cursor: pointer;
    user-select: none;
    outline: none;
}

.tab-warning label::before {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -12px;
    content: "";
    width: 24px;
    border-radius: 50%;
    height: 24px;
    background-color: #FFFFFF;
    border: 1px solid #BBDDFF80;
}

.tab-warning label::after {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -12px;
    content: "";
    width: 24px;
    border-radius: 50%;
    height: 24px;
    background: url("/wp-content/themes/roso/images/check-image.svg");
}

.tab-warning [type="checkbox"]:checked + label::after {
    opacity: 1;
}

.form-page .tab-content .tab-warning {
    text-align: left;
}

.form-page .tab-content [type="submit"]:disabled {
    opacity: 0.7;
    pointer-events: none;
}

.grecaptcha-badge {
    opacity: 0;
    pointer-events: none;
}
