.jmo-cm-form {
    display: grid;
    gap: 1rem;
}

.jmo-cm-form__field {
    display: grid;
    gap: 0.35rem;
}

.jmo-cm-form__label,
.jmo-cm-form__checkbox,
.jmo-cm-form__choices legend {
    font-weight: 600;
}

.jmo-cm-form input,
.jmo-cm-form select,
.jmo-cm-form textarea {
    max-width: 100%;
}

.jmo-cm-form__choices {
    display: grid;
    gap: 0.55rem;
    margin: 0;
    padding: 0;
    border: 0;
}

.jmo-cm-form__choices legend {
    display: block;
    width: 100%;
    margin: 0 0 0.55rem;
    padding: 0;
    border: 0;
    font-size: inherit;
    line-height: 1.25;
    text-transform: none;
    letter-spacing: 0;
}

.jmo-cm-form__choices label,
.jmo-cm-form__checkbox-control label {
    margin: 0;
    padding: 0;
    font-size: inherit;
    line-height: 1.3;
    font-weight: inherit;
    text-transform: none;
    letter-spacing: 0;
}

.jmo-cm-form__checkbox-control {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    margin-top: 0;
}

.jmo-cm-form .checkbox-wrapper-30 .checkbox {
    display: inline-block !important;
    flex: 0 0 auto !important;
    width: 18px !important;
    min-width: 18px !important;
    max-width: 18px !important;
    height: 18px !important;
    min-height: 18px !important;
    max-height: 18px !important;
    position: relative;
    border: 2px solid #1f1f1f !important;
    border-radius: 3px !important;
    color: #1f1f1f !important;
    background: #ffffff !important;
    box-sizing: border-box !important;
}

.jmo-cm-form .checkbox-wrapper-30 .checkbox::after {
    content: "\2713";
    position: absolute;
    inset: 0;
    top: -13px;
    display: grid;
    place-items: center;
    color: #ffffff;
    font-size: 13px;
    font-weight: 800;
    line-height: 1;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.15s ease;
}

.jmo-cm-form .checkbox-wrapper-30 .checkbox.is-checked::after {
    opacity: 1;
}

.jmo-cm-form .checkbox-wrapper-30 .checkbox.is-checked {
    border-color: #e30613 !important;
    background: #e30613 !important;
}

.jmo-cm-form .checkbox-wrapper-30 .checkbox input[type="checkbox"] {
    appearance: none !important;
    -webkit-appearance: none !important;
    position: absolute !important;
    inset: 0 !important;
    display: block !important;
    width: 18px !important;
    min-width: 18px !important;
    max-width: 18px !important;
    height: 18px !important;
    min-height: 18px !important;
    max-height: 18px !important;
    opacity: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    cursor: pointer;
    z-index: 1;
}

.jmo-cm-form .checkbox-wrapper-30 .checkbox svg {
    display: none !important;
    width: 0;
    height: 0;
    margin: 0;
    pointer-events: none;
    color: inherit;
    opacity: 0;
}

.jmo-cm-form .checkbox-wrapper-30 .checkbox:has(input[type="checkbox"]:focus-visible),
.jmo-cm-form .checkbox-wrapper-30 .checkbox input[type="checkbox"]:focus-visible + svg {
    outline: 2px solid currentColor;
    outline-offset: 3px;
}

.jmo-cm-form__message[hidden] {
    display: none;
}

.jmo-cm-form__message {
    padding: 0.75rem 1rem;
    border: 1px solid currentColor;
}

.jmo-cm-form__message.is-success {
    color: #176b3a;
}

.jmo-cm-form__message.is-error {
    color: #9f1d20;
}

.jmo-cm-form__honeypot {
    position: absolute;
    left: -9999px;
}
