	.contact-form {
    max-width: 700px;
    margin: 0 auto;
}

.contact-form fieldset {
    border: none;
    padding: 0;
    margin: 0;
}

.form-instructions {
    font-size: 0.9rem;
    color: #555;
    margin-bottom: 15px;
}

.form-group {
    margin-bottom: 18px;
    display: flex;
    flex-direction: column;
}

.form-group label {
    font-weight: bold;
    margin-bottom: 6px;
    color: #333;
    font-size: 0.95rem;
}

.form-group input, 
.form-group textarea {
    padding: 10px 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 1rem;
    width: 100%;
    box-sizing: border-box;
}

.form-group input:focus, 
.form-group textarea:focus {
    border-color: #0056b3;
    outline: 2px solid #0056b3;
}

.required {
    color: #d9534f;
    font-weight: bold;
}

/* Скриване за зрящи, но видимо за екранни четци */
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.field-error {
    color: #d9534f !important;
    font-size: 13px !important;
    font-weight: bold !important;
    margin-top: 5px !important;
    display: block !important;
}

.form-messages.error {
    background-color: #f8d7da !important;
    border: 1px solid #f5c6cb !important;
    color: #721c24 !important;
    padding: 12px 15px !important;
    border-radius: 4px !important;
    margin-bottom: 20px !important;
}

.form-messages.success {
    background-color: #d4edda !important;
    border: 1px solid #c3e6cb !important;
    color: #155724 !important;
    padding: 12px 15px !important;
    border-radius: 4px !important;
    margin-bottom: 20px !important;
}
