/* MWB Entertainment v567: one responsive, filterable culture and entertainment hub. */
.entertainment-page .desk-editorial-shell {
  width: min(1180px, calc(100% - 32px));
  margin-inline: auto;
}

.entertainment-filter-bar-v567 {
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 22px 0 18px;
  padding: 10px;
  border: 1px solid #ccd3d6;
  border-radius: 16px;
  background: #f5f7f8;
  box-shadow: 0 10px 30px rgba(16, 23, 26, .08);
}

.entertainment-filter-bar-v567 button {
  min-height: 42px;
  padding: 10px 15px;
  border: 1px solid transparent;
  border-radius: 999px;
  color: #263238;
  background: transparent;
  font: 850 12px/1.1 Arial, sans-serif;
  cursor: pointer;
  transition: color .18s ease, background .18s ease, border-color .18s ease, transform .18s ease;
}

.entertainment-filter-bar-v567 button:hover,
.entertainment-filter-bar-v567 button:focus-visible {
  border-color: #a22552;
  color: #7f173e;
  background: #fff;
  transform: translateY(-1px);
}

.entertainment-filter-bar-v567 button:focus-visible {
  outline: 3px solid rgba(162, 37, 82, .23);
  outline-offset: 2px;
}

.entertainment-filter-bar-v567 button[aria-pressed="true"] {
  color: #fff;
  border-color: #8e1f49;
  background: linear-gradient(135deg, #83183f, #bc315f);
  box-shadow: 0 7px 16px rgba(142, 31, 73, .25);
}

.entertainment-page .desk-reporting-surface {
  overflow: hidden;
  border-radius: 18px;
  border-color: #c8d0d3;
  box-shadow: 0 18px 48px rgba(16, 23, 26, .1);
}

.entertainment-feed-status-v567 {
  margin: 0;
  padding: 16px 22px;
  color: #5f6b70;
  background: #f6f8f9;
  font: 750 12px/1.4 Arial, sans-serif;
}

.entertainment-story-grid-v567 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: #ccd3d6;
}

.entertainment-story-v567 {
  position: relative;
  display: flex;
  min-width: 0;
  flex-direction: column;
  background: #fff;
}

.entertainment-story-v567:first-child {
  grid-column: span 2;
}

.entertainment-story-v567:first-child .entertainment-story-image-v567 {
  aspect-ratio: 16 / 8;
}

.entertainment-story-image-v567 {
  display: block;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  background: #182127;
}

.entertainment-story-image-v567 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .35s ease;
}

.entertainment-story-v567:hover .entertainment-story-image-v567 img {
  transform: scale(1.025);
}

.entertainment-story-body-v567 {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 10px;
  padding: 20px;
}

.entertainment-story-label-v567 {
  align-self: flex-start;
  margin: 0;
  padding: 5px 8px;
  border-radius: 999px;
  color: #fff;
  background: #8e1f49;
  font: 900 9px/1 Arial, sans-serif;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.entertainment-story-v567[data-category="culture"] .entertainment-story-label-v567,
.entertainment-story-v567[data-category="books"] .entertainment-story-label-v567 {
  background: #5f3b8d;
}

.entertainment-story-v567[data-category="exhibitions"] .entertainment-story-label-v567 {
  background: #0d7664;
}

.entertainment-story-v567[data-category="events"] .entertainment-story-label-v567 {
  background: #9b5b0f;
}

.entertainment-story-body-v567 h3 {
  margin: 0;
  color: #11181c;
  font: 700 23px/1.08 Georgia, "Times New Roman", serif;
}

.entertainment-story-body-v567 h3 a {
  color: inherit;
  text-decoration: none;
}

.entertainment-story-body-v567 h3 a:hover,
.entertainment-story-body-v567 h3 a:focus-visible {
  color: #8e1f49;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.entertainment-story-summary-v567 {
  margin: 0;
  color: #4e5c62;
  font-size: 13px;
  line-height: 1.55;
}

.entertainment-story-meta-v567 {
  display: flex;
  flex-wrap: wrap;
  gap: 7px 12px;
  margin-top: auto;
  padding-top: 5px;
  color: #6b777c;
  font: 800 10px/1.35 Arial, sans-serif;
}

.entertainment-story-actions-v567 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  padding-top: 4px;
}

.entertainment-story-actions-v567 a,
.entertainment-story-actions-v567 button {
  min-height: 34px;
  padding: 8px 10px;
  border: 1px solid #c7cfd2;
  border-radius: 7px;
  color: #202c31;
  background: #fff;
  font: 850 10px/1 Arial, sans-serif;
  text-decoration: none;
  cursor: pointer;
}

.entertainment-story-actions-v567 a:first-child {
  color: #fff;
  border-color: #151e22;
  background: #151e22;
}

.entertainment-story-actions-v567 a:hover,
.entertainment-story-actions-v567 button:hover,
.entertainment-story-actions-v567 a:focus-visible,
.entertainment-story-actions-v567 button:focus-visible {
  color: #fff;
  border-color: #8e1f49;
  background: #8e1f49;
  outline: none;
}

.entertainment-load-row-v567 {
  display: flex;
  justify-content: center;
  padding: 20px;
  background: #f6f8f9;
}

.entertainment-load-row-v567 button {
  min-height: 44px;
  padding: 11px 22px;
  border: 0;
  border-radius: 999px;
  color: #fff;
  background: #151e22;
  font: 900 11px/1 Arial, sans-serif;
  cursor: pointer;
}

.entertainment-load-row-v567 button:hover,
.entertainment-load-row-v567 button:focus-visible {
  background: #8e1f49;
  outline: 3px solid rgba(142, 31, 73, .22);
  outline-offset: 2px;
}

.entertainment-page .desk-lanes,
.entertainment-page .entertainment-watch-ribbon {
  border-radius: 18px;
  overflow: hidden;
}

@media (max-width: 900px) {
  .entertainment-story-grid-v567 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 620px) {
  .entertainment-page .desk-editorial-shell {
    width: min(100% - 20px, 1180px);
  }

  .entertainment-filter-bar-v567 {
    flex-wrap: nowrap;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scrollbar-width: thin;
  }

  .entertainment-filter-bar-v567 button {
    flex: 0 0 auto;
  }

  .entertainment-story-grid-v567 {
    grid-template-columns: 1fr;
  }

  .entertainment-story-v567:first-child {
    grid-column: auto;
  }

  .entertainment-story-v567:first-child .entertainment-story-image-v567,
  .entertainment-story-image-v567 {
    aspect-ratio: 16 / 9;
  }

  .entertainment-story-body-v567 {
    padding: 17px;
  }

  .entertainment-story-body-v567 h3 {
    font-size: 21px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .entertainment-filter-bar-v567 button,
  .entertainment-story-image-v567 img {
    transition: none;
  }
}
