.mot-form-guard {
    box-sizing: border-box;
    width: 100%;
    margin: 1rem 0;
    padding: 0.875rem;
    border: 1px solid #d9d5ca;
    border-radius: 0.5rem;
    background: #faf9f6;
    color: #292b2a;
    text-align: left;
}

.mot-form-guard .mot-form-guard__heading {
    margin: 0 0 0.625rem;
    color: inherit;
    font-size: 0.9375rem;
    font-weight: 600;
    line-height: 1.5;
}

.mot-form-guard__widget {
    min-height: 78px;
}

.mot-form-guard .mot-form-guard__message {
    margin: 0.625rem 0 0;
    color: #704b17;
    font-size: 0.875rem;
    line-height: 1.6;
    overflow-wrap: anywhere;
}

.mot-form-guard .mot-form-guard__message[hidden] {
    display: none;
}

.mot-form-guard__message:focus-visible {
    outline: 2px solid #765c2a;
    outline-offset: 3px;
}
