.we-popup-new .innernew {
    max-height: 100%;
    overflow: auto;
}

.we-mc-form h2 {
    font-weight: bold;
    padding: 0;
    margin: 0;
    margin-bottom: 10px;
    font-size: 20px;
}

.we-mc-form .indicates-required {
    text-align: right;
    font-size: 11px;
    margin-bottom: 10px;
}

.we-mc-form .asterisk {
    color: #e85c41;
    font-size: 75%;
    font-weight: normal;
    position: relative;
}

.we-mc-form .we-small-text {
    font-size: 12px;
    line-height: 1.3;
    margin-bottom: 10px;
}

.we-mc-form .we-subtitle {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 10px;
}

.we-mc-form .form-element {
    display: flex;
    width: 100%;
    gap: 10px;
    margin-bottom: 10px;
}

.we-mc-form fieldset {
    appearance: none;
    border: none;
    background: transparent;
}

.we-mc-form .mc-field-group.gdpr-mergeRow {
    display: block;
}

.we-mc-form .mc-field-group {
    flex-basis: calc(50% - 5px);
}

.we-mc-form label {
    display: block;
    font-size: 12px;
    line-height: 1.3;
    margin-bottom: 5px;
}

.we-mc-form .checkbox {
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: flex-start;
    gap: 10px;
    z-index: 1;
}

.we-mc-form input {
    width: 100%;
    appearance: none;
    border: 1px solid #2F3238;
    padding: 10px;
    border-radius: 0;
    box-shadow: none;
    font-size: 16px;
}

.we-mc-form input.mce_inline_error {
    margin-top: 0 !important;
    font-size: 16px !important;
    color: black !important;
    padding: 10px !important;
}

.we-mc-form .mce_inline_error {
    background-color: transparent !important;
    color: #e85c41 !important;
    font-size: 12px;
    margin-top: 5px !important;
    padding: 0 !important;
}

.we-mc-form input[type=checkbox].mce_inline_error {
    padding: 0 !important;
    border: 1px solid #e85c41 !important;
}

.we-mc-form input[type=checkbox] {
    appearance: initial !important;
    cursor: pointer;
    width: 20px;
    height: 20px;
    padding: 0;
    border: 1px solid #2F3238;
    flex-grow: 0;
    flex-shrink: 0;
}

.we-mc-form input[type=checkbox]::before {
    content: "";
    display: block;
    position: absolute;
    top: 1px;
    left: 6px;
    width: 6px;
    height: 12px;
    border-right: 2px solid white;
    border-bottom: 2px solid white;
    opacity: 0;
    transform: rotate(45deg);
    pointer-events: none;
}

.we-mc-form input[type=checkbox]:checked::before {
    opacity: 1;
    border-color: white;
}

.we-mc-form input[type=checkbox]:checked {
    background-color: #2F3238 !important;
}

.we-mc-form .button {
    cursor: pointer;
    padding: 10px 20px;
    margin: 0;
    margin-top: 19px;
    background: #FBCE2F;
    font-weight: bold;
    text-transform: uppercase;
    color: #42474F;
    border: none;
    border-radius: 0;
    width: 100%;
    text-align: center;
    box-shadow: none;
    font-size: 1em;
    transition: all 0.3s ease;
}

.we-mc-form .button:hover {
    background: #2F3238;
    color: white;
}

.we-mc-form #mce-responses .response {
    padding: 10px 20px;
    font-size: 14px;
}

.we-mc-form #mce-responses #mce-success-response {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

.we-mc-form #mce-responses #mce-error-response {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}
