﻿.i18n-loading .site-header,
.i18n-loading .floating-menu-btn,
.i18n-loading .mobile-panel,
.i18n-loading .mobile-overlay {
  visibility: hidden;
}

/* Navbar común basado en contrarreloj: prueba solo para index */
.site-header {
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
  overflow: visible;
}

.navbar {
  max-width: var(--container);
  min-height: 58px;
  height: 58px;
  padding: 0 20px;
  gap: 16px;
  justify-content: space-between;
  overflow: visible;
}

.navbar-brand {
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  min-width: 44px;
  max-width: 44px;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 16px;
  background: #ffffff;
  color: transparent !important;
  font-size: 0 !important;
  line-height: 0;
  text-indent: -9999px;
  white-space: nowrap;
  box-shadow: 0 8px 26px rgba(15, 23, 42, 0.08);
}

.navbar-brand::before {
  content: "";
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  display: block;
  border-radius: 10px;
  background: url("../img/favicon.png") center / contain no-repeat;
  text-indent: 0;
}

.navbar-brand:hover {
  transform: translateY(-1px);
}

.navbar-actions {
  min-height: 58px;
  display: flex;
  align-items: center;
  margin-left: 0;
  flex: 0 0 auto;
}

.nav-search {
  position: relative;
  flex: 0 0 auto;
}

.nav-search-popover {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  z-index: 1350;
  width: min(320px, calc(100vw - 32px));
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 20px 50px rgba(15, 23, 42, 0.14);
  padding: 12px;
}

.nav-search-popover[hidden] {
  display: none !important;
}

.nav-search-form {
  display: grid;
  grid-template-columns: 1fr auto auto;
  align-items: center;
  gap: 8px;
  padding: 5px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 8px 26px rgba(15, 23, 42, 0.08);
}

.nav-search-label {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.nav-search-input {
  width: 100%;
  min-width: 0;
  border: 0;
  background: transparent;
  color: #1f2937;
  padding: 7px 10px;
  font: inherit;
  outline: none;
}

.nav-search-input::placeholder {
  color: #94a3b8;
}

.nav-search-trigger {
  width: 40px;
  height: 40px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.96);
  color: #1f2937;
  font: inherit;
  font-size: 1.05rem;
  font-weight: 800;
  box-shadow: 0 8px 26px rgba(15, 23, 42, 0.08);
  cursor: pointer;
}

.nav-search-submit {
  min-width: 68px;
  height: 36px;
  border: 0;
  border-radius: 12px;
  background: linear-gradient(180deg, #3b82f6, #2563eb);
  color: #ffffff;
  font: inherit;
  font-size: 0.9rem;
  font-weight: 700;
  cursor: pointer;
}

.nav-search-submit-secondary {
  min-width: 42px;
  padding-inline: 10px;
  background: #0f172a;
  color: #ffffff;
}

.nav-search-submit-secondary:hover,
.nav-search-submit-secondary:focus-visible {
  background: #1e293b;
}

.nav-search-result {
  margin-top: 10px;
  border-radius: 14px;
  background: rgba(248, 250, 252, 0.9);
  padding: 14px;
  color: #1f2937;
}

.nav-search-result[hidden] {
  display: none !important;
}

.nav-search-loading,
.nav-search-empty,
.nav-search-hint {
  margin: 0;
  color: #64748b;
  font-size: 0.92rem;
  line-height: 1.45;
}

.nav-search-title {
  margin: 0 0 8px;
  color: #0f172a;
  font-size: 0.85rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.nav-search-forms {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 10px;
}

.nav-search-chip {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(37, 99, 235, 0.08);
  color: #1d4ed8;
  font-size: 0.88rem;
  font-weight: 700;
}

.nav-search-translation {
  margin: 0 0 8px;
  color: #0f172a;
  font-size: 1rem;
  font-weight: 700;
}

.nav-search-suggestions {
  display: grid;
  gap: 8px;
}

.nav-search-suggestion {
  width: 100%;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 14px;
  background: #ffffff;
  padding: 10px 12px;
  text-align: left;
  cursor: pointer;
}

.nav-search-suggestion-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  color: #0f172a;
  font-size: 0.95rem;
  font-weight: 700;
}

.nav-search-suggestion-translation {
  color: #64748b;
  font-size: 0.86rem;
  font-weight: 600;
}

.mobile-search {
  display: none;
}

.mobile-search-popover {
  position: static;
  width: 100%;
  margin-top: 10px;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);
}

.mobile-search-result {
  margin-top: 10px;
}

.mobile-search-trigger {
  width: 100%;
  height: 42px;
  border-radius: 14px;
  box-shadow: 0 4px 14px rgba(15, 23, 42, 0.06);
}

.selected {
  min-height: 34px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  background: #ffffff;
  color: #1f2937;
  border-radius: 12px;
  padding: 6px 10px;
  gap: 8px;
  box-shadow: 0 8px 26px rgba(15, 23, 42, 0.08);
}

.selected img,
.options button img {
  width: 20px;
  height: 14px;
}

.selected span {
  font-size: 0.82rem;
  font-weight: 700;
  line-height: 1;
}

.options {
  min-width: 148px;
  background: #ffffff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 16px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12);
}

.options button {
  border-radius: 10px;
  color: #1f2937;
}

.options button:hover {
  background: rgba(37, 99, 235, 0.08);
}

.app-tabs {
  max-width: none;
  margin: 0;
  gap: 10px;
  padding: 6px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 20px;
  box-shadow: 0 8px 26px rgba(15, 23, 42, 0.08);
  scrollbar-width: thin;
  overflow: visible;
}

.app-tabs-inline {
  flex: 1 1 auto;
  min-width: 0;
  overflow: visible;
}

.app-tabs::-webkit-scrollbar {
  height: 8px;
}

.app-tabs::-webkit-scrollbar-thumb {
  background: rgba(15, 23, 42, 0.12);
  border-radius: 999px;
}

.app-tab {
  min-height: auto;
  padding: 12px 16px;
  border-radius: 14px;
  color: #64748b;
  background: transparent;
  border: 1px solid transparent;
  box-shadow: none;
  font-size: 1rem;
  font-weight: 600;
}

.app-tab:hover {
  color: #1f2937;
  background: rgba(37, 99, 235, 0.06);
  border-color: transparent;
}

.app-tab.is-active,
.app-tab[aria-current="page"] {
  color: #ffffff;
  background: linear-gradient(180deg, #3b82f6, #2563eb);
  border-color: transparent;
  box-shadow: none;
}

.app-tab-more {
  position: relative;
  flex: 0 0 auto;
}

.app-tab-more-btn {
  height: 100%;
  cursor: pointer;
}

.app-tab-more-menu {
  position: absolute;
  top: calc(100% + 10px);
  left: 50%;
  z-index: 1360;
  width: max-content;
  min-width: 190px;
  max-width: calc(100vw - 24px);
  display: grid;
  gap: 6px;
  padding: 8px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 20px 50px rgba(15, 23, 42, 0.14);
  opacity: 0;
  transform: translate(-50%, -6px);
  pointer-events: none;
  visibility: hidden;
  transition: opacity 0.16s ease, transform 0.16s ease, visibility 0.16s ease;
}

.app-tab-more.is-open .app-tab-more-menu,
.app-tab-more:focus-within .app-tab-more-menu {
  opacity: 1;
  transform: translate(-50%, 0);
  pointer-events: auto;
  visibility: visible;
}

.app-tab-more-link {
  display: flex;
  align-items: center;
  min-height: 40px;
  padding: 9px 12px;
  border-radius: 12px;
  color: #64748b;
  text-decoration: none;
  font-weight: 700;
  white-space: nowrap;
}

.app-tab-more-link:hover {
  color: #1f2937;
  background: rgba(37, 99, 235, 0.08);
}

.app-tab-more-link.is-active,
.app-tab-more-link[aria-current="page"] {
  color: #ffffff;
  background: linear-gradient(180deg, #3b82f6, #2563eb);
}

.floating-menu-btn {
  top: 10px;
  left: 10px;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(37, 99, 235, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 8px 26px rgba(15, 23, 42, 0.08);
  gap: 4px;
}

.floating-menu-btn:hover {
  background: #ffffff;
}

.floating-menu-btn span {
  width: 18px;
  background: #1f2937;
}

.mobile-overlay {
  background: rgba(15, 23, 42, 0.22);
}

.mobile-panel {
  width: min(320px, calc(100vw - 28px));
  background: #ffffff;
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.18);
}

.mobile-panel-inner {
  min-height: 100%;
  padding: 18px 16px 16px;
  gap: 18px;
}

.mobile-panel-top strong,
.mobile-label,
.mobile-nav a {
  color: #64748b;
}

.mobile-panel-top strong {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.mobile-panel-top strong::before {
  content: "";
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  border-radius: 12px;
  background: #ffffff url("../img/favicon.png") center / contain no-repeat;
  box-shadow: 0 6px 16px rgba(15, 23, 42, 0.12);
}

.mobile-close-btn {
  width: 40px;
  height: 40px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 999px;
  background: #ffffff;
  color: #1f2937;
  font-size: 1.4rem;
  line-height: 1;
  box-shadow: 0 4px 14px rgba(15, 23, 42, 0.06);
}

.mobile-nav {
  display: grid;
  gap: 8px;
}

.mobile-nav a {
  padding: 12px 14px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 14px;
  background: #ffffff;
  box-shadow: 0 4px 14px rgba(15, 23, 42, 0.06);
  font-weight: 700;
}

.mobile-nav a:hover {
  color: #1f2937;
}

.mobile-nav a.is-current,
.mobile-nav a[aria-current="page"] {
  color: #ffffff;
  background: linear-gradient(180deg, #3b82f6, #2563eb);
  border-color: rgba(37, 99, 235, 0.3);
}

.selector-mobile .options {
  position: absolute;
  top: auto;
  bottom: calc(100% + 8px);
  left: 0;
  right: auto;
  width: 100%;
  min-width: 0;
  max-height: min(320px, 52vh);
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 1700;
}

.nav-auth-trigger {
  width: 40px;
  height: 40px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.96);
  color: #1f2937;
  padding: 0;
  box-shadow: 0 8px 26px rgba(15, 23, 42, 0.08);
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.nav-auth-trigger svg {
  width: 19px;
  height: 19px;
  fill: currentColor;
}

.nav-auth-trigger.is-authenticated {
  color: #1d4ed8;
  border-color: rgba(37, 99, 235, 0.18);
  background: rgba(239, 246, 255, 0.98);
}

.nav-auth-sr {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.auth-modal-open {
  overflow: hidden;
}

.auth-modal {
  position: fixed;
  inset: 0;
  z-index: 2500;
}

.auth-modal[hidden] {
  display: none !important;
}

.auth-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(15, 23, 42, 0.35);
}

.auth-modal-dialog {
  position: relative;
  z-index: 1;
  width: min(100% - 24px, 560px);
  margin: 8vh auto 0;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.16);
  padding: 22px;
  max-height: calc(100vh - 12vh);
  overflow-y: auto;
}

.auth-modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
}

.auth-kicker {
  margin: 0 0 6px;
  color: #2563eb;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.auth-modal-header h2 {
  margin: 0;
  color: #0f172a;
  font-size: 1.45rem;
}

.auth-copy {
  margin: 12px 0 0;
  color: #64748b;
  line-height: 1.5;
}

.auth-switcher {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin-top: 18px;
}

.auth-tab {
  min-height: 42px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 14px;
  background: #ffffff;
  color: #334155;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
}

.auth-tab.is-active {
  border-color: rgba(37, 99, 235, 0.24);
  background: rgba(37, 99, 235, 0.08);
  color: #1d4ed8;
}

.auth-close {
  width: 40px;
  height: 40px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 999px;
  background: #ffffff;
  color: #1f2937;
  font-size: 1.4rem;
  line-height: 1;
  cursor: pointer;
}

.auth-message {
  margin: 16px 0 0;
  border-radius: 14px;
  padding: 12px 14px;
  font-weight: 700;
}

.auth-message.is-error {
  color: #991b1b;
  background: #fee2e2;
}

.auth-message.is-success {
  color: #166534;
  background: #dcfce7;
}

.auth-form {
  display: grid;
  gap: 14px;
  margin-top: 18px;
}

.auth-form[hidden] {
  display: none !important;
}

.auth-form label,
.auth-language {
  display: grid;
  gap: 8px;
}

.auth-form label span,
.auth-language span {
  color: #0f172a;
  font-size: 0.92rem;
  font-weight: 700;
}

.auth-form input {
  width: 100%;
  border: 1px solid rgba(15, 23, 42, 0.12);
  border-radius: 14px;
  background: #ffffff;
  color: #0f172a;
  padding: 12px 14px;
  font: inherit;
}

.auth-language-trigger {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border: 1px solid rgba(15, 23, 42, 0.12);
  border-radius: 14px;
  background: #ffffff;
  color: #0f172a;
  padding: 12px 14px;
  font: inherit;
  cursor: pointer;
}

.auth-language-current {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
}

.auth-language-current img,
.auth-language-option img {
  width: 20px;
  height: 14px;
  object-fit: cover;
}

.auth-language-menu {
  display: grid;
  gap: 10px;
  margin-top: 10px;
}

.auth-language-menu[hidden] {
  display: none !important;
}

.auth-language-option {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 10px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 14px;
  background: #ffffff;
  color: #1f2937;
  padding: 10px 12px;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
}

.auth-language-option.is-active {
  border-color: rgba(37, 99, 235, 0.28);
  background: rgba(37, 99, 235, 0.08);
  color: #1d4ed8;
}

.auth-submit,
.auth-logout {
  border: 0;
  border-radius: 14px;
  padding: 14px 16px;
  background: linear-gradient(180deg, #3b82f6, #2563eb);
  color: #ffffff;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
}

.auth-session {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-top: 16px;
  border: 1px solid rgba(37, 99, 235, 0.12);
  border-radius: 16px;
  background: rgba(239, 246, 255, 0.8);
  padding: 14px;
}

.auth-session[hidden] {
  display: none !important;
}

.auth-session-copy p {
  margin: 0;
}

.auth-session-kicker {
  color: #1d4ed8;
  font-size: 0.82rem;
  font-weight: 800;
  text-transform: uppercase;
}

.auth-session-name {
  margin-top: 4px !important;
  color: #0f172a;
  font-weight: 800;
}

.auth-session-email {
  margin-top: 2px !important;
  color: #475569;
  font-size: 0.92rem;
}

.mobile-auth {
  display: grid;
  margin-top: 4px;
}

.mobile-auth-trigger {
  width: 42px;
  min-width: 42px;
  height: 42px;
  box-shadow: 0 4px 14px rgba(15, 23, 42, 0.06);
}

.site-footer {
  margin-top: 48px;
  border-top: 1px solid rgba(15, 23, 42, 0.08);
  background:
    radial-gradient(circle at top left, rgba(191, 219, 254, 0.45), transparent 35%),
    linear-gradient(180deg, #f8fbff 0%, #eef4ff 100%);
}

.site-footer-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 36px 24px 24px;
  display: grid;
  grid-template-columns: minmax(260px, 1.5fr) repeat(3, minmax(160px, 1fr));
  gap: 28px;
}

.site-footer-brand {
  display: grid;
  gap: 12px;
}

.site-footer-kicker {
  margin: 0;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #2563eb;
}

.site-footer-title {
  margin: 0;
  color: #0f172a;
  font-size: clamp(1.35rem, 2vw, 1.75rem);
  line-height: 1.15;
}

.site-footer-tagline,
.site-footer-made-for,
.site-footer-bottom p {
  margin: 0;
  color: #475569;
  line-height: 1.65;
}

.site-footer-column {
  display: grid;
  align-content: start;
  gap: 14px;
}

.site-footer-heading {
  margin: 0;
  color: #0f172a;
  font-size: 1rem;
}

.site-footer-links {
  display: grid;
  gap: 10px;
}

.site-footer-links a {
  color: #1e3a8a;
  text-decoration: none;
  font-weight: 600;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.site-footer-links a:hover {
  color: #1d4ed8;
  text-decoration: underline;
}

.site-footer-bottom {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px 28px;
}

.footer-demo-modal[hidden] {
  display: none !important;
}

.footer-demo-modal {
  position: fixed;
  inset: 0;
  z-index: 1700;
}

.footer-demo-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(15, 23, 42, 0.48);
  backdrop-filter: blur(6px);
}

.footer-demo-dialog {
  position: relative;
  width: min(92vw, 460px);
  margin: 12vh auto 0;
  padding: 26px 22px 24px;
  max-height: calc(100vh - 18vh);
  overflow-y: auto;
  border-radius: 24px;
  background: #ffffff;
  border: 1px solid rgba(148, 163, 184, 0.28);
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.22);
}

.footer-demo-kicker {
  margin: 0 0 10px;
  color: #2563eb;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.footer-demo-dialog h3 {
  margin: 0 0 10px;
  color: #0f172a;
  font-size: 1.2rem;
}

.footer-demo-dialog p {
  margin: 0;
  color: #475569;
  line-height: 1.6;
}

.footer-demo-close {
  position: absolute;
  top: 12px;
  right: 14px;
  border: 0;
  background: transparent;
  color: #0f172a;
  font-size: 1.6rem;
  cursor: pointer;
}

.footer-demo-open {
  overflow: hidden;
}

.navbar-force-mobile .nav-search {
  display: none;
}

.navbar-force-mobile .navbar-brand {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  min-width: 44px;
  max-width: 44px;
  height: 44px;
  min-height: 44px;
  color: transparent !important;
  font-size: 0 !important;
  line-height: 0;
  text-indent: -9999px;
}

.navbar-force-mobile .navbar-actions {
  display: none;
}

.navbar-force-mobile .app-tabs-inline {
  display: none;
}

.navbar-force-mobile .floating-menu-btn {
  display: flex !important;
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0) scale(1);
}

.navbar-force-mobile .mobile-panel {
  display: block !important;
}

.navbar-force-mobile .mobile-overlay {
  display: block !important;
}

.navbar-force-mobile .mobile-search {
  display: block;
}

.navbar-force-mobile .navbar {
  padding: 0 16px 0 60px;
}

@media (max-width: 1120px) {
  .site-footer-inner {
    grid-template-columns: 1fr;
    gap: 22px;
    padding: 30px 20px 22px;
  }

  .site-footer-bottom {
    padding: 0 20px 24px;
  }

  .nav-search {
    display: none;
  }

  .navbar-brand {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    min-width: 44px;
    max-width: 44px;
    height: 44px;
    min-height: 44px;
    color: transparent !important;
    font-size: 0 !important;
    line-height: 0;
    text-indent: -9999px;
  }

  .navbar-actions {
    display: none;
  }

  .app-tabs-inline {
    display: none;
  }

  .floating-menu-btn {
    display: flex !important;
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0) scale(1);
  }

  .mobile-panel {
    display: block !important;
  }

  .mobile-overlay {
    display: block !important;
  }

  .mobile-search {
    display: block;
  }

  .navbar {
    padding: 0 16px 0 60px;
  }
}

@media (min-width: 1121px) {
  .floating-menu-btn,
  .mobile-panel,
  .mobile-overlay {
    display: none !important;
  }

  .site-header.header-hidden {
    transform: translateY(0);
    opacity: 1;
  }
}

@media (max-width: 720px) {
  .navbar {
    padding: 0 12px 0 60px;
  }

  .footer-demo-dialog {
    width: min(94vw, 460px);
    margin: 8vh auto 0;
    padding: 22px 18px 20px;
    max-height: calc(100vh - 12vh);
  }
}


