:root {
  --ahvc-ink: #132921;
  --ahvc-forest: #173e33;
  --ahvc-forest-deep: #0c2b23;
  --ahvc-gold: #c79a45;
  --ahvc-gold-light: #ead5a5;
  --ahvc-paper: #f7f3ea;
  --ahvc-white: #fff;
  --ahvc-muted: #66736e;
  --ahvc-line: rgba(19, 41, 33, 0.15);
  --ahvc-shadow: 0 22px 60px rgba(12, 43, 35, 0.12);
  --ahvc-radius: 4px;
}

.ahvc-gp,
.ahvc-gp-entry,
.ahvc-gp-dialog {
  box-sizing: border-box;
  color: var(--ahvc-ink);
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
}

.ahvc-gp *,
.ahvc-gp *::before,
.ahvc-gp *::after,
.ahvc-gp-entry *,
.ahvc-gp-entry *::before,
.ahvc-gp-entry *::after,
.ahvc-gp-dialog *,
.ahvc-gp-dialog *::before,
.ahvc-gp-dialog *::after {
  box-sizing: inherit;
}

.ahvc-gp .screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

.ahvc-gp {
  background: var(--ahvc-paper);
  margin-inline: calc(50% - 50vw);
  overflow: hidden;
  width: 100vw;
}

.ahvc-gp__hero {
  background:
    radial-gradient(circle at 82% 22%, rgba(199, 154, 69, 0.22), transparent 24rem),
    linear-gradient(132deg, var(--ahvc-forest-deep), var(--ahvc-forest));
  color: var(--ahvc-white);
  min-height: 470px;
  overflow: hidden;
  position: relative;
}

.ahvc-gp__hero::after {
  background: var(--ahvc-gold);
  bottom: 0;
  content: "";
  height: 5px;
  left: 0;
  position: absolute;
  width: min(38vw, 520px);
}

.ahvc-gp__hero-pattern {
  border: 1px solid rgba(234, 213, 165, 0.2);
  border-radius: 50%;
  height: 520px;
  position: absolute;
  right: -100px;
  top: -175px;
  width: 520px;
}

.ahvc-gp__hero-pattern::before,
.ahvc-gp__hero-pattern::after {
  border: 1px solid rgba(234, 213, 165, 0.14);
  border-radius: 50%;
  content: "";
  inset: 56px;
  position: absolute;
}

.ahvc-gp__hero-pattern::after {
  inset: 112px;
}

.ahvc-gp__hero-inner,
.ahvc-gp__workspace {
  margin-inline: auto;
  max-width: 1240px;
  width: calc(100% - 48px);
}

.ahvc-gp__hero-inner {
  padding: 108px 0 92px;
  position: relative;
  z-index: 1;
}

.ahvc-gp__eyebrow,
.ahvc-gp-entry__eyebrow {
  color: var(--ahvc-gold-light);
  font-size: 0.73rem;
  font-weight: 750;
  letter-spacing: 0.21em;
  margin: 0 0 20px;
  text-transform: uppercase;
}

.ahvc-gp__hero h1 {
  color: var(--ahvc-white);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3.25rem, 7.6vw, 6.9rem);
  font-weight: 400;
  letter-spacing: -0.045em;
  line-height: 0.93;
  margin: 0;
  max-width: 900px;
}

.ahvc-gp__intro {
  color: rgba(255, 255, 255, 0.79);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.06rem, 1.6vw, 1.32rem);
  line-height: 1.7;
  margin: 30px 0 0;
  max-width: 720px;
}

.ahvc-gp__hero-meta {
  align-items: center;
  color: rgba(255, 255, 255, 0.68);
  display: flex;
  flex-wrap: wrap;
  font-size: 0.78rem;
  gap: 16px;
  letter-spacing: 0.08em;
  margin-top: 42px;
  text-transform: uppercase;
}

.ahvc-gp__hero-meta strong {
  color: var(--ahvc-gold-light);
  font-size: 1.04rem;
}

.ahvc-gp__meta-separator {
  background: rgba(255, 255, 255, 0.28);
  height: 1px;
  width: 42px;
}

.ahvc-gp__workspace {
  padding: 64px 0 96px;
}

.ahvc-gp__toolbar {
  align-items: center;
  display: grid;
  gap: 28px;
  grid-template-columns: minmax(280px, 1fr) auto;
}

.ahvc-gp__search {
  align-items: center;
  background: var(--ahvc-white);
  border: 1px solid var(--ahvc-line);
  display: flex;
  gap: 13px;
  min-height: 56px;
  padding: 0 18px;
  transition: border-color 180ms ease, box-shadow 180ms ease;
}

.ahvc-gp__search:focus-within {
  border-color: var(--ahvc-gold);
  box-shadow: 0 0 0 3px rgba(199, 154, 69, 0.16);
}

.ahvc-gp__search svg {
  color: var(--ahvc-gold);
  flex: 0 0 auto;
}

.ahvc-gp__search input {
  appearance: none;
  background: transparent;
  border: 0;
  box-shadow: none;
  color: var(--ahvc-ink);
  font: inherit;
  font-size: 0.96rem;
  min-width: 0;
  outline: 0;
  padding: 0;
  width: 100%;
}

.ahvc-gp__search input::placeholder {
  color: #89938f;
}

.ahvc-gp__filters {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.ahvc-gp__filters button {
  appearance: none;
  background: transparent;
  border: 1px solid var(--ahvc-line);
  border-radius: 999px;
  color: var(--ahvc-forest);
  cursor: pointer;
  font: inherit;
  font-size: 0.78rem;
  font-weight: 750;
  letter-spacing: 0.055em;
  min-height: 42px;
  padding: 0 17px;
  text-transform: uppercase;
  transition: background 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.ahvc-gp__filters button:hover,
.ahvc-gp__filters button:focus-visible {
  border-color: var(--ahvc-gold);
  transform: translateY(-1px);
}

.ahvc-gp__filters button.is-active {
  background: var(--ahvc-forest);
  border-color: var(--ahvc-forest);
  color: var(--ahvc-white);
}

.ahvc-gp__result-bar {
  align-items: center;
  display: flex;
  gap: 22px;
  margin: 42px 0 26px;
}

.ahvc-gp__result-bar p {
  color: var(--ahvc-muted);
  flex: 0 0 auto;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin: 0;
  text-transform: uppercase;
}

.ahvc-gp__result-bar [data-ahvc-gp-count] {
  color: var(--ahvc-gold);
}

.ahvc-gp__rule {
  background: var(--ahvc-line);
  display: block;
  height: 1px;
  width: 100%;
}

.ahvc-gp__grid {
  display: grid;
  gap: 28px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ahvc-gp-card {
  background: var(--ahvc-white);
  border: 1px solid rgba(19, 41, 33, 0.1);
  display: flex;
  flex-direction: column;
  min-width: 0;
  opacity: 1;
  overflow: hidden;
  transform: translateY(0);
  transition: box-shadow 260ms ease, transform 260ms ease, opacity 180ms ease;
}

.ahvc-gp-card:hover {
  box-shadow: var(--ahvc-shadow);
  transform: translateY(-6px);
}

.ahvc-gp-card[hidden] {
  display: none;
}

.ahvc-gp-card__media {
  background-color: var(--ahvc-forest);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 320px;
  overflow: hidden;
  position: relative;
}

.ahvc-gp-card__media--fallback {
  background:
    radial-gradient(circle at 80% 15%, rgba(234, 213, 165, 0.2), transparent 30%),
    repeating-linear-gradient(115deg, transparent 0 28px, rgba(255, 255, 255, 0.025) 28px 29px),
    var(--ahvc-forest);
}

.ahvc-gp-card__shade {
  background: linear-gradient(180deg, rgba(5, 23, 18, 0.08) 10%, rgba(5, 23, 18, 0.88) 100%);
  inset: 0;
  position: absolute;
  transition: background 260ms ease;
}

.ahvc-gp-card:hover .ahvc-gp-card__shade {
  background: linear-gradient(180deg, rgba(5, 23, 18, 0.03) 0%, rgba(5, 23, 18, 0.93) 100%);
}

.ahvc-gp-card__heading {
  bottom: 0;
  left: 0;
  padding: 28px 25px;
  position: absolute;
  right: 0;
  z-index: 1;
}

.ahvc-gp-card__kind {
  color: var(--ahvc-gold-light);
  display: block;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  margin-bottom: 12px;
  text-transform: uppercase;
}

.ahvc-gp-card__heading h2 {
  color: var(--ahvc-white);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.48rem, 2.15vw, 2rem);
  font-weight: 400;
  letter-spacing: -0.02em;
  line-height: 1.16;
  margin: 0;
}

.ahvc-gp-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 24px 25px 26px;
}

.ahvc-gp-card__date {
  color: var(--ahvc-muted);
  font-size: 0.71rem;
  font-weight: 750;
  letter-spacing: 0.09em;
  margin: 0 0 14px;
  text-transform: uppercase;
}

.ahvc-gp-card__excerpt {
  color: #53605b;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1rem;
  line-height: 1.65;
  margin: 0 0 24px;
}

.ahvc-gp-card__action {
  align-items: center;
  align-self: flex-start;
  border-bottom: 1px solid var(--ahvc-gold);
  color: var(--ahvc-forest);
  display: inline-flex;
  font-size: 0.76rem;
  font-weight: 800;
  gap: 10px;
  letter-spacing: 0.1em;
  margin-top: auto;
  padding: 0 0 7px;
  text-decoration: none;
  text-transform: uppercase;
}

.ahvc-gp-card__action svg {
  transition: transform 180ms ease;
}

.ahvc-gp-card__action:hover svg,
.ahvc-gp-card__action:focus-visible svg {
  transform: translateX(4px);
}

.ahvc-gp__empty {
  color: var(--ahvc-muted);
  padding: 80px 24px;
  text-align: center;
}

.ahvc-gp__empty[hidden] {
  display: none;
}

.ahvc-gp__empty svg {
  color: var(--ahvc-gold);
  margin-bottom: 18px;
}

.ahvc-gp__empty h2 {
  color: var(--ahvc-forest);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2rem;
  font-weight: 400;
  margin: 0 0 10px;
}

.ahvc-gp__empty p {
  margin: 0;
}

.ahvc-gp-dialog {
  background: var(--ahvc-paper);
  border: 0;
  box-shadow: 0 30px 100px rgba(3, 20, 15, 0.35);
  height: min(90vh, 940px);
  margin: auto;
  max-width: 940px;
  padding: 0;
  width: min(92vw, 940px);
}

.ahvc-gp-dialog::backdrop {
  background: rgba(5, 22, 17, 0.78);
  backdrop-filter: blur(5px);
}

.ahvc-gp-dialog__close {
  align-items: center;
  appearance: none;
  background: var(--ahvc-forest);
  border: 0;
  border-radius: 50%;
  color: var(--ahvc-white);
  cursor: pointer;
  display: flex;
  height: 46px;
  justify-content: center;
  position: absolute;
  right: 18px;
  top: 18px;
  transition: background 180ms ease, transform 180ms ease;
  width: 46px;
  z-index: 3;
}

.ahvc-gp-dialog__close:hover,
.ahvc-gp-dialog__close:focus-visible {
  background: var(--ahvc-gold);
  transform: rotate(5deg);
}

.ahvc-gp-dialog__scroll {
  height: 100%;
  overflow-y: auto;
  overscroll-behavior: contain;
}

.ahvc-gp-dialog__article {
  margin-inline: auto;
  max-width: 760px;
  padding: 76px 56px 70px;
}

.ahvc-gp-dialog__kind {
  color: #956c25;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.17em;
  margin: 0 0 18px;
  text-transform: uppercase;
}

.ahvc-gp-dialog__article h2 {
  color: var(--ahvc-forest-deep);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.25rem, 5vw, 4rem);
  font-weight: 400;
  letter-spacing: -0.035em;
  line-height: 1.03;
  margin: 0;
}

.ahvc-gp-dialog__date {
  color: var(--ahvc-muted);
  font-size: 0.73rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin: 22px 0 32px;
  text-transform: uppercase;
}

.ahvc-gp-dialog__article > img {
  display: block;
  height: min(48vw, 430px);
  margin: 0 -56px 42px;
  max-width: none;
  object-fit: cover;
  width: calc(100% + 112px);
}

.ahvc-gp-dialog__content {
  color: #2d3c36;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.08rem;
  line-height: 1.85;
}

.ahvc-gp-dialog__content h2,
.ahvc-gp-dialog__content h3,
.ahvc-gp-dialog__content h4 {
  color: var(--ahvc-forest-deep);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  line-height: 1.2;
  margin: 2em 0 0.65em;
}

.ahvc-gp-dialog__content h2 { font-size: 2rem; }
.ahvc-gp-dialog__content h3 { font-size: 1.62rem; }
.ahvc-gp-dialog__content a { color: #8a631f; }
.ahvc-gp-dialog__content img { height: auto; max-width: 100%; }
.ahvc-gp-dialog__content blockquote {
  border-left: 3px solid var(--ahvc-gold);
  color: var(--ahvc-forest);
  font-size: 1.28rem;
  font-style: italic;
  margin: 2em 0;
  padding: 0.2em 0 0.2em 1.4em;
}

.ahvc-gp-dialog__permalink {
  align-items: center;
  background: var(--ahvc-forest);
  color: var(--ahvc-white);
  display: inline-flex;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  margin-top: 38px;
  min-height: 50px;
  padding: 0 22px;
  text-decoration: none;
  text-transform: uppercase;
}

body.ahvc-gp-dialog-open {
  overflow: hidden;
}

.ahvc-gp-entry {
  align-items: center;
  background:
    radial-gradient(circle at 10% 90%, rgba(234, 213, 165, 0.17), transparent 18rem),
    var(--ahvc-forest-deep);
  color: var(--ahvc-white);
  display: grid;
  gap: 36px;
  grid-template-columns: 120px minmax(0, 1fr) auto;
  overflow: hidden;
  padding: 46px clamp(26px, 5vw, 68px);
  position: relative;
}

.ahvc-gp-entry__ornament {
  border: 1px solid rgba(234, 213, 165, 0.45);
  border-radius: 50% 50% 45% 55%;
  height: 90px;
  position: relative;
  width: 70px;
}

.ahvc-gp-entry__ornament::after {
  background: var(--ahvc-gold);
  border-radius: 50%;
  bottom: 13px;
  content: "";
  height: 24px;
  left: 22px;
  position: absolute;
  width: 24px;
}

.ahvc-gp-entry__eyebrow {
  margin-bottom: 9px;
}

.ahvc-gp-entry h2 {
  color: var(--ahvc-white);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.8rem, 3vw, 2.7rem);
  font-weight: 400;
  letter-spacing: -0.025em;
  line-height: 1.1;
  margin: 0 0 11px;
}

.ahvc-gp-entry__content > p:last-child {
  color: rgba(255, 255, 255, 0.7);
  font-family: Georgia, "Times New Roman", serif;
  line-height: 1.55;
  margin: 0;
  max-width: 620px;
}

.ahvc-gp-entry__button {
  align-items: center;
  background: var(--ahvc-gold);
  color: #13241e;
  display: inline-flex;
  font-size: 0.78rem;
  font-weight: 850;
  gap: 14px;
  justify-content: center;
  letter-spacing: 0.1em;
  min-height: 58px;
  padding: 0 24px;
  text-decoration: none;
  text-transform: uppercase;
  transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

.ahvc-gp-entry__button:hover,
.ahvc-gp-entry__button:focus-visible {
  background: var(--ahvc-white);
  color: var(--ahvc-forest-deep);
  transform: translateY(-2px);
}

@media (min-width: 980px) {
  .ahvc-gp-card--featured {
    grid-column: span 2;
  }

  .ahvc-gp-card--featured .ahvc-gp-card__media {
    min-height: 420px;
  }

  .ahvc-gp-card--featured .ahvc-gp-card__heading {
    max-width: 780px;
    padding: 40px;
  }

  .ahvc-gp-card--featured .ahvc-gp-card__heading h2 {
    font-size: clamp(2rem, 3.6vw, 3.45rem);
  }

  .ahvc-gp-card--featured .ahvc-gp-card__body {
    display: grid;
    gap: 20px 36px;
    grid-template-columns: minmax(0, 1fr) auto;
    padding: 28px 40px 32px;
  }

  .ahvc-gp-card--featured .ahvc-gp-card__date {
    grid-column: 1 / -1;
    margin: 0;
  }

  .ahvc-gp-card--featured .ahvc-gp-card__excerpt {
    margin: 0;
  }

  .ahvc-gp-card--featured .ahvc-gp-card__action {
    align-self: center;
  }
}

@media (max-width: 980px) {
  .ahvc-gp__toolbar {
    grid-template-columns: 1fr;
  }

  .ahvc-gp__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ahvc-gp-entry {
    grid-template-columns: 80px 1fr;
  }

  .ahvc-gp-entry__button {
    grid-column: 2;
    justify-self: start;
  }
}

@media (max-width: 680px) {
  .ahvc-gp__hero-inner,
  .ahvc-gp__workspace {
    width: calc(100% - 32px);
  }

  .ahvc-gp__hero {
    min-height: 430px;
  }

  .ahvc-gp__hero-inner {
    padding: 84px 0 72px;
  }

  .ahvc-gp__hero h1 {
    font-size: clamp(3rem, 16vw, 4.8rem);
  }

  .ahvc-gp__workspace {
    padding: 42px 0 72px;
  }

  .ahvc-gp__filters {
    align-items: stretch;
    display: grid;
    grid-template-columns: 1fr;
  }

  .ahvc-gp__filters button {
    width: 100%;
  }

  .ahvc-gp__grid {
    grid-template-columns: 1fr;
  }

  .ahvc-gp-card__media {
    min-height: 300px;
  }

  .ahvc-gp-dialog {
    height: 100%;
    max-height: none;
    width: 100%;
  }

  .ahvc-gp-dialog__article {
    padding: 72px 24px 56px;
  }

  .ahvc-gp-dialog__article > img {
    height: 56vw;
    margin: 0 -24px 32px;
    width: calc(100% + 48px);
  }

  .ahvc-gp-entry {
    grid-template-columns: 1fr;
    padding: 38px 26px;
  }

  .ahvc-gp-entry__ornament {
    height: 68px;
    width: 54px;
  }

  .ahvc-gp-entry__ornament::after {
    bottom: 9px;
    height: 18px;
    left: 17px;
    width: 18px;
  }

  .ahvc-gp-entry__button {
    grid-column: 1;
    justify-self: stretch;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ahvc-gp *,
  .ahvc-gp-entry *,
  .ahvc-gp-dialog * {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}

/* Versión 1.1: portada institucional e incorporación de lectura en la página. */
.ahvc-gp {
  background: transparent;
  margin-inline: 0;
  overflow: visible;
  width: 100%;
}

.ahvc-gp__hero {
  align-items: center;
  background: #405724;
  border: 1px solid #b99442;
  border-radius: 16px;
  display: flex;
  min-height: 378px;
  overflow: hidden;
  position: relative;
}

.ahvc-gp__hero::after {
  display: none;
}

.ahvc-gp__hero-watermark {
  bottom: -0.2em;
  color: rgba(255, 255, 255, 0.065);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(8rem, 22vw, 18rem);
  line-height: 0.8;
  pointer-events: none;
  position: absolute;
  right: -0.03em;
  user-select: none;
  white-space: nowrap;
}

.ahvc-gp__hero-inner {
  margin-inline: auto;
  max-width: 800px;
  padding: 72px 28px;
  text-align: center;
  width: 100%;
}

.ahvc-gp__eyebrow {
  align-items: center;
  border: 1px solid var(--ahvc-gold);
  border-radius: 999px;
  color: #fff4d0;
  display: inline-flex;
  font-size: 0.65rem;
  justify-content: center;
  letter-spacing: 0.18em;
  margin: 0 0 24px;
  min-height: 26px;
  padding: 0 16px;
}

.ahvc-gp__hero h1 {
  font-size: clamp(3.25rem, 7vw, 5.6rem);
  letter-spacing: -0.045em;
  line-height: 0.98;
  margin-inline: auto;
  max-width: 900px;
}

.ahvc-gp__intro {
  color: rgba(255, 255, 255, 0.94);
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(0.98rem, 1.5vw, 1.1rem);
  line-height: 1.6;
  margin: 20px auto 0;
  max-width: 650px;
}

.ahvc-gp__workspace {
  background: #fbfaf6;
  margin-inline: 0;
  max-width: none;
  padding: 34px clamp(18px, 3.2vw, 40px) 74px;
  width: 100%;
}

.ahvc-gp__search {
  border-color: rgba(64, 87, 36, 0.2);
  border-radius: 8px;
}

.ahvc-gp__filters button {
  background: #fff;
  border-color: rgba(185, 148, 66, 0.35);
  color: #30431f;
}

.ahvc-gp__filters button.is-active {
  background: #405724;
  border-color: #405724;
}

.ahvc-gp__grid {
  gap: 24px;
}

.ahvc-gp-card {
  border: 1px solid rgba(64, 87, 36, 0.12);
  border-radius: 16px;
  box-shadow: 0 10px 34px rgba(42, 57, 25, 0.08);
}

.ahvc-gp-card:hover {
  box-shadow: 0 20px 48px rgba(42, 57, 25, 0.17);
  transform: translateY(-5px);
}

.ahvc-gp-card__media {
  min-height: 290px;
}

.ahvc-gp-card__media--fallback {
  background:
    radial-gradient(circle at 85% 15%, rgba(234, 213, 165, 0.2), transparent 30%),
    repeating-linear-gradient(115deg, transparent 0 28px, rgba(255, 255, 255, 0.025) 28px 29px),
    #405724;
}

.ahvc-gp-card__shade {
  background: linear-gradient(180deg, rgba(18, 32, 12, 0.02) 0%, rgba(18, 32, 12, 0.92) 100%);
}

.ahvc-gp-card__heading {
  padding: 26px;
}

.ahvc-gp-card__kind {
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 231, 177, 0.34);
  border-radius: 999px;
  display: inline-flex;
  padding: 6px 10px;
}

.ahvc-gp-card__body {
  padding: 23px 26px 27px;
}

.ahvc-gp-card__action {
  background: #405724;
  border: 0;
  border-radius: 999px;
  color: #fff;
  min-height: 44px;
  padding: 0 17px;
  transition: background 180ms ease, transform 180ms ease;
}

.ahvc-gp-card__action:hover,
.ahvc-gp-card__action:focus-visible,
.ahvc-gp-card__action[aria-expanded="true"] {
  background: #b48832;
  color: #fff;
  transform: translateY(-1px);
}

.ahvc-gp-reader {
  background: #fff;
  border: 1px solid rgba(64, 87, 36, 0.16);
  border-radius: 18px;
  box-shadow: 0 22px 60px rgba(42, 57, 25, 0.14);
  margin-top: 42px;
  overflow: hidden;
  scroll-margin-top: 28px;
}

.ahvc-gp-reader[hidden] {
  display: none;
}

.ahvc-gp-reader:focus {
  outline: none;
}

.ahvc-gp-reader__toolbar {
  align-items: center;
  background: #405724;
  color: #fff;
  display: flex;
  gap: 24px;
  justify-content: space-between;
  padding: 15px 20px;
}

.ahvc-gp-reader__toolbar button {
  align-items: center;
  appearance: none;
  background: #fff;
  border: 0;
  border-radius: 999px;
  color: #30431f;
  cursor: pointer;
  display: inline-flex;
  font: inherit;
  font-size: 0.72rem;
  font-weight: 800;
  gap: 8px;
  letter-spacing: 0.08em;
  min-height: 40px;
  padding: 0 15px;
  text-transform: uppercase;
}

.ahvc-gp-reader__toolbar p {
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.73rem;
  letter-spacing: 0.055em;
  margin: 0;
  text-align: right;
  text-transform: uppercase;
}

.ahvc-gp-reader__article {
  margin-inline: auto;
  max-width: 900px;
  padding: clamp(40px, 6vw, 72px) clamp(24px, 6vw, 72px) clamp(54px, 7vw, 82px);
}

.ahvc-gp-reader__kind {
  color: #936b22;
  font-size: 0.71rem;
  font-weight: 800;
  letter-spacing: 0.17em;
  margin: 0 0 17px;
  text-transform: uppercase;
}

.ahvc-gp-reader__article > h2 {
  color: #30431f;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.35rem, 5vw, 4.35rem);
  font-weight: 400;
  letter-spacing: -0.04em;
  line-height: 1.04;
  margin: 0;
}

.ahvc-gp-reader__date {
  color: var(--ahvc-muted);
  font-size: 0.72rem;
  font-weight: 750;
  letter-spacing: 0.1em;
  margin: 19px 0 32px;
  text-transform: uppercase;
}

.ahvc-gp-reader__article > img {
  border-radius: 12px;
  display: block;
  height: min(48vw, 450px);
  margin: 0 0 42px;
  object-fit: cover;
  width: 100%;
}

.ahvc-gp-reader__content {
  color: #344032;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.08rem;
  line-height: 1.82;
}

.ahvc-gp-reader__content > p:first-child {
  font-size: 1.18rem;
}

.ahvc-gp-reader__content img {
  border-radius: 8px;
  height: auto;
  max-width: 100%;
}

.ahvc-gp-reader__content a {
  color: #7f5c1e;
}

.ahvc-gp-reader__content blockquote {
  border-left: 3px solid var(--ahvc-gold);
  color: #405724;
  font-size: 1.24rem;
  font-style: italic;
  margin: 1.8em 0;
  padding: 0.2em 0 0.2em 1.35em;
}

.ahvc-gp-accordion__title {
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif !important;
  margin: 14px 0 0 !important;
}

.ahvc-gp-accordion__button {
  align-items: center;
  appearance: none;
  background: #f5f2e9;
  border: 1px solid rgba(64, 87, 36, 0.14);
  border-radius: 10px;
  color: #30431f;
  cursor: pointer;
  display: flex;
  font: inherit;
  font-size: 1rem;
  font-weight: 750;
  gap: 20px;
  justify-content: space-between;
  line-height: 1.35;
  padding: 18px 20px;
  text-align: left;
  transition: background 180ms ease, border-color 180ms ease, color 180ms ease;
  width: 100%;
}

.ahvc-gp-accordion__button svg {
  flex: 0 0 auto;
  transition: transform 180ms ease;
}

.ahvc-gp-accordion__button:hover,
.ahvc-gp-accordion__button:focus-visible {
  border-color: #b99442;
}

.ahvc-gp-accordion__button[aria-expanded="true"] {
  background: #405724;
  border-color: #405724;
  color: #fff;
}

.ahvc-gp-accordion__button[aria-expanded="true"] svg {
  transform: rotate(180deg);
}

.ahvc-gp-accordion__panel {
  border: 1px solid rgba(64, 87, 36, 0.12);
  border-radius: 0 0 10px 10px;
  border-top: 0;
  margin: -3px 6px 10px;
  padding: 22px 24px 12px;
}

.ahvc-gp-accordion__panel[hidden] {
  display: none;
}

.ahvc-gp-accordion__panel > :first-child {
  margin-top: 0;
}

@media (max-width: 680px) {
  .ahvc-gp__hero {
    min-height: 350px;
  }

  .ahvc-gp__hero-inner {
    padding: 58px 18px;
  }

  .ahvc-gp__hero h1 {
    font-size: clamp(2.8rem, 14vw, 4rem);
  }

  .ahvc-gp__workspace {
    padding: 28px 14px 56px;
  }

  .ahvc-gp-card__media {
    min-height: 285px;
  }

  .ahvc-gp-reader__toolbar {
    align-items: flex-start;
    flex-direction: column;
  }

  .ahvc-gp-reader__toolbar p {
    text-align: left;
  }

  .ahvc-gp-reader__article > img {
    height: 55vw;
    margin-bottom: 30px;
  }

  .ahvc-gp-accordion__button {
    font-size: 0.93rem;
    padding: 16px;
  }

  .ahvc-gp-accordion__panel {
    margin-inline: 3px;
    padding: 19px 17px 9px;
  }
}

/* Versión 1.2: popup editorial con acordeones profesionales. */
.ahvc-gp-popup {
  background: #fbfaf6;
  border: 0;
  border-radius: 18px;
  box-shadow: 0 28px 90px rgba(17, 31, 12, 0.42);
  height: min(92vh, 960px);
  margin: auto;
  max-width: 1000px;
  overflow: hidden;
  padding: 0;
  width: min(94vw, 1000px);
}

/* Versión 1.3: refuerzo ante estilos generales del tema. */
.ahvc-gp .ahvc-gp-card__media {
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

.ahvc-gp .ahvc-gp__grid {
  overflow: visible;
}

.ahvc-gp-popup::backdrop {
  backdrop-filter: blur(7px);
  background: rgba(20, 31, 15, 0.76);
}

.ahvc-gp-popup__scroll {
  height: 100%;
  overflow-y: auto;
  overscroll-behavior: contain;
  scrollbar-color: #b99442 #ece7da;
  scrollbar-width: thin;
}

.ahvc-gp-popup__close {
  align-items: center;
  appearance: none;
  background: #405724;
  border: 2px solid rgba(255, 255, 255, 0.72);
  border-radius: 50%;
  box-shadow: 0 8px 25px rgba(20, 35, 12, 0.25);
  color: #fff;
  cursor: pointer;
  display: flex;
  height: 48px;
  justify-content: center;
  padding: 0;
  position: absolute;
  right: 18px;
  top: 18px;
  transition: background 180ms ease, transform 180ms ease;
  width: 48px;
  z-index: 5;
}

.ahvc-gp-popup__close:hover,
.ahvc-gp-popup__close:focus-visible {
  background: #b48832;
  transform: rotate(6deg) scale(1.04);
}

.ahvc-gp-popup .ahvc-gp-reader__article {
  max-width: 850px;
  padding-top: clamp(60px, 7vw, 82px);
}

.ahvc-gp-reader__tip {
  align-items: center;
  background: #f3eee1;
  border-left: 3px solid #b99442;
  border-radius: 0 8px 8px 0;
  color: #59634f;
  display: flex;
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.045em;
  line-height: 1.5;
  margin: 0 0 22px;
  min-height: 48px;
  padding: 10px 15px;
  text-transform: uppercase;
}

body.ahvc-gp-popup-open {
  overflow: hidden;
}

@media (max-width: 680px) {
  .ahvc-gp-popup {
    border-radius: 0;
    height: 100%;
    max-height: none;
    width: 100%;
  }

  .ahvc-gp-popup__close {
    height: 44px;
    right: 12px;
    top: 12px;
    width: 44px;
  }

  .ahvc-gp-popup .ahvc-gp-reader__article {
    padding: 68px 20px 50px;
  }
}

/* Versión 1.4: controles más limpios y menor sensación de exceso de botones. */
.ahvc-gp .ahvc-gp-card__action {
  background: transparent;
  border-bottom: 1px solid #b99442;
  border-radius: 0;
  color: #405724;
  min-height: 0;
  padding: 0 0 7px;
}

.ahvc-gp .ahvc-gp-card__action:hover,
.ahvc-gp .ahvc-gp-card__action:focus-visible,
.ahvc-gp .ahvc-gp-card__action[aria-expanded="true"] {
  background: transparent;
  color: #9a6d1e;
  transform: none;
}

.ahvc-gp-reader__content .ahvc-gp-accordion__title {
  border-top: 1px solid rgba(64, 87, 36, 0.18);
  margin: 0 !important;
}

.ahvc-gp-reader__content .ahvc-gp-accordion__title:last-of-type {
  border-bottom: 1px solid rgba(64, 87, 36, 0.18);
}

.ahvc-gp-reader__content .ahvc-gp-accordion__button {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #30431f;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.16rem, 2vw, 1.38rem);
  font-weight: 400;
  letter-spacing: -0.012em;
  min-height: 68px;
  padding: 16px 4px;
}

.ahvc-gp-reader__content .ahvc-gp-accordion__button svg {
  background: #f1ead9;
  border: 1px solid rgba(185, 148, 66, 0.45);
  border-radius: 50%;
  color: #8d641e;
  height: 34px;
  padding: 7px;
  width: 34px;
}

.ahvc-gp-reader__content .ahvc-gp-accordion__button:hover,
.ahvc-gp-reader__content .ahvc-gp-accordion__button:focus-visible {
  background: rgba(245, 242, 233, 0.68);
  border: 0;
  color: #8d641e;
  outline: 2px solid transparent;
}

.ahvc-gp-reader__content .ahvc-gp-accordion__button[aria-expanded="true"] {
  background: transparent;
  border: 0;
  color: #8d641e;
}

.ahvc-gp-reader__content .ahvc-gp-accordion__button[aria-expanded="true"] svg {
  background: #405724;
  border-color: #405724;
  color: #fff;
}

.ahvc-gp-reader__content .ahvc-gp-accordion__panel {
  background: #fbfaf6;
  border: 0;
  border-left: 2px solid #d2b36f;
  border-radius: 0;
  margin: 0 0 22px 4px;
  padding: 18px 22px 8px;
}

.ahvc-gp-reader__content .ahvc-gp-accordion__panel h3,
.ahvc-gp-reader__content .ahvc-gp-accordion__panel h4 {
  color: #405724;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  line-height: 1.25;
  margin: 1.5em 0 0.55em;
}

.ahvc-gp-reader__content .ahvc-gp-accordion__panel h3 {
  font-size: 1.42rem;
}

.ahvc-gp-reader__content .ahvc-gp-accordion__panel h4 {
  font-size: 1.18rem;
}

@media (max-width: 680px) {
  .ahvc-gp-reader__content .ahvc-gp-accordion__button {
    font-size: 1.05rem;
    gap: 12px;
    min-height: 62px;
    padding-inline: 2px;
  }

  .ahvc-gp-reader__content .ahvc-gp-accordion__panel {
    padding: 15px 14px 6px;
  }
}

/* Versión 1.5: lectura editorial continua y un único selector de contenido. */
.ahvc-gp__filter-select {
  align-items: center;
  background: #fff;
  border: 1px solid rgba(185, 148, 66, 0.38);
  border-radius: 999px;
  display: flex;
  min-height: 48px;
  overflow: hidden;
  padding-left: 17px;
}

.ahvc-gp__filter-select > span {
  color: #8d641e;
  font-size: 0.68rem;
  font-weight: 850;
  letter-spacing: 0.12em;
  padding-right: 10px;
  text-transform: uppercase;
}

.ahvc-gp__filter-select select {
  appearance: auto;
  background: transparent;
  border: 0;
  box-shadow: none;
  color: #30431f;
  cursor: pointer;
  font: inherit;
  font-size: 0.78rem;
  font-weight: 750;
  min-height: 46px;
  outline: 0;
  padding: 0 38px 0 0;
  text-transform: uppercase;
}

.ahvc-gp__filter-select:focus-within {
  border-color: #b48832;
  box-shadow: 0 0 0 3px rgba(180, 136, 50, 0.13);
}

.ahvc-gp-reader__content {
  counter-reset: ahvc-section;
}

.ahvc-gp-reader__content p {
  color: #3f493b;
  line-height: 1.88;
  margin: 0 0 1.3em;
}

.ahvc-gp-reader__content > p:first-child {
  color: #30431f;
  font-size: clamp(1.12rem, 2vw, 1.25rem);
  line-height: 1.82;
}

.ahvc-gp-reader__content h2 {
  border-top: 1px solid rgba(185, 148, 66, 0.42);
  color: #30431f;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.8rem, 3.7vw, 2.55rem);
  font-weight: 400;
  letter-spacing: -0.025em;
  line-height: 1.16;
  margin: 2em 0 0.72em;
  padding: 0.7em 0 0;
  position: relative;
}


.ahvc-gp-reader__content h3 {
  color: #405724;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.35rem, 2.8vw, 1.72rem);
  font-weight: 400;
  line-height: 1.25;
  margin: 1.65em 0 0.55em;
  padding-left: 19px;
  position: relative;
}

.ahvc-gp-reader__content h3::before {
  background: #b48832;
  border-radius: 50%;
  content: "";
  height: 7px;
  left: 0;
  position: absolute;
  top: 0.56em;
  width: 7px;
}

.ahvc-gp-reader__content h4 {
  color: #6d521e;
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
  font-size: 0.82rem;
  font-weight: 850;
  letter-spacing: 0.1em;
  line-height: 1.45;
  margin: 1.7em 0 0.65em;
  text-transform: uppercase;
}

.ahvc-gp-reader__content ul,
.ahvc-gp-reader__content ol {
  background: #f6f2e8;
  border-left: 3px solid #c9a354;
  border-radius: 0 9px 9px 0;
  margin: 1.35em 0 1.7em;
  padding: 18px 24px 18px 44px;
}

.ahvc-gp-reader__content li {
  margin-bottom: 0.55em;
  padding-left: 4px;
}

.ahvc-gp-reader__content figure {
  margin: 2em 0;
}

.ahvc-gp-reader__content figcaption {
  color: #70796c;
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
  font-size: 0.76rem;
  line-height: 1.5;
  margin-top: 8px;
  text-align: center;
}

.ahvc-gp-reader__content table {
  border-collapse: collapse;
  display: block;
  margin: 1.8em 0;
  max-width: 100%;
  overflow-x: auto;
  width: 100%;
}

.ahvc-gp-reader__content th,
.ahvc-gp-reader__content td {
  border: 1px solid rgba(64, 87, 36, 0.16);
  padding: 11px 13px;
  text-align: left;
}

.ahvc-gp-reader__content th {
  background: #405724;
  color: #fff;
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
}

@media (max-width: 680px) {
  .ahvc-gp__filter-select {
    border-radius: 8px;
    width: 100%;
  }

  .ahvc-gp__filter-select select {
    flex: 1;
    min-width: 0;
  }

  .ahvc-gp-reader__content h2 {
    font-size: 1.75rem;
  }
}

/* Mejora visual popup editorial: acabado premium sin numeración decorativa. */
.ahvc-gp-popup {
  background: linear-gradient(180deg, #fffdf8 0%, #fbfaf6 100%);
  border-radius: 26px;
  box-shadow: 0 35px 110px rgba(17, 31, 12, 0.5);
}

.ahvc-gp-popup__scroll {
  padding: 0;
}

.ahvc-gp-popup .ahvc-gp-reader__article {
  position: relative;
  padding: clamp(70px, 8vw, 96px) clamp(22px, 6vw, 70px) 70px;
}

.ahvc-gp-popup .ahvc-gp-reader__kind {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(185, 148, 66, .12);
  border: 1px solid rgba(185, 148, 66, .35);
  border-radius: 999px;
  color: #8b6723;
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .08em;
  padding: 8px 16px;
  text-transform: uppercase;
}

.ahvc-gp-popup .ahvc-gp-reader__article h2 {
  color: #263719;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.12;
  margin: 20px 0 12px;
  max-width: 760px;
}

.ahvc-gp-popup .ahvc-gp-reader__date {
  color: #77715f;
  font-size: .95rem;
  margin-bottom: 32px;
}

/* Refuerzo visual del popup premium. */
.ahvc-gp-popup {
  animation: ahvcPopupIn .45s cubic-bezier(.2,.8,.2,1);
  border: 1px solid rgba(185,148,66,.18);
}

@keyframes ahvcPopupIn {
  from { opacity:0; transform: translateY(24px) scale(.97); }
  to { opacity:1; transform: translateY(0) scale(1); }
}

.ahvc-gp-popup .ahvc-gp-reader__article::before {
  content: "";
  display:block;
  height:1px;
  width:100%;
  background:linear-gradient(90deg, transparent, rgba(185,148,66,.55), transparent);
  margin-bottom:42px;
}

.ahvc-gp-popup .ahvc-gp-reader__article h2 {
  letter-spacing:-.045em;
}

.ahvc-gp-popup .ahvc-gp-reader__content > p:first-child {
  font-size:1.3rem;
  color:#263719;
}

/* Versión 1.6: orden editorial, imágenes adaptables y botones sociales. */
.ahvc-gp__collections {
  display: grid;
  gap: clamp(54px, 7vw, 82px);
}

.ahvc-gp__collection[hidden] {
  display: none;
}

.ahvc-gp__collection-heading {
  align-items: end;
  border-bottom: 1px solid rgba(64, 87, 36, 0.16);
  display: flex;
  gap: 28px;
  justify-content: space-between;
  margin: 0 0 26px;
  padding: 0 0 18px;
}

.ahvc-gp .ahvc-gp__collection-heading h2 {
  color: #30431f;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.75rem, 3vw, 2.45rem);
  font-weight: 400;
  letter-spacing: -0.025em;
  line-height: 1.1;
  margin: 0;
}

.ahvc-gp .ahvc-gp__collection-heading p {
  color: #687063;
  font-size: 0.9rem;
  line-height: 1.55;
  margin: 0;
  max-width: 430px;
  text-align: right;
}

.ahvc-gp-card__image {
  display: block;
  height: 100% !important;
  inset: 0;
  max-width: none !important;
  object-fit: cover;
  object-position: center;
  position: absolute;
  width: 100% !important;
}

/* Elimina por completo la numeración decorativa de versiones anteriores. */
.ahvc-gp .ahvc-gp-card__number {
  display: none !important;
}

.ahvc-gp-popup .ahvc-gp-reader__content {
  counter-reset: none !important;
}

.ahvc-gp-popup .ahvc-gp-reader__content h1,
.ahvc-gp-popup .ahvc-gp-reader__content h2,
.ahvc-gp-popup .ahvc-gp-reader__content h3,
.ahvc-gp-popup .ahvc-gp-reader__content h4,
.ahvc-gp-popup .ahvc-gp-reader__content h5,
.ahvc-gp-popup .ahvc-gp-reader__content h6 {
  counter-increment: none !important;
}

.ahvc-gp-popup .ahvc-gp-reader__content h1::before,
.ahvc-gp-popup .ahvc-gp-reader__content h2::before,
.ahvc-gp-popup .ahvc-gp-reader__content h3::before,
.ahvc-gp-popup .ahvc-gp-reader__content h4::before,
.ahvc-gp-popup .ahvc-gp-reader__content h5::before,
.ahvc-gp-popup .ahvc-gp-reader__content h6::before {
  content: none !important;
  display: none !important;
}

.ahvc-gp-popup .ahvc-gp-reader__content h3 {
  padding-left: 0;
}

/* Cualquier fotografía publicada se mantiene dentro del diseño y responde al ancho disponible. */
.ahvc-gp-popup .ahvc-gp-reader__featured-image {
  border-radius: 14px;
  display: block;
  height: clamp(250px, 48vw, 460px) !important;
  margin: 0 0 42px;
  max-width: 100% !important;
  object-fit: cover;
  object-position: center;
  width: 100% !important;
}

.ahvc-gp-popup .ahvc-gp-reader__content img {
  border-radius: 10px;
  display: block;
  height: auto !important;
  margin: 1.6em auto;
  max-width: 100% !important;
  object-fit: contain;
}

.ahvc-gp-popup .ahvc-gp-reader__content figure,
.ahvc-gp-popup .ahvc-gp-reader__content .wp-block-image,
.ahvc-gp-popup .ahvc-gp-reader__content .wp-caption,
.ahvc-gp-popup .ahvc-gp-reader__content .alignwide,
.ahvc-gp-popup .ahvc-gp-reader__content .alignfull {
  float: none !important;
  margin: 2em auto !important;
  max-width: 100% !important;
  width: 100% !important;
}

.ahvc-gp-popup .ahvc-gp-reader__content figure > img,
.ahvc-gp-popup .ahvc-gp-reader__content .wp-block-image img,
.ahvc-gp-popup .ahvc-gp-reader__content .wp-caption img {
  margin: 0 auto;
  width: 100% !important;
}

.ahvc-gp-popup .ahvc-gp-reader__content figcaption,
.ahvc-gp-popup .ahvc-gp-reader__content .wp-caption-text {
  color: #70796c;
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
  font-size: 0.78rem;
  line-height: 1.55;
  margin: 9px auto 0;
  max-width: 92%;
  text-align: center;
}

.ahvc-gp-popup .ahvc-gp-reader__content .wp-block-gallery {
  display: grid !important;
  gap: 14px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  list-style: none;
  margin: 2em 0;
  padding: 0;
}

.ahvc-gp-popup .ahvc-gp-reader__content .wp-block-gallery figure {
  margin: 0 !important;
}

.ahvc-gp-popup .ahvc-gp-reader__content .wp-block-gallery img {
  aspect-ratio: 4 / 3;
  height: 100% !important;
  margin: 0;
  object-fit: cover;
  width: 100% !important;
}

.ahvc-gp-share {
  border-top: 1px solid rgba(185, 148, 66, 0.38);
  margin-top: clamp(44px, 7vw, 70px);
  padding-top: 28px;
}

.ahvc-gp .ahvc-gp-share__title {
  color: #30431f;
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  margin: 0 0 16px;
  text-transform: uppercase;
}

.ahvc-gp-share__buttons {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.ahvc-gp .ahvc-gp-share__button,
.ahvc-gp .ahvc-gp-share__button:visited {
  align-items: center;
  border-radius: 8px;
  color: #fff !important;
  display: inline-flex;
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
  font-size: 0.76rem;
  font-weight: 750;
  gap: 9px;
  justify-content: center;
  min-height: 46px;
  padding: 9px 12px;
  text-decoration: none !important;
  transition: filter 180ms ease, transform 180ms ease;
}

.ahvc-gp .ahvc-gp-share__button:hover,
.ahvc-gp .ahvc-gp-share__button:focus-visible {
  color: #fff !important;
  filter: brightness(0.9);
  transform: translateY(-2px);
}

.ahvc-gp .ahvc-gp-share__button:focus-visible {
  outline: 3px solid rgba(185, 148, 66, 0.42);
  outline-offset: 3px;
}

.ahvc-gp-share__button svg {
  fill: currentColor;
  flex: 0 0 auto;
  height: 18px;
  width: 18px;
}

.ahvc-gp-share__button--facebook { background: #1877f2; }
.ahvc-gp-share__button--x { background: #000; }
.ahvc-gp-share__button--whatsapp { background: #128c7e; }
.ahvc-gp-share__button--linkedin { background: #0a66c2; }

@media (max-width: 760px) {
  .ahvc-gp__collection-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .ahvc-gp .ahvc-gp__collection-heading p {
    text-align: left;
  }

  .ahvc-gp-share__buttons {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ahvc-gp-popup .ahvc-gp-reader__featured-image {
    height: min(62vw, 360px) !important;
    margin-bottom: 30px;
  }
}

@media (max-width: 390px) {
  .ahvc-gp-share__buttons {
    grid-template-columns: 1fr;
  }
}

/* Versión 1.6.1: cuatro Gotas en una cuadrícula uniforme de dos por dos. */
.ahvc-gp .ahvc-gp__collection[data-kind-group="gota"] .ahvc-gp__grid {
  align-items: stretch;
  grid-auto-rows: 1fr;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ahvc-gp .ahvc-gp__collection[data-kind-group="gota"] .ahvc-gp-card {
  height: 100%;
}

@media (max-width: 680px) {
  .ahvc-gp .ahvc-gp__collection[data-kind-group="gota"] .ahvc-gp__grid {
    grid-template-columns: 1fr;
  }
}
