.bcf-a669e2a9-form-wrapper {
    max-width: 100%;
    box-sizing: border-box;
}

.bcf-a669e2a9-title {
    margin: 0 0 8px 0;
    padding: 0;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.3;
}

.bcf-a669e2a9-description {
    margin: 0 0 20px 0;
    padding: 0;
    font-size: 14px;
    line-height: 1.5;
}

.bcf-a669e2a9-form {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.bcf-a669e2a9-row {
    display: flex;
    gap: 16px;
}

.bcf-a669e2a9-col-half {
    flex: 1;
    min-width: 0;
}

.bcf-a669e2a9-field-group {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.bcf-a669e2a9-label {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
}

.bcf-a669e2a9-required {
    color: #dc3545;
}

.bcf-a669e2a9-input,
.bcf-a669e2a9-textarea {
    width: 100%;
    padding: 10px 14px;
    font-size: 14px;
    line-height: 1.5;
    border: 1px solid #d0d0d0;
    border-radius: 6px;
    background-color: #f9f9f9;
    color: #333333;
    box-sizing: border-box;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
    font-family: inherit;
}

.bcf-a669e2a9-input:focus,
.bcf-a669e2a9-textarea:focus {
    border-color: #0073aa;
    box-shadow: 0 0 0 2px rgba(0, 115, 170, 0.15);
    outline: none;
}

.bcf-a669e2a9-textarea {
    resize: vertical;
    min-height: 80px;
}

.bcf-a669e2a9-submit-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 24px;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
    color: #ffffff;
    background-color: #0073aa;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    transition: background-color 0.2s ease, color 0.2s ease;
    font-family: inherit;
}

.bcf-a669e2a9-submit-btn:hover {
    background-color: #005a87;
}

.bcf-a669e2a9-submit-btn:disabled {
    opacity: 0.7;
    cursor: not-allowed;
}

.bcf-a669e2a9-spinner {
    display: inline-block;
    width: 18px;
    height: 18px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-top-color: #ffffff;
    border-radius: 50%;
    animation: bcf-a669e2a9-spin 0.6s linear infinite;
}

@keyframes bcf-a669e2a9-spin {
    to {
        transform: rotate(360deg);
    }
}

.bcf-a669e2a9-message {
    padding: 12px 16px;
    border-radius: 6px;
    font-size: 14px;
    line-height: 1.5;
    border: 1px solid transparent;
}

.bcf-a669e2a9-message-success {
    color: #28a745;
    background-color: rgba(40, 167, 69, 0.08);
    border-color: #28a745;
}

.bcf-a669e2a9-message-error {
    color: #dc3545;
    background-color: rgba(220, 53, 69, 0.08);
    border-color: #dc3545;
}

@media (max-width: 767px) {
    .bcf-a669e2a9-row {
        flex-direction: column;
    }
}
