body {
    background-color: #EFEEE6;
    font-family: "DM Sans", sans-serif;
}

header img {
    width: 100%;
}

.form {
    background-color: white;
    padding: 1rem;
    border: 1px solid #E83F43;
    border-radius: 5px;
}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="number"],
input[type="tel"],
input[type="url"],
input[type="search"],
textarea {
    border: 1px solid #ccc;
    border-radius: 5px;
}

label {
    font-weight: bold;
}

h2, h3 {
    margin-top: 1rem;
}

#message_territori {
    color: red;
    font-weight: bold;
}

.altre-servei {
    display: hidden;
}

#autosave-status {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 8px 14px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
    z-index: 9999;
    font-size: 0.9rem;
}