/* Spain Eats — culinary news surfaces */
.se-news-hero {
  position: relative;
  margin: 0 0 1.5rem;
  background: #1a1208;
  color: #f5ecd8;
}
.se-news-hero__media {
  position: relative;
  max-height: 420px;
  overflow: hidden;
}
.se-news-hero__media img {
  width: 100%;
  height: auto;
  max-height: 420px;
  object-fit: cover;
  display: block;
}
.se-news-hero__veil {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(26, 18, 8, 0.15) 0%, rgba(26, 18, 8, 0.88) 100%);
}
.se-news-hero__copy {
  position: relative;
  padding: 1.5rem clamp(1.25rem, 4vw, 2.5rem) 2rem;
  max-width: 42rem;
}
.se-news-hero__copy h1 {
  font-family: var(--font-display, "Fraunces", serif);
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  line-height: 1.15;
  margin: 0.35rem 0 0.75rem;
  color: #f5ecd8;
}
.se-news-hero__copy .se-kicker a {
  color: var(--citrus-light, #e8c547);
  text-decoration: none;
}
.se-news-meta {
  font-size: 0.9rem;
  opacity: 0.92;
  margin: 0;
}
.se-news-meta__updated {
  opacity: 0.85;
}
.se-news-wrap {
  max-width: 42rem;
  margin: 0 auto;
  padding: 0 clamp(1.25rem, 4vw, 2rem) 3rem;
}
.se-news-body {
  font-size: 1.05rem;
  line-height: 1.65;
}
.se-news-body p {
  margin: 0 0 1.1rem;
}
.se-news-body a {
  color: var(--terracotta, #c45c26);
  text-decoration-thickness: 1px;
}
.se-news-archive-wrap {
  background: #f5ecd8;
  min-height: 50vh;
}
.se-news-card-meta {
  font-size: 0.85rem;
  opacity: 0.85;
  margin: 0.25rem 0 0.75rem;
}
.se-news-card-meta a {
  color: inherit;
}
body.se-news-archive article.se-news-card .entry-title {
  font-family: var(--font-display, "Fraunces", serif);
  font-size: 1.35rem;
  margin: 0;
}
body.se-news-archive article.se-news-card .entry-title a {
  color: #1a1208;
  text-decoration: none;
}
body.se-news-archive article.se-news-card .entry-title a:hover {
  color: var(--terracotta, #c45c26);
}
#latest-news .se-news-home-card .plate-meta span {
  font-size: 0.75rem;
}
