/* =====================================
   COMPONENT: FEATURED VENUE
===================================== */

.ce-featured-venue-block,
.ce-editorial-featured-venue {
    margin: 40px auto;
    text-align: center;
}

.ce-featured-venue-card,
.ce-editorial-featured-venue a {
    display: block;
    text-decoration: none;
    color: inherit;
}

/* Imagen protagonista */
.ce-featured-venue-card img,
.ce-efv-image img {
    width: 100%;
    max-width: 420px;
    height: auto;
    display: block;
    margin: 0 auto;
}

/* =====================================
   FEATURED VENUE â€“ EXCERPT CONTROL
===================================== */

.ce-editorial-featured-venue .ce-efv-content {
    max-width: 420px;        /* MISMO ancho que la imagen */
    margin: 0 auto;
    text-align: center;
}

.ce-editorial-featured-venue .ce-efv-content p {
    margin-top: 10px;
    font-size: 15px;
    line-height: 1.5;

    /* ðŸ”’ lÃ­mite visual */
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
/* ===========================
   FEATURED VENUE – LAYOUT PRO
=========================== */

.ce-editorial-featured-venue a,
.featured-venue-card {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr; /* imagen un poco más dominante */
  gap: 32px;
  align-items: center;
}

/* Imagen */
.ce-efv-image img,
.featured-venue-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 10px;
}
/* ===========================
   FEATURED VENUE – EXCERPT FADE
=========================== */
..ce-efv-content p,
.featured-venue-info p {
  max-width: 400px;
  color: #2b2b2b;
  font-size: 15px;
  line-height: 1.55;
  .ce-efv-content {
  padding-right: 12px;
}


  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}


/* ===========================
   FEATURED VENUE – TYPO
=========================== */

.ce-efv-content h3,
.featured-venue-info h3 {
  font-size: 22px;
  line-height: 1.2;
  margin-bottom: 6px;
  letter-spacing: -0.3px;
}

/* Label / categoría */
.ce-efv-content .venue-location,
.featured-venue-info .venue-location {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1.4px;
  opacity: 0.7;
  margin-bottom: 10px;
}

/* ===========================
   FEATURED VENUE – HOVER
=========================== */

.ce-editorial-featured-venue a,
.featured-venue-card {
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.ce-editorial-featured-venue a:hover,
.featured-venue-card:hover {
  transform: translateY(-4px);
}

.ce-editorial-featured-venue a:hover img,
.featured-venue-card:hover img {
  transform: scale(1.03);
}

.ce-efv-image img,
.featured-venue-card img {
  transition: transform 0.6s ease;
}

/* ===========================
   FEATURED VENUE – HEADLINE
=========================== */

.ce-efv-content h2,
.featured-venue-info h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 26px;
  line-height: 1.15;
  letter-spacing: -0.4px;
  font-weight: 600;
  color: #cab359;
  margin-bottom: 8px;
}

/* ===========================
   FEATURED VENUE – META
=========================== */

.venue-location,
.ce-efv-meta {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 11px;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  color: #777;
  margin-bottom: 12px;
}

/* ===========================
   FEATURED VENUE – EXCERPT
=========================== */

.ce-efv-content p,
.featured-venue-info p {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 16px;
  line-height: 1.65;
  color: #2b2b2b;
  max-width: 420px;

  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* Drop cap SOLO en desktop */
@media (min-width: 1024px) {
  .ce-efv-content p::first-letter,
  .featured-venue-info p::first-letter {
    float: left;
    font-size: 41px;
    line-height: 1;
    padding-right: 6px;
    font-weight: 600;
    color: #111;
  }
}
/* ===========================
   FEATURED VENUE – RHYTHM
=========================== */

.ce-efv-content {
  padding-top: 4px;
}

.ce-efv-content h3 {
  margin-top: 0;
}

.ce-efv-content p {
  margin-top: 0;
}

/* ===========================
   FEATURED VENUE – EDITORIAL RULE
=========================== */

.ce-efv-content h3,
.featured-venue-info h3 {
  position: relative;
  padding-bottom: 14px;
}

.ce-efv-content h3::after,
.featured-venue-info h3::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;

  width: 120px;          /* Large = lujo */
  height:2px;
  background-color: #111;
  opacity: 0.35;
}
