.fbm-form .fbm-field {
    margin-bottom: 25px;
}
.fbm-form h2 {
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 8px 0;
    color: #000000;
    font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, sans-serif;
}
.fbm-form .checkbox-group,
.fbm-form .radio-group {
    margin-top: 8px;
}
.fbm-form .checkbox-group label,
.fbm-form .radio-group label {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 8px;
    font-size: 16px;
    font-weight: normal;
    cursor: pointer;
    color: #222;
}
.fbm-form .checkbox-group input[type=\"checkbox\"],
.fbm-form .radio-group input[type=\"radio\"] {
    margin: 0;
    transform: scale(1.2);
    flex-shrink: 0;
    width: auto;
    cursor: pointer;
}
.fbm-bas-page {
    font-size: 16px;
    color: #000000;
    margin: 30px 0 20px 0;
    line-height: 1.5;
    font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, sans-serif;
}
.g-recaptcha {
    margin: 20px 0;
}
.fbm-button {
    display: inline-block;
    padding: 10px 20px;
    background-color: rgb(165, 8, 21);
    color: white;
    font-weight: bold;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    text-align: center;
    font-family: Arial, sans-serif;
    transition: background-color 0.3s ease;
    user-select: none;
}
.fbm-button:hover {
    background-color: rgb(16, 182, 10);
}