/* Ajustes leves específicos da versão PHP do site do IGB.
   Não altera o visual original do tema Medicoz - apenas pequenos
   reforços de responsividade para o conteúdo reconstruído. */

img { max-width: 100%; height: auto; }

.container-main { padding-top: 60px; padding-bottom: 60px; }

.ig-section-title { text-align: center; margin-bottom: 40px; }
.ig-section-title h2 { font-family: 'Playfair Display', serif; color: #132a4a; }

.ig-card {
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 2px 18px rgba(0,0,0,.08);
    padding: 30px 25px;
    margin-bottom: 30px;
    height: 100%;
}

.ig-gallery-item { margin-bottom: 24px; }
.ig-gallery-item img { border-radius: 6px; width: 100%; }

.ig-form label { font-weight: 600; margin-top: 12px; display: block; }
.ig-form .form-control { margin-bottom: 10px; }
.ig-form-msg { padding: 14px 18px; border-radius: 4px; margin-bottom: 20px; }
.ig-form-msg.success { background: #dff6e0; color: #1c6b2b; border: 1px solid #b6e3bd; }
.ig-form-msg.error { background: #fde3e3; color: #a12626; border: 1px solid #f5b8b8; }

@media (max-width: 767px) {
    .container-main { padding-top: 35px; padding-bottom: 35px; }
    .page-title-wrap { padding: 40px 0 !important; }
}
