/* Plataforma Turística – Colón */

/* ─── Custom scrollbar ─────────────────────────────────────── */
::-webkit-scrollbar { width: 6px; }
::-webkit-scrollbar-track { background: #f1f5f9; }
::-webkit-scrollbar-thumb { background: #94a3b8; border-radius: 3px; }

/* ─── Line clamp ────────────────────────────────────────────── */
.line-clamp-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

/* ─── Leaflet overrides ──────────────────────────────────────── */
.leaflet-container { font-family: inherit; }
.leaflet-popup-content-wrapper { border-radius: 12px; box-shadow: 0 4px 24px rgba(0,0,0,.12); }
.leaflet-popup-content { margin: 12px 16px; font-size: 0.875rem; }

/* ─── Safe area bottom (PWA) ────────────────────────────────── */
.safe-area-bottom { padding-bottom: env(safe-area-inset-bottom, 0); }

/* ─── Transition all ────────────────────────────────────────── */
.transition-transform { transition: transform 0.3s cubic-bezier(0.4,0,0.2,1); }

/* ─── Map height fix ────────────────────────────────────────── */
#map { min-height: 400px; }
html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

.site-login-label-short {
  display: none;
}

.site-brand,
.site-nav-actions {
  min-width: 0;
}

@media (max-width: 640px) {
  .site-nav-inner {
    padding-left: 10px;
    padding-right: 10px;
  }

  .site-nav-row {
    height: 58px;
    gap: 8px;
  }

  .site-brand {
    gap: 6px;
    flex: 1 1 auto;
    overflow: hidden;
  }

  .site-logo-main {
    height: 34px;
    max-width: 90px;
    object-fit: contain;
  }

  .site-logo-bot {
    height: 30px;
    width: 30px;
    flex: 0 0 30px;
  }

  .site-logo-gov {
    display: inline-block;
    height: 34px;
    max-width: 86px;
    object-fit: contain;
  }

  .site-nav-actions {
    flex: 0 0 auto;
    gap: 6px;
  }

  .site-social-link {
    width: 34px;
    height: 34px;
    padding: 0;
    justify-content: center;
    border-radius: 999px;
  }

  .site-social-link svg {
    width: 18px;
    height: 18px;
  }

  .site-login-link {
    min-height: 40px;
    padding: 0 13px;
    gap: 6px;
    font-size: 12px;
    line-height: 1;
    white-space: nowrap;
  }

  .site-login-link svg {
    width: 15px;
    height: 15px;
  }

  .site-login-label-full {
    display: none;
  }

  .site-login-label-short {
    display: inline;
  }
}

@media (max-width: 480px) {
  .site-logo-gov {
    display: none;
  }

  .site-logo-main {
    max-width: 104px;
  }

  .site-login-link {
    padding-inline: 11px;
  }
}
