.mrd-form {
    max-width: 520px;
    padding: 24px;
    border: 1px solid #d9e1dc;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 8px 24px rgba(15, 31, 23, 0.08);
}

.mrd-form h2 {
    margin: 0 0 18px;
    font-size: 28px;
    line-height: 1.2;
}

.mrd-form label {
    display: block;
    margin: 0 0 14px;
    font-weight: 700;
}

.mrd-form input,
.mrd-form select {
    display: block;
    width: 100%;
    min-height: 44px;
    box-sizing: border-box;
    margin-top: 6px;
    padding: 9px 11px;
    border: 1px solid #b9c7bf;
    border-radius: 6px;
    font: inherit;
}

.mrd-check {
    display: flex !important;
    align-items: flex-start;
    gap: 10px;
    font-weight: 500 !important;
}

.mrd-check input {
    width: auto;
    min-height: auto;
    margin-top: 4px;
}

.mrd-form button {
    width: 100%;
    min-height: 46px;
    border: 0;
    border-radius: 6px;
    background: #118c4f;
    color: #ffffff;
    font-weight: 800;
    cursor: pointer;
}

.mrd-form button:hover,
.mrd-form button:focus {
    background: #0d6f3f;
}

.mrd-notice {
    margin-bottom: 16px;
    padding: 11px 13px;
    border-radius: 6px;
}

.mrd-success {
    border: 1px solid #8cc7a8;
    background: #ecf9f1;
}

.mrd-error {
    border: 1px solid #e5a0a0;
    background: #fff1f1;
}
