.post-password-form {
    padding-top: 80px;
}

.form__flex-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.form__input-wrapper {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.form--flex-gap {
    gap: 20px;
}

.form__input-wrapper input:not([type=submit]) {
    width: 100%;
}

.form__submit {
    max-width: fit-content;
}
.form__required {
    font-size: 12px;
    font-weight: 500;
    margin-top: 7px;
    text-align: left;
}

.form__link {
    color: #3d3d3b;
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 36px;
    text-decoration: underline;
}

.contact-intro__input-wrap {
    position: relative;
}

.subscribe-workbooks-inner {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    -ms-grid-row-align: baseline;
    align-items: baseline;
}

.styled-checkbox {
    position: absolute;
    opacity: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
}

.styled-checkbox+label {
    position: relative;
    cursor: pointer;
    padding: 0 50px 0 0;
    display: block;
}

.styled-checkbox+label:after {
    content: "";
    display: inline-block;
    vertical-align: text-top;
    width: 20px;
    height: 20px;
    background: white;
    border: 1px solid #5baadf;
    position: absolute;
    top: 0;
    right: 0;
}

/* .styled-checkbox:hover+label:after {
    background: #f35429;
} */

.styled-checkbox:focus+label:after {
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}

/* .styled-checkbox:checked+label:after {
    background: #f35429;
} */

.styled-checkbox:disabled+after {
    color: #b8b8b8;
    cursor: auto;
}

.styled-checkbox:disabled+label:after {
    box-shadow: none;
    background: #ddd;
}

.styled-checkbox:checked+label:before {
    content: "";
    position: absolute;
    right: 13px;
    top: 9px;
    background: #5baadf;
    width: 2px;
    height: 2px;
    box-shadow: 2px 0 0 #5baadf, 4px 0 0 #5baadf, 4px -2px 0 #5baadf, 4px -4px 0 #5baadf, 4px -6px 0 #5baadf, 4px -8px 0 #5baadf;
    transform: rotate(45deg);
    z-index: 1;
}
