.contact-widget-wrapper-4ca54bcb {
    max-width: 800px;
    margin: 0 auto;
    font-family: inherit;
}

.contact-header-4ca54bcb {
    margin-bottom: 40px;
}

.contact-subtitle-4ca54bcb {
    color: #4A90E2;
    font-size: 1.2rem;
    font-weight: 500;
    margin-bottom: 10px;
}

.contact-title-4ca54bcb {
    font-size: 3.5rem;
    font-weight: 800;
    color: #333;
    margin-bottom: 15px;
    line-height: 1.1;
}

.contact-description-4ca54bcb {
    font-size: 1.1rem;
    color: #666;
    margin-bottom: 0;
}

.contact-form-4ca54bcb {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.form-group-4ca54bcb {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.form-group-4ca54bcb label {
    font-size: 0.9rem;
    color: #555;
}

.form-group-4ca54bcb input,
.form-group-4ca54bcb textarea {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #ddd;
    border-radius: 4px;
    background-color: #fafafa;
    font-family: inherit;
    transition: border-color 0.3s ease;
}

.form-group-4ca54bcb input:focus,
.form-group-4ca54bcb textarea:focus {
    outline: none;
    border-color: #4A90E2;
    background-color: #fff;
}

.submit-btn-4ca54bcb {
    background-color: #4A90E2;
    color: #fff;
    border: none;
    padding: 12px 30px;
    border-radius: 4px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    align-self: flex-start;
    transition: background-color 0.3s ease;
}

.submit-btn-4ca54bcb:hover {
    background-color: #357ABD;
}

.submit-btn-4ca54bcb:disabled {
    opacity: 0.7;
    cursor: not-allowed;
}

.form-messages-4ca54bcb.success {
    background-color: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}

.form-messages-4ca54bcb.error {
    background-color: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}