.mba-2f2m-wrap .description { max-width: 950px; }
.mba-2f2m-version {
    display: inline-block;
    font-size: 12px;
    line-height: 1;
    padding: 4px 7px;
    border-radius: 999px;
    background: #f0f0f1;
    color: #50575e;
    vertical-align: middle;
}
.mba-2f2m-form,
.mba-2f2m-card {
    background: #fff;
    border: 1px solid #ccd0d4;
    border-radius: 8px;
    padding: 20px;
    margin: 20px 0;
    max-width: 1100px;
}
.mba-2f2m-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(220px, 1fr));
    gap: 16px;
    margin-bottom: 18px;
}
.mba-2f2m-fields {
    display: grid;
    grid-template-columns: repeat(2, minmax(280px, 1fr));
    gap: 16px;
}
.mba-2f2m-form label span {
    display: block;
    font-weight: 600;
    margin-bottom: 6px;
}
.mba-2f2m-form label small {
    display: block;
    margin-top: 5px;
    color: #646970;
}
.mba-2f2m-form input[type="text"],
.mba-2f2m-form textarea,
.mba-2f2m-form select {
    width: 100%;
    max-width: 100%;
}
.mba-2f2m-submit { margin-top: 18px !important; }
.mba-2f2m-message {
    border: 1px solid #dcdcde;
    border-radius: 6px;
    padding: 14px;
    margin: 14px 0;
    background: #f6f7f7;
}
.mba-2f2m-message textarea {
    width: 100%;
    font-family: inherit;
    margin-bottom: 10px;
}
.mba-2f2m-table td { vertical-align: top; }
@media (max-width: 900px) {
    .mba-2f2m-grid,
    .mba-2f2m-fields {
        grid-template-columns: 1fr;
    }
}
