.contact-form {
    max-width: 560px;
    margin: 32px auto 48px;
    display: flex;
    flex-direction: column;
}

.contact-form label {
    font-weight: 600;
    margin: 16px 0 6px;
}

.contact-form input,
.contact-form textarea {
    padding: 10px 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font: inherit;
}

.contact-form textarea {
    resize: vertical;
}

.contact-form button {
    margin-top: 24px;
    padding: 10px 32px;
    font: inherit;
    border: none;
    cursor: pointer;
    align-self: flex-start;
}

/* honeypot field — kept out of sight for humans, visible to bots */
.contact-website {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.contact-status-ok {
    color: #2e7d32;
    font-weight: 600;
    margin-top: 16px;
}

.contact-status-error {
    color: #c62828;
    font-weight: 600;
    margin-top: 16px;
}

/* operator (provozovatel) info below the form */
.contact-operator {
    max-width: 560px;
    margin: 0 auto 48px;
    padding-top: 24px;
    border-top: 1px solid #ccc;
}

.contact-operator h2 {
    font-size: 1.1em;
    margin-bottom: 12px;
}

.contact-operator p {
    line-height: 1.6;
}

.contact-operator-note {
    margin-top: 12px;
    font-size: 0.9em;
    opacity: 0.8;
}
