/* BIC Aranjuez · Estilos del shortcode [bic_aranjuez]
   Diseñado para integrarse con Astra y la web de rutas wonderful-wing */

.bic-wrapper {
  --bic-c-bg: #ffffff;
  --bic-c-bg-soft: #f7f4ee;
  --bic-c-ink: #1c1c1c;
  --bic-c-ink-soft: #555;
  --bic-c-line: #e5e0d6;
  --bic-c-red: #8b1a1a;
  --bic-c-red-dark: #6c1414;
  --bic-c-gold: #b88a2a;
  --bic-c-dark: #1c1c1c;
  --bic-radius: 6px;
  font-family: inherit;
  color: var(--bic-c-ink);
  line-height: 1.6;
}
.bic-wrapper *, .bic-wrapper *::before, .bic-wrapper *::after { box-sizing: border-box; }

/* INTRO */
.bic-intro { max-width: 880px; margin: 0 auto 36px; padding: 0 24px; text-align: center; }
.bic-intro__overline {
  font-size: 12px; letter-spacing: .2em; text-transform: uppercase;
  color: var(--bic-c-red); font-weight: 600; margin-bottom: 10px;
}
.bic-intro h2 { font-size: clamp(28px, 3.4vw, 40px); margin: 0 0 .4em; }
.bic-intro p  { color: var(--bic-c-ink-soft); font-size: 17px; margin: 0; }
.bic-rule { width: 64px; height: 3px; background: var(--bic-c-red); margin: 18px auto; }

/* FILTROS */
.bic-explorer { max-width: 1280px; margin: 0 auto 48px; padding: 0 24px; }
.bic-filters {
  display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 18px;
  padding: 16px 0;
  border-top: 1px solid var(--bic-c-line);
  border-bottom: 1px solid var(--bic-c-line);
  align-items: center;
}
.bic-filter-label {
  font-size: 12px; letter-spacing: .16em; text-transform: uppercase;
  color: var(--bic-c-ink-soft); margin-right: 8px; font-weight: 600;
}
.bic-chip {
  display: inline-flex; align-items: center; gap: 7px;
  padding: 7px 14px; border-radius: 999px;
  border: 1px solid var(--bic-c-line); background: #fff;
  font-size: 13px; font-weight: 500; color: var(--bic-c-ink);
  cursor: pointer; transition: all .15s ease; font-family: inherit;
}
.bic-chip:hover { border-color: var(--bic-c-ink); }
.bic-chip.is-active { background: var(--bic-c-red); color: #fff; border-color: var(--bic-c-red); }
.bic-chip__dot { width: 10px; height: 10px; border-radius: 50%; background: var(--bic-c-red); flex-shrink: 0; }

/* EXPLORADOR (lista + mapa) */
.bic-explorer__grid { display: grid; grid-template-columns: 380px 1fr; gap: 20px; height: 660px; }
@media (max-width: 980px) {
  .bic-explorer__grid { grid-template-columns: 1fr; height: auto; }
  .bic-list { max-height: 380px; }
  #bicMap { height: 480px; }
}
.bic-list {
  background: #fff; border: 1px solid var(--bic-c-line); border-radius: var(--bic-radius);
  overflow-y: auto;
}
.bic-list__item {
  display: flex; gap: 12px; padding: 14px 16px;
  border-bottom: 1px solid var(--bic-c-line);
  cursor: pointer; transition: background .15s ease; align-items: center;
}
.bic-list__item:hover { background: var(--bic-c-bg-soft); }
.bic-list__item.is-active { background: #faf3e3; }
.bic-list__thumb {
  width: 56px; height: 56px; border-radius: 4px; flex-shrink: 0;
  background: var(--bic-c-bg-soft) center/cover; position: relative; overflow: hidden;
}
.bic-list__thumb-fallback {
  position: absolute; inset: 0; display: grid; place-items: center;
  color: #fff; font-weight: 700; font-size: 18px;
}
.bic-list__body { min-width: 0; flex: 1; }
.bic-list__title { font-size: 15px; font-weight: 600; margin: 0 0 2px; line-height: 1.25; }
.bic-list__cat { font-size: 11px; letter-spacing: .14em; text-transform: uppercase; color: var(--bic-c-ink-soft); }

#bicMap {
  border: 1px solid var(--bic-c-line);
  border-radius: var(--bic-radius);
  height: 100%; min-height: 480px;
}
.leaflet-popup-content-wrapper { border-radius: var(--bic-radius); }
.leaflet-popup-content { font-family: inherit; margin: 14px 16px; line-height: 1.4; }
.bic-popup-cat { font-size: 11px; letter-spacing: .14em; text-transform: uppercase; color: var(--bic-c-ink-soft); }
.bic-popup-title { font-size: 16px; font-weight: 700; margin: 4px 0 6px; }
.bic-popup-cta { display: inline-block; margin-top: 8px; font-weight: 600; color: var(--bic-c-red); }

/* PIN */
.bic-pin {
  width: 28px; height: 28px;
  border-radius: 50% 50% 50% 0; transform: rotate(-45deg);
  border: 2px solid #fff; box-shadow: 0 2px 6px rgba(0,0,0,.4);
  position: relative;
}
.bic-pin::after {
  content: ''; position: absolute; top: 7px; left: 7px;
  width: 10px; height: 10px; border-radius: 50%; background: #fff;
}

/* TARJETAS */
.bic-cards-section { background: var(--bic-c-bg-soft); padding: 64px 0; margin: 0 -24px; }
.bic-cards-section__head { text-align: center; margin-bottom: 36px; padding: 0 24px; max-width: 880px; margin-left: auto; margin-right: auto; }
.bic-cards-section__head h2 { font-size: clamp(26px, 3vw, 34px); margin: 0 0 .3em; }
.bic-cards-section__head p { color: var(--bic-c-ink-soft); margin: 0; }
.bic-cards-grid {
  max-width: 1200px; margin: 0 auto; padding: 0 24px;
  display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 22px;
}
.bic-card {
  background: #fff; border-radius: var(--bic-radius); overflow: hidden;
  box-shadow: 0 1px 3px rgba(0,0,0,.06); border: 1px solid var(--bic-c-line);
  cursor: pointer; transition: transform .2s ease, box-shadow .2s ease;
  display: flex; flex-direction: column;
}
.bic-card:hover { transform: translateY(-3px); box-shadow: 0 6px 20px rgba(0,0,0,.10); }
.bic-card__img { aspect-ratio: 16/10; background: var(--bic-c-bg-soft) center/cover; position: relative; }
.bic-card__img-fallback {
  position: absolute; inset: 0; display: grid; place-items: center;
  color: #fff; font-size: 38px; font-weight: 800; text-shadow: 0 2px 12px rgba(0,0,0,.3);
}
.bic-card__cat-badge {
  position: absolute; bottom: 12px; left: 12px;
  background: rgba(255,255,255,.95); color: var(--bic-c-ink);
  padding: 4px 10px; border-radius: 999px;
  font-size: 11px; letter-spacing: .12em; text-transform: uppercase; font-weight: 600;
}
.bic-card__body { padding: 18px 20px; flex: 1; display: flex; flex-direction: column; }
.bic-card__title { font-size: 18px; font-weight: 700; margin: 0 0 6px; line-height: 1.25; }
.bic-card__meta { font-size: 13px; color: var(--bic-c-ink-soft); margin: 0; }
.bic-card__cta { margin-top: 14px; font-size: 14px; font-weight: 600; color: var(--bic-c-red); }

/* PANEL DETALLE */
.bic-detail-overlay {
  position: fixed; inset: 0; background: rgba(0,0,0,.55);
  opacity: 0; pointer-events: none; transition: opacity .2s ease; z-index: 99998;
}
.bic-detail-overlay.is-open { opacity: 1; pointer-events: auto; }
.bic-detail {
  position: fixed; top: 0; right: 0; height: 100vh;
  width: min(640px, 100vw); background: #fff;
  box-shadow: -10px 0 40px rgba(0,0,0,.25);
  transform: translateX(100%); transition: transform .25s ease;
  z-index: 99999; overflow-y: auto;
  display: flex; flex-direction: column;
}
.bic-detail.is-open { transform: translateX(0); }
.bic-detail__close {
  position: absolute; top: 14px; right: 14px;
  width: 38px; height: 38px; border-radius: 50%; border: none;
  background: rgba(255,255,255,.95); cursor: pointer;
  font-size: 22px; color: var(--bic-c-ink); display: grid; place-items: center;
  box-shadow: 0 2px 8px rgba(0,0,0,.2); z-index: 2;
}
.bic-detail__hero { height: 280px; background: var(--bic-c-bg-soft) center/cover; position: relative; }
.bic-detail__hero::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 50%, rgba(0,0,0,.55));
}
.bic-detail__hero-fallback {
  position: absolute; inset: 0; display: grid; place-items: center;
  color: #fff; font-size: 64px; font-weight: 800;
}
.bic-detail__body { padding: 28px 32px 40px; }
.bic-detail__cat { font-size: 11px; letter-spacing: .2em; text-transform: uppercase; color: var(--bic-c-red); font-weight: 600; }
.bic-detail__title { font-size: 30px; margin: 8px 0 14px; line-height: 1.15; }
.bic-detail__meta {
  display: flex; flex-wrap: wrap; gap: 16px; font-size: 13px; color: var(--bic-c-ink-soft);
  padding: 14px 0;
  border-top: 1px solid var(--bic-c-line);
  border-bottom: 1px solid var(--bic-c-line);
  margin-bottom: 22px;
}
.bic-detail__meta strong { color: var(--bic-c-ink); font-weight: 600; }
.bic-detail__desc p { margin: 0 0 14px; }
.bic-detail__actions { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 22px; }
.bic-btn {
  display: inline-block; padding: 11px 20px; border-radius: var(--bic-radius);
  font-size: 14px; font-weight: 600; cursor: pointer; border: 1px solid var(--bic-c-line);
  background: #fff; color: var(--bic-c-ink); text-decoration: none; font-family: inherit;
  transition: all .15s ease;
}
.bic-btn:hover { border-color: var(--bic-c-ink); text-decoration: none; }
.bic-btn--primary { background: var(--bic-c-red); border-color: var(--bic-c-red); color: #fff; }
.bic-btn--primary:hover { background: var(--bic-c-red-dark); border-color: var(--bic-c-red-dark); color: #fff; }

/* ===== EDITOR FRONTAL [bic_editor] ===== */
.bic-editor {
  --bic-c-bg: #ffffff;
  --bic-c-bg-soft: #f7f4ee;
  --bic-c-ink: #1c1c1c;
  --bic-c-ink-soft: #555;
  --bic-c-line: #e5e0d6;
  --bic-c-red: #8b1a1a;
  --bic-c-red-dark: #6c1414;
  --bic-c-green: #1f7a3f;
  --bic-radius: 8px;
  color: var(--bic-c-ink);
  font-family: inherit;
  max-width: 1280px;
  margin: 0 auto;
  padding: 24px;
}
.bic-editor *, .bic-editor *::before, .bic-editor *::after { box-sizing: border-box; }
.bic-editor--locked {
  max-width: 760px;
  border: 1px solid var(--bic-c-line);
  background: #fff;
  border-radius: var(--bic-radius);
}
.bic-editor__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 22px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--bic-c-line);
}
.bic-editor__overline {
  display: block;
  color: var(--bic-c-red);
  font-size: 12px;
  letter-spacing: .18em;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 6px;
}
.bic-editor__head h2 { margin: 0 0 8px; font-size: clamp(26px, 3vw, 38px); }
.bic-editor__head p { margin: 0; color: var(--bic-c-ink-soft); }
.bic-editor__new {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  padding: 11px 18px;
  border-radius: var(--bic-radius);
  background: var(--bic-c-red);
  color: #fff;
  text-decoration: none;
  font-weight: 700;
}
.bic-editor__new:hover { background: var(--bic-c-red-dark); color: #fff; text-decoration: none; }
.bic-editor__notice {
  border-radius: var(--bic-radius);
  padding: 12px 16px;
  margin: 0 0 18px;
  border: 1px solid var(--bic-c-line);
  background: #fff;
  font-weight: 600;
}
.bic-editor__notice--success { border-color: rgba(31,122,63,.25); background: #effaf3; color: var(--bic-c-green); }
.bic-editor__notice--error { border-color: rgba(139,26,26,.25); background: #fff2f2; color: var(--bic-c-red); }
.bic-editor__grid {
  display: grid;
  grid-template-columns: 310px minmax(0, 1fr);
  gap: 24px;
  align-items: start;
}
.bic-editor__sidebar {
  background: #fff;
  border: 1px solid var(--bic-c-line);
  border-radius: var(--bic-radius);
  overflow: hidden;
  position: sticky;
  top: 24px;
}
.bic-editor__sidebar-title {
  padding: 14px 16px;
  border-bottom: 1px solid var(--bic-c-line);
  font-size: 12px;
  letter-spacing: .14em;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--bic-c-ink-soft);
  background: var(--bic-c-bg-soft);
}
.bic-editor__item {
  display: block;
  padding: 13px 16px;
  border-bottom: 1px solid var(--bic-c-line);
  text-decoration: none;
  color: var(--bic-c-ink);
}
.bic-editor__item:last-child { border-bottom: 0; }
.bic-editor__item:hover,
.bic-editor__item.is-active { background: #faf3e3; text-decoration: none; color: var(--bic-c-ink); }
.bic-editor__item strong { display: block; font-size: 14px; line-height: 1.25; margin-bottom: 3px; }
.bic-editor__item span { display: block; color: var(--bic-c-ink-soft); font-size: 12px; }
.bic-editor__empty { padding: 16px; margin: 0; color: var(--bic-c-ink-soft); }
.bic-editor__panel {
  min-width: 0;
}
.bic-editor__form,
.bic-editor__danger {
  background: #fff;
  border: 1px solid var(--bic-c-line);
  border-radius: var(--bic-radius);
  padding: 22px;
  margin-bottom: 22px;
}
.bic-editor__section-head,
.bic-editor__block-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
}
.bic-editor__section-head h3,
.bic-editor__block h4,
.bic-editor__danger h3 { margin: 0; }
.bic-editor__fields {
  display: grid;
  gap: 16px;
  margin-bottom: 16px;
}
.bic-editor__fields--two { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.bic-editor__fields--three { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.bic-editor label {
  display: grid;
  gap: 7px;
  font-size: 13px;
  font-weight: 700;
  color: var(--bic-c-ink);
}
.bic-editor input[type="text"],
.bic-editor input[type="url"],
.bic-editor input[type="color"],
.bic-editor textarea {
  width: 100%;
  border: 1px solid var(--bic-c-line);
  border-radius: 6px;
  padding: 10px 12px;
  font: inherit;
  font-weight: 400;
  color: var(--bic-c-ink);
  background: #fff;
}
.bic-editor input[type="color"] { min-height: 42px; padding: 4px; }
.bic-editor textarea { resize: vertical; line-height: 1.55; }
.bic-editor__block {
  margin-top: 24px;
  padding-top: 22px;
  border-top: 1px solid var(--bic-c-line);
}
.bic-editor__media {
  display: grid;
  grid-template-columns: 240px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
}
.bic-editor__preview {
  aspect-ratio: 16/10;
  border-radius: var(--bic-radius);
  border: 1px solid var(--bic-c-line);
  background: var(--bic-c-bg-soft) center/cover no-repeat;
  display: grid;
  place-items: center;
  color: var(--bic-c-ink-soft);
  font-weight: 700;
  overflow: hidden;
}
.bic-editor__media-controls { display: grid; gap: 12px; }
.bic-editor__actions-inline,
.bic-editor__footer-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}
.bic-editor__rows { display: grid; gap: 12px; }
.bic-editor__row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 38px;
  gap: 10px;
  align-items: start;
}
.bic-editor__row--line { align-items: center; }
.bic-editor__remove {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid var(--bic-c-line);
  background: #fff;
  color: var(--bic-c-red);
  cursor: pointer;
  font-size: 22px;
  line-height: 1;
}
.bic-editor__remove:hover { border-color: var(--bic-c-red); background: #fff2f2; }
.bic-editor__footer-actions {
  margin-top: 24px;
  padding-top: 22px;
  border-top: 1px solid var(--bic-c-line);
  justify-content: flex-end;
}
.bic-editor__danger {
  border-color: rgba(139,26,26,.35);
  background: #fffafa;
}
.bic-editor__danger p { color: var(--bic-c-ink-soft); }
.bic-editor__danger-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
}
.bic-btn--danger {
  background: var(--bic-c-red);
  border-color: var(--bic-c-red);
  color: #fff;
}
.bic-btn--danger:hover { background: var(--bic-c-red-dark); border-color: var(--bic-c-red-dark); color: #fff; }
@media (max-width: 980px) {
  .bic-editor { padding: 18px; }
  .bic-editor__head { align-items: flex-start; flex-direction: column; }
  .bic-editor__grid { grid-template-columns: 1fr; }
  .bic-editor__sidebar { position: static; }
  .bic-editor__fields--two,
  .bic-editor__fields--three,
  .bic-editor__media,
  .bic-editor__danger-row { grid-template-columns: 1fr; }
}

/* Documentos oficiales en el editor frontal */
.bic-editor__hint {
  margin: 6px 0 14px;
  color: var(--bic-c-ink-soft);
  font-size: .95rem;
}
.bic-editor__document {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.35fr) auto;
  gap: 10px;
  align-items: end;
}
.bic-editor__document-actions {
  display: flex;
  gap: 8px;
  align-items: center;
  padding-bottom: 1px;
}
@media (max-width: 980px) {
  .bic-editor__document { grid-template-columns: 1fr; }
  .bic-editor__document-actions { justify-content: flex-start; }
}

/* Galería y vídeos dentro de la ficha pública */
.bic-detail__section {
  margin-top: 26px;
  padding-top: 22px;
  border-top: 1px solid var(--bic-c-line);
}
.bic-detail__section h3 {
  margin: 0 0 14px;
  font-size: 18px;
  line-height: 1.25;
}
.bic-detail__gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}
.bic-detail__gallery-item {
  display: block;
  border-radius: var(--bic-radius);
  overflow: hidden;
  border: 1px solid var(--bic-c-line);
  background: var(--bic-c-bg-soft);
  aspect-ratio: 4 / 3;
}
.bic-detail__gallery-item img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform .2s ease;
}
.bic-detail__gallery-item:hover img {
  transform: scale(1.035);
}
.bic-detail__videos {
  display: grid;
  gap: 14px;
}
.bic-detail__video {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: var(--bic-radius);
  overflow: hidden;
  background: #111;
  border: 1px solid var(--bic-c-line);
}
.bic-detail__video iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
@media (max-width: 560px) {
  .bic-detail__gallery { grid-template-columns: 1fr; }
}

/* Galería y vídeos en el editor */
.bic-editor__rows--gallery {
  gap: 14px;
}
.bic-editor__gallery-item {
  display: grid;
  grid-template-columns: 140px minmax(0, 1fr) auto;
  gap: 12px;
  align-items: end;
  padding: 12px;
  border: 1px solid var(--bic-c-line);
  border-radius: var(--bic-radius);
  background: #fff;
}
.bic-editor__gallery-preview {
  aspect-ratio: 4 / 3;
  border-radius: 6px;
  border: 1px solid var(--bic-c-line);
  background: var(--bic-c-bg-soft) center/cover no-repeat;
  display: grid;
  place-items: center;
  color: var(--bic-c-ink-soft);
  font-size: 13px;
  font-weight: 700;
  overflow: hidden;
}
.bic-editor__gallery-fields {
  display: grid;
  gap: 10px;
}
.bic-editor__gallery-actions {
  display: flex;
  align-items: center;
  gap: 8px;
  padding-bottom: 1px;
}
.bic-editor__video {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.4fr) 38px;
  gap: 10px;
  align-items: end;
}
@media (max-width: 980px) {
  .bic-editor__gallery-item,
  .bic-editor__video {
    grid-template-columns: 1fr;
  }
  .bic-editor__gallery-actions {
    justify-content: flex-start;
  }
}

/* Editor visual nativo de WordPress */
.bic-editor__wp-editor {
  border: 1px solid var(--bic-c-line);
  border-radius: var(--bic-radius);
  overflow: hidden;
  background: #fff;
}
.bic-editor__wp-editor .wp-editor-wrap {
  width: 100%;
}
.bic-editor__wp-editor .wp-editor-container {
  border: 0;
}
.bic-editor__wp-editor textarea.wp-editor-area {
  border: 0;
  border-radius: 0;
  min-height: 300px;
}
.bic-editor__wp-editor .mce-toolbar .mce-btn button,
.bic-editor__wp-editor .quicktags-toolbar input.ed_button {
  font-weight: 400;
}

/* Banner de formación del editor */
.bic-editor__training {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, .85fr);
  gap: 22px;
  align-items: center;
  margin: 0 0 22px;
  padding: 22px;
  border-radius: var(--bic-radius);
  border: 1px solid rgba(204, 164, 82, .35);
  background:
    linear-gradient(135deg, rgba(30, 61, 98, .96), rgba(19, 48, 82, .92)),
    var(--bic-c-bg-soft);
  color: #fff;
  box-shadow: 0 10px 28px rgba(0,0,0,.10);
}
.bic-editor__training-kicker {
  display: inline-block;
  margin-bottom: 8px;
  color: #d2ad5d;
  font-size: 12px;
  letter-spacing: .18em;
  text-transform: uppercase;
  font-weight: 800;
}
.bic-editor__training h3 {
  margin: 0 0 8px;
  color: #fff;
  font-size: clamp(22px, 2.2vw, 30px);
}
.bic-editor__training p {
  margin: 0 0 16px;
  color: rgba(255,255,255,.88);
  max-width: 760px;
}
.bic-editor__training-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.bic-editor__training .bic-btn {
  border-color: rgba(255,255,255,.32);
  color: #fff;
  background: rgba(255,255,255,.08);
}
.bic-editor__training .bic-btn:hover {
  background: rgba(255,255,255,.16);
  border-color: rgba(255,255,255,.55);
  color: #fff;
}
.bic-editor__training .bic-btn--primary {
  background: #d2ad5d;
  border-color: #d2ad5d;
  color: #172f4f;
}
.bic-editor__training .bic-btn--primary:hover {
  background: #c79f4a;
  border-color: #c79f4a;
  color: #172f4f;
}
.bic-editor__training-video {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: var(--bic-radius);
  overflow: hidden;
  background: #07182b;
  border: 1px solid rgba(255,255,255,.22);
  box-shadow: 0 8px 20px rgba(0,0,0,.18);
}
.bic-editor__training-video iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
@media (max-width: 980px) {
  .bic-editor__training {
    grid-template-columns: 1fr;
  }
}
