.orari {display: flex;flex-direction: column;gap: 4px;align-items: center;}
.info-map{display:grid;gap:24px;grid-template-columns:1fr 1.1fr;}
.map{min-height:280px;border:2px dashed #d9d2c8;border-radius:var(--radius-lg);background:#fffdf8;}
.map iframe {width: 100%;height: 280px;border: 0;border-radius: var(--radius-lg);}
.btn-alt {display: inline-block;padding: 7px 10px;background-color: #f2f2f2;color: #333;border-radius: 6px;text-decoration: none;font-weight: 600;transition: all 0.25s ease;border: 1px solid #d4a017;font-size: 14px;}
.btn-alt:hover {background-color: #d4a017; color: #ffffff; border-color: #d4a017;}