.mcf-form-wrap .mcf-status:empty {
    display: none;
}

.mcf-form-wrap .mcf-status:not(:empty) {
    margin-bottom: 1.5rem;
}

.mcf-form-wrap .form-label,
.mcf-form-wrap .form-check-label {
    font-size: var(--bs-body-font-size, 0.9375rem);
}

.mcf-form-wrap .mcf-honeypot {
    position: absolute !important;
    left: -10000px !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
}

.mcf-contact-form-wrap textarea.form-control {
    min-height: 9rem;
    resize: vertical;
}

.mcf-contact-form-wrap .mcf-message-field {
    position: relative;
}

.mcf-contact-form-wrap .mcf-message-field textarea.form-control {
    padding-inline-start: 2.875rem;
}

.mcf-contact-form-wrap .mcf-message-icon {
    position: absolute;
    z-index: 5;
    top: 0;
    inset-inline-start: 0;
    display: inline-flex;
    width: 2.875rem;
    height: calc(1.5em + 0.844rem + 2px);
    align-items: center;
    justify-content: center;
    padding: 0;
    line-height: 1;
    color: var(--bs-body-color);
    pointer-events: none;
}

.mcf-contact-form-wrap .mcf-message-icon .icon-base {
    display: block;
    margin: 0;
    line-height: 1;
}

.mcf-form-wrap .mcf-spinner {
    display: none;
}

.mcf-form-wrap .mcf-is-submitting .mcf-spinner {
    display: inline-block;
}

.mcf-newsletter-form-wrap .form-check {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
}

.mcf-newsletter-form-wrap .form-check-input {
    flex: 0 0 auto;
    margin-top: 0.2rem;
}

.mcf-newsletter-form-wrap .form-check-label {
    line-height: 1.5;
}
