/* Scoped to the imported Pereira article; leave this plugin active for its layout. */
body.single-post .fcv-story.fcv-colombia {
  --fcv-ink: #233b38;
  --fcv-muted: #596a65;
  --fcv-green: #637b50;
  --fcv-red: #b33849;
  color: var(--fcv-ink);
  font-size: 17px;
  line-height: 1.72;
  margin: 28px auto 72px;
  max-width: 1200px;
}

body.single-post .fcv-story.fcv-colombia *,
body.single-post .fcv-story.fcv-colombia *::before,
body.single-post .fcv-story.fcv-colombia *::after {
  box-sizing: border-box;
}

body.single-post .fcv-story.fcv-colombia__header {
  background: linear-gradient(135deg, #f5f7f0 0%, #fff 78%);
  border-left: 5px solid var(--fcv-green);
  border-radius: 12px;
  padding: clamp(25px, 5vw, 64px);
  margin: 0 0 30px;
}

body.single-post .fcv-story.fcv-colombia__eyebrow,
body.single-post .fcv-story.fcv-colombia__facts-kicker {
  color: var(--fcv-green);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .16em;
  line-height: 1.4;
  margin: 0 0 14px;
  text-transform: uppercase;
}

body.single-post .fcv-story.fcv-colombia__eyebrow span {
  color: var(--fcv-red);
  padding: 0 10px;
}

body.single-post .fcv-story.fcv-colombia__header h1 {
  color: var(--fcv-ink);
  font-size: clamp(36px, 4.7vw, 62px);
  font-weight: 800;
  letter-spacing: -.035em;
  line-height: 1.1;
  margin: 0 0 20px;
  max-width: 900px;
  text-transform: none;
}

body.single-post .fcv-story.fcv-colombia__deck {
  color: var(--fcv-muted);
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.48;
  margin: 0 0 20px;
  max-width: 900px;
}

body.single-post .fcv-story.fcv-colombia__date {
  color: var(--fcv-green);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .06em;
  margin: 0;
  text-transform: uppercase;
}

body.single-post .fcv-story.fcv-colombia__date span {
  color: var(--fcv-red);
  padding: 0 5px;
}

body.single-post .fcv-story.fcv-colombia__hero {
  background: #293b30;
  border-radius: 12px;
  display: grid;
  grid-template-columns: minmax(0, 1.8fr) minmax(280px, 1fr);
  margin: 0 0 52px;
  overflow: hidden;
}

body.single-post .fcv-story.fcv-colombia__hero-photo {
  min-height: 460px;
  position: relative;
}

body.single-post .fcv-story.fcv-colombia__hero-image {
  height: 100%;
  inset: 0;
  object-fit: cover;
  object-position: 50% 39%;
  position: absolute;
  width: 100%;
}

body.single-post .fcv-story.fcv-colombia__hero-photo span {
  background: linear-gradient(transparent, rgba(0, 0, 0, .62));
  bottom: 0;
  color: white;
  font-size: 13px;
  left: 0;
  padding: 34px 24px 16px;
  position: absolute;
  width: 100%;
}

body.single-post .fcv-story.fcv-colombia__facts {
  align-self: stretch;
  color: #fff;
  padding: clamp(25px, 3.5vw, 50px);
}

body.single-post .fcv-story.fcv-colombia__facts-kicker {
  color: #cdddbd;
}

body.single-post .fcv-story.fcv-colombia__facts h2 {
  color: #fff;
  font-size: clamp(25px, 2.5vw, 35px);
  line-height: 1.2;
  margin: 0 0 26px;
  text-transform: none;
}

body.single-post .fcv-story.fcv-colombia__facts dl {
  margin: 0;
}

body.single-post .fcv-story.fcv-colombia__facts dl div {
  border-top: 1px solid rgba(255,255,255,.22);
  padding: 12px 0;
}

body.single-post .fcv-story.fcv-colombia__facts dt {
  color: #c8d5b6;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
}

body.single-post .fcv-story.fcv-colombia__facts dd {
  color: white;
  font-size: 15px;
  margin: 2px 0 0;
}

body.single-post .fcv-story.fcv-colombia__copy {
  margin: 0 auto;
  max-width: 850px;
}

body.single-post .fcv-story.fcv-colombia__copy p {
  color: var(--fcv-muted);
  font-size: 17px;
  line-height: 1.78;
  margin: 0 0 20px;
}

body.single-post .fcv-story.fcv-colombia__copy .fcv-story__lead {
  color: var(--fcv-ink);
  font-size: 20px;
  font-weight: 500;
  line-height: 1.65;
  margin-bottom: 36px;
}

body.single-post .fcv-story.fcv-colombia__copy h2,
body.single-post .fcv-story.fcv-colombia__gallery-heading h2 {
  color: var(--fcv-ink);
  font-size: clamp(26px, 2.7vw, 36px);
  letter-spacing: -.02em;
  line-height: 1.25;
  margin: 44px 0 16px;
  text-transform: none;
}

body.single-post .fcv-story.fcv-colombia__pair {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 28px 0 42px;
}

body.single-post .fcv-story.fcv-colombia__photo {
  margin: 0;
  min-width: 0;
}

body.single-post .fcv-story.fcv-colombia__pair-image {
  aspect-ratio: 1 / 1;
  border-radius: 8px;
  display: block;
  height: auto;
  object-fit: cover;
  object-position: 50% 38%;
  width: 100%;
}

body.single-post .fcv-story.fcv-colombia__photo figcaption {
  color: var(--fcv-muted);
  font-size: 12px;
  line-height: 1.4;
  margin-top: 9px;
}

body.single-post .fcv-story.fcv-colombia__gallery-section {
  background: #f5f7f0;
  border-radius: 12px;
  margin: 44px 0;
  padding: clamp(22px, 4vw, 48px);
}

body.single-post .fcv-story.fcv-colombia__gallery-heading h2 {
  margin: 0 0 8px;
}

body.single-post .fcv-story.fcv-colombia__gallery-heading > p:last-child {
  color: var(--fcv-muted);
  font-size: 15px;
  margin: 0 0 24px;
}

body.single-post .fcv-story.fcv-colombia__gallery {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

body.single-post .fcv-story.fcv-colombia__gallery a {
  border-radius: 6px;
  display: block;
  overflow: hidden;
}

body.single-post .fcv-story.fcv-colombia__gallery img {
  aspect-ratio: 1 / 1;
  display: block;
  height: auto;
  object-fit: cover;
  object-position: 50% 38%;
  transition: transform .2s ease;
  width: 100%;
}

body.single-post .fcv-story.fcv-colombia__gallery a:hover img {
  transform: scale(1.045);
}

body.single-post .fcv-story.fcv-colombia__closing {
  align-items: center;
  border-top: 1px solid #dfe8d8;
  display: flex;
  gap: 20px;
  justify-content: space-between;
  padding: 27px 0 5px;
}

body.single-post .fcv-story.fcv-colombia__closing p {
  color: var(--fcv-ink);
  font-size: 18px;
  font-weight: 700;
  margin: 0;
}

body.single-post .fcv-story.fcv-colombia__closing a {
  background: var(--fcv-green);
  border-radius: 40px;
  color: #fff;
  display: inline-block;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .03em;
  padding: 12px 22px;
  text-decoration: none;
  white-space: nowrap;
}

body.single-post .fcv-story.fcv-colombia__closing a:hover,
body.single-post .fcv-story.fcv-colombia__closing a:focus {
  background: #496139;
  color: #fff;
}

@media (max-width: 850px) {
  body.single-post .fcv-story.fcv-colombia__hero { grid-template-columns: 1fr; }
  body.single-post .fcv-story.fcv-colombia__hero-photo { min-height: 390px; }
  body.single-post .fcv-story.fcv-colombia__facts { padding: 26px; }
  body.single-post .fcv-story.fcv-colombia__gallery { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  body.single-post .fcv-story.fcv-colombia__copy { padding: 0 10px; }
}

@media (max-width: 560px) {
  body.single-post .fcv-story.fcv-colombia { margin-top: 12px; }
  body.single-post .fcv-story.fcv-colombia__header { padding: 24px 20px; }
  body.single-post .fcv-story.fcv-colombia__hero-photo { min-height: 330px; }
  body.single-post .fcv-story.fcv-colombia__pair { gap: 10px; }
  body.single-post .fcv-story.fcv-colombia__pair-image { aspect-ratio: 4 / 5; }
  body.single-post .fcv-story.fcv-colombia__gallery { gap: 8px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
  body.single-post .fcv-story.fcv-colombia__closing { align-items: flex-start; flex-direction: column; }
}

body.single-post .fcv-story.fcv-colombia .fcv-story__source {color:#66746b;font-size:12px;line-height:1.5;margin:18px 0 0;text-align:right;}
body.single-post .fcv-story.fcv-colombia .fcv-story__source a {color:#456b42;text-decoration:underline;}
body.single-post .fcv-story.fcv-colombia .fcv-story__gallery a:focus-visible {outline:3px solid #637b50;outline-offset:3px;}

body.page-id-12666 .elementor-element-581a687 .fcv-home-label {color:#637b50;font-weight:800;}
