body.fmlb-home-redesign {
  background: #f4f1ec;
  color: #161616;
}

.fmlb-home-redesign a {
  text-decoration: none;
}

.fmlb-shell {
  background: #f4f1ec;
}

.fmlb-home-header {
  background: linear-gradient(135deg, #ffffff 0%, #fff7f3 100%);
  border-bottom: 1px solid rgba(195, 39, 39, 0.12);
  margin-bottom: 30px;
}

.fmlb-header-topbar {
  align-items: center;
  border-bottom: 1px solid rgba(17, 17, 17, 0.08);
  color: #5f5b57;
  display: flex;
  font-size: 12px;
  gap: 16px;
  justify-content: space-between;
  padding: 14px 0;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.fmlb-header-topbar__right {
  display: flex;
  gap: 18px;
}

.fmlb-header-topbar a,
.fmlb-main-nav a,
.fmlb-text-link,
.fmlb-sidebar-headline a,
.fmlb-breaking-item a,
.fmlb-list-card a,
.fmlb-mini-card a,
.fmlb-section-featured a,
.fmlb-hero-featured a {
  color: #141414;
}

.fmlb-header-main {
  align-items: center;
  display: flex;
  gap: 24px;
  justify-content: space-between;
  padding: 24px 0 18px;
}

.fmlb-header-logo img {
  display: block;
  height: auto;
  max-width: 280px;
}

.fmlb-header-actions {
  align-items: center;
  display: flex;
  gap: 14px;
}

.fmlb-header-live-badge {
  background: #c32727;
  border-radius: 999px;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .1em;
  padding: 10px 14px;
  text-transform: uppercase;
}

.fmlb-header-live-button,
.fmlb-button-primary,
.fmlb-button-secondary {
  border-radius: 999px;
  display: inline-flex;
  font-weight: 700;
  justify-content: center;
  padding: 12px 18px;
  transition: all .2s ease;
}

.fmlb-header-live-button,
.fmlb-button-primary {
  background: #111111;
  color: #ffffff;
}

.fmlb-button-secondary {
  background: #ffffff;
  border: 1px solid rgba(17, 17, 17, 0.12);
  color: #111111;
}

.fmlb-header-live-button:hover,
.fmlb-button-primary:hover {
  background: #c32727;
  color: #fff;
}

.fmlb-button-secondary:hover {
  border-color: #c32727;
  color: #c32727;
}

.fmlb-main-nav {
  border-top: 1px solid rgba(17, 17, 17, 0.08);
  padding: 14px 0 18px;
}

.fmlb-main-nav__menu {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.fmlb-main-nav__menu li {
  margin: 0;
}

.fmlb-main-nav__menu a {
  border-radius: 999px;
  display: inline-flex;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .02em;
  padding: 10px 16px;
}

.fmlb-main-nav__menu a:hover,
.fmlb-main-nav__menu .current-menu-item a,
.fmlb-main-nav__menu .current_page_item a {
  background: rgba(195, 39, 39, 0.08);
  color: #c32727;
}

.fmlb-home-main {
  padding-bottom: 40px;
}

.fmlb-home-hero {
  margin-bottom: 34px;
}

.fmlb-home-hero__editorial {
  margin-bottom: 22px;
  max-width: 760px;
}

.fmlb-section-kicker {
  color: #c32727;
  display: inline-block;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .12em;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.fmlb-home-hero__editorial h1 {
  color: #101010;
  font-family: "PT Sans Narrow", sans-serif;
  font-size: 52px;
  line-height: 1;
  margin: 0 0 12px;
}

.fmlb-home-hero__editorial p {
  color: #55514d;
  font-size: 18px;
  line-height: 1.6;
  margin: 0;
}

.fmlb-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

.fmlb-home-hero__grid,
.fmlb-home-layout,
.fmlb-section-grid {
  display: grid;
  gap: 24px;
}

.fmlb-home-hero__grid {
  grid-template-columns: minmax(0, 1.55fr) minmax(320px, .85fr);
}

.fmlb-home-layout {
  align-items: start;
  grid-template-columns: minmax(0, 1.55fr) minmax(300px, .85fr);
}

.fmlb-home-primary,
.fmlb-home-sidebar {
  min-width: 0;
}

.fmlb-hero-featured,
.fmlb-breaking-news,
.fmlb-section-block,
.fmlb-live-card,
.fmlb-sidebar-panel {
  background: #ffffff;
  border: 1px solid rgba(17, 17, 17, 0.08);
  border-radius: 24px;
  box-shadow: 0 18px 50px rgba(17, 17, 17, 0.05);
}

.fmlb-section-block--noticias-y-actualidad {
  border-top: 5px solid #c32727;
}

.fmlb-section-block--musica {
  border-top: 5px solid #6f2cff;
}

.fmlb-section-block--deportes {
  border-top: 5px solid #0f7b45;
}

.fmlb-card-image,
.fmlb-mini-card__image,
.fmlb-list-card__image {
  display: block;
  overflow: hidden;
}

.fmlb-card-image img,
.fmlb-mini-card__image img,
.fmlb-list-card__image img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.fmlb-hero-featured {
  overflow: hidden;
}

.fmlb-hero-featured .fmlb-card-image {
  aspect-ratio: 16 / 9;
}

.fmlb-card-content {
  padding: 26px;
}

.fmlb-card-meta {
  color: #726c67;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.fmlb-hero-featured h2,
.fmlb-section-featured h3,
.fmlb-breaking-news h2,
.fmlb-section-heading h2,
.fmlb-live-card h2,
.fmlb-sidebar-panel h2 {
  color: #111111;
  font-family: "PT Sans Narrow", sans-serif;
  margin: 0;
}

.fmlb-hero-featured h2 {
  font-size: 40px;
  line-height: 1;
  margin-bottom: 14px;
}

.fmlb-hero-featured p,
.fmlb-section-featured p,
.fmlb-live-card p {
  color: #4f4a46;
  font-size: 16px;
  line-height: 1.7;
  margin: 0 0 16px;
}

.fmlb-text-link {
  color: #c32727;
  font-weight: 700;
}

.fmlb-hero-secondary {
  display: grid;
  gap: 16px;
}

.fmlb-mini-card,
.fmlb-list-card,
.fmlb-sidebar-headline,
.fmlb-breaking-item {
  background: #ffffff;
  border: 1px solid rgba(17, 17, 17, 0.08);
  border-radius: 18px;
}

.fmlb-mini-card {
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr);
  overflow: hidden;
}

.fmlb-mini-card__image img {
  aspect-ratio: 1 / 1;
}

.fmlb-mini-card__content {
  padding: 16px;
}

.fmlb-mini-card h3,
.fmlb-breaking-item h3,
.fmlb-list-card h4,
.fmlb-sidebar-headline h3 {
  font-family: "PT Sans Narrow", sans-serif;
  margin: 0;
}

.fmlb-mini-card h3 {
  font-size: 24px;
  line-height: 1.05;
}

.fmlb-section-heading {
  align-items: end;
  display: flex;
  gap: 16px;
  justify-content: space-between;
  margin-bottom: 18px;
}

.fmlb-section-heading h2 {
  font-size: 32px;
  line-height: 1.05;
}

.fmlb-section-heading--sidebar h2 {
  font-size: 28px;
}

.fmlb-breaking-news,
.fmlb-section-block {
  margin-bottom: 26px;
  padding: 26px;
}

.fmlb-breaking-news__list,
.fmlb-sidebar-headlines {
  display: grid;
  gap: 14px;
}

.fmlb-breaking-item,
.fmlb-sidebar-headline {
  padding: 18px;
}

.fmlb-breaking-item h3 {
  font-size: 28px;
  line-height: 1.05;
}

.fmlb-section-grid {
  grid-template-columns: minmax(0, 1.15fr) minmax(260px, .85fr);
}

.fmlb-section-featured {
  overflow: hidden;
}

.fmlb-section-featured .fmlb-card-image {
  aspect-ratio: 16 / 9;
}

.fmlb-section-list {
  display: grid;
  gap: 16px;
}

.fmlb-list-card {
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr);
  overflow: hidden;
}

.fmlb-list-card__image img {
  aspect-ratio: 1 / 1;
}

.fmlb-list-card__content {
  padding: 16px;
}

.fmlb-list-card h4 {
  font-size: 24px;
  line-height: 1.05;
}

.fmlb-live-card,
.fmlb-sidebar-panel {
  padding: 24px;
}

.fmlb-sidebar-panel--cta {
  background: linear-gradient(180deg, #fff7ef 0%, #ffffff 100%);
}

.fmlb-sidebar-copy {
  color: #4f4a46;
  font-size: 15px;
  line-height: 1.7;
  margin: 0 0 16px;
}

.fmlb-live-card {
  background: linear-gradient(180deg, #fff5f2 0%, #ffffff 100%);
  margin-bottom: 22px;
  position: sticky;
  top: 16px;
}

.fmlb-audio-player {
  margin: 16px 0 18px;
  width: 100%;
}

.fmlb-live-card__actions {
  display: grid;
  gap: 10px;
}

.fmlb-social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.fmlb-social-links a {
  background: rgba(195, 39, 39, 0.08);
  border-radius: 999px;
  color: #8e2020;
  font-size: 13px;
  font-weight: 700;
  padding: 10px 14px;
}

@media only screen and (max-width: 1100px) {
  .fmlb-home-hero__grid,
  .fmlb-home-layout,
  .fmlb-section-grid {
    grid-template-columns: 1fr;
  }

  .fmlb-live-card {
    position: static;
  }
}

@media only screen and (max-width: 780px) {
  .fmlb-header-topbar,
  .fmlb-header-main,
  .fmlb-section-heading {
    align-items: flex-start;
    flex-direction: column;
  }

  .fmlb-header-topbar__right,
  .fmlb-header-actions,
  .fmlb-main-nav__menu,
  .fmlb-hero-actions {
    flex-wrap: wrap;
  }

  .fmlb-header-live-button,
  .fmlb-button-primary,
  .fmlb-button-secondary {
    width: 100%;
  }

  .fmlb-home-hero__editorial h1 {
    font-size: 36px;
  }

  .fmlb-mini-card,
  .fmlb-list-card {
    grid-template-columns: 1fr;
  }

  .fmlb-mini-card__image img,
  .fmlb-list-card__image img {
    aspect-ratio: 16 / 9;
  }

  .fmlb-hero-featured h2 {
    font-size: 30px;
  }

  .fmlb-section-heading h2,
  .fmlb-breaking-item h3,
  .fmlb-list-card h4,
  .fmlb-mini-card h3 {
    font-size: 22px;
  }

  .fmlb-breaking-news,
  .fmlb-section-block,
  .fmlb-live-card,
  .fmlb-sidebar-panel,
  .fmlb-card-content {
    padding: 18px;
  }
}
