.page-header {
    margin-top: 0;
    margin-bottom: 1.5rem;
}

form {
    background-color: rgba(255, 255, 255, 0.85);
    padding: 1.5rem;
    border-radius: 8px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
    max-width: 560px;
}

label {
    display: block;
    font-weight: bold;
    margin-bottom: 0.4rem;
}

input[type="text"],
input[type="email"],
textarea {
    width: 100%;
    padding: 0.65rem;
    margin-bottom: 1rem;
    border: 1px solid #cbd5e0;
    border-radius: 4px;
    font-size: 1rem;
    box-sizing: border-box;
}

textarea {
    resize: vertical;
    min-height: 140px;
}

.button {
    background-color: #0b7285;
    color: #fff;
    padding: 0.75rem 1.4rem;
    border: none;
    border-radius: 4px;
    font-size: 1rem;
    cursor: pointer;
}

.button:hover,
.button:focus {
    background-color: #095c6a;
}

.status-message {
    margin-bottom: 1rem;
    font-weight: bold;
}

.error {
    color: #b91c1c;
}

.success {
    color: #047857;
}

.field-error {
    color: #b91c1c;
    margin-top: -0.6rem;
    margin-bottom: 0.8rem;
    font-size: 0.9rem;
}
