/* ==========================
   CONTACTO
   SIDEBAR CONTATTI
========================== */

/* Titoli contatti */
.org-header h2 {
    margin-bottom: 0.3rem;
    font-size: 1.1rem;
    font-weight: 600;
}

/* Icone */
.org-header h2 i.bi {
    vertical-align: middle;
    color: #0c76a4;
    margin-right: 0.5rem;
}

/* Testi */
.org-header p {
    margin-top: 0;
    margin-bottom: 0.75rem;
    font-size: 0.95rem;
    line-height: 1.4;
}

/* Link */
.org-header p a {
    color: #0c76a4;
    text-decoration: none;
}

.org-header p a:hover {
    text-decoration: underline;
}

/* ==========================
   FORM CONTATTI
========================== */

.contact-form label {
    font-weight: 600;
    font-size: 0.95rem;
    display: flex;
    align-items: center;
    margin-bottom: 0.25rem;
}

.contact-form input.form-control,
.contact-form textarea.form-control {
    border-radius: 6px;
    padding: 0.5rem 0.75rem;
}

.contact-form button.btn {
    font-weight: 600;
    border-radius: 6px;
}

/* ==========================
   MAPPA
========================== */

.map-container {
    height: 100%;
    min-height: 300px;
}

/* ==========================
   MOBILE - SIDEBAR CONTATTI
   Spaziature compatte
========================== */

@media (max-width: 576px) {

    .org-header h2 {
        margin-top: 0.5rem;
        margin-bottom: 0.1rem;
        font-size: 1rem;
    }

    .org-header h2 i.bi {
        font-size: 0.95rem;
        margin-right: 0.4rem;
    }

    .org-header p {
        margin-bottom: 0.4rem;
        font-size: 0.9rem;
        line-height: 1.25;
        padding-left: 0.2rem;
    }
}