.cfw-a1131556-container {
    box-sizing: border-box;
    width: 100%;
}

.cfw-a1131556-container *,
.cfw-a1131556-container *::before,
.cfw-a1131556-container *::after {
    box-sizing: border-box;
}

.cfw-a1131556-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.cfw-a1131556-row {
    display: flex;
    gap: 20px;
}

.cfw-a1131556-half {
    flex: 1;
    min-width: 0;
}

.cfw-a1131556-field {
    display: flex;
    flex-direction: column;
}

.cfw-a1131556-label {
    display: block;
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 8px;
}

.cfw-a1131556-input,
.cfw-a1131556-textarea {
    width: 100%;
    padding: 12px 14px;
    font-size: 14px;
    font-family: inherit;
    transition: border-color 0.2s ease;
    outline: none;
}

.cfw-a1131556-textarea {
    resize: vertical;
    min-height: 120px;
}

.cfw-a1131556-submit-row {
    display: flex;
    align-items: center;
    margin-top: 4px;
}

.cfw-a1131556-button {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: none;
    cursor: pointer;
    font-weight: 600;
    font-size: 14px;
    font-family: inherit;
    transition: background-color 0.2s ease;
    line-height: 1;
}

.cfw-a1131556-button:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

.cfw-a1131556-icon {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
}

.cfw-a1131556-message-status {
    padding: 10px 14px;
    border-radius: 6px;
    font-size: 14px;
    margin-top: 4px;
}

.cfw-a1131556-message-status.cfw-a1131556-success {
    background-color: #ecfdf5;
    color: #065f46;
    border: 1px solid #a7f3d0;
}

.cfw-a1131556-message-status.cfw-a1131556-error {
    background-color: #fef2f2;
    color: #991b1b;
    border: 1px solid #fecaca;
}

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