:root {
  --rh-red: #e32219;
  --rh-black: #030303;
  --rh-ink: #101010;
  --rh-line: #e6e6e6;
  --rh-soft: #f3f3f3;
  --rh-font-display: "Bebas Neue", "Oswald", "Arial Narrow", "HelveticaNeue-CondensedBold", Impact, sans-serif;
  --rh-font-body: "Helvetica Neue", Arial, sans-serif;
}

html {
  scroll-behavior: smooth;
  width: 100%;
  max-width: 100%;
  overflow-x: clip;
}

body {
  width: 100%;
  max-width: 100%;
  overflow-x: clip;
  position: relative;
}

body.raphaven-system-active,
body.raphaven-system-active #page,
body.raphaven-system-active .site,
body.raphaven-system-active #content,
body.raphaven-system-active .site-content {
  background: #fff !important;
  color: var(--rh-ink) !important;
  font-family: var(--rh-font-body) !important;
  max-width: 100% !important;
  overflow-x: hidden !important;
}

body.raphaven-system-active .rh-theme-header-hidden,
body.raphaven-system-active > header:not(.rh-site-header),
body.raphaven-system-active #masthead,
body.raphaven-system-active .site-header,
body.raphaven-system-active .wp-site-blocks > header,
body.raphaven-system-active .wp-block-template-part > header {
  display: none !important;
}

.rh-site-header,
.rh-site-header * {
  box-sizing: border-box;
}

.rh-site-header {
  width: 100%;
  max-width: 100vw;
  overflow-x: clip;
  background: #fff;
  color: #000;
  font-family: var(--rh-font-display);
  text-transform: uppercase;
  letter-spacing: 0;
  position: relative;
  z-index: 100000;
}

.rh-site-header nav {
  max-width: 100%;
}

.rh-site-header a {
  color: inherit !important;
  text-decoration: none !important;
}

.rh-breaking {
  height: 70px;
  display: flex;
  align-items: stretch;
  background: #000;
  color: #fff;
  overflow: hidden;
}

.rh-breaking-label {
  width: 237px;
  min-width: 237px;
  display: flex;
  align-items: center;
  gap: 13px;
  padding-left: 31px;
  background: var(--rh-red);
  color: #fff !important;
  font-size: 31px;
  font-weight: 900;
  line-height: 1;
}

.rh-bolt {
  width: 19px;
  height: 33px;
  background: #fff;
  clip-path: polygon(45% 0, 100% 0, 67% 42%, 98% 42%, 20% 100%, 43% 53%, 0 53%);
}

.rh-breaking-track {
  min-width: 0;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 2px 27px 0;
  white-space: nowrap;
  overflow: hidden;
  font-size: 21px;
  font-weight: 900;
  line-height: 1;
}

.rh-breaking-track a {
  display: inline-flex;
  align-items: center;
  gap: 18px;
}

.rh-breaking-track a:not(:last-child)::after {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--rh-red);
}

.rh-masthead {
  height: 399px;
  display: grid;
  grid-template-columns: minmax(315px, 1fr) minmax(430px, 560px) minmax(315px, 1fr);
  align-items: center;
  padding: 0 31px 18px;
  background: #fff;
}

.rh-social {
  display: flex;
  align-items: center;
  gap: 14px;
  justify-self: start;
  padding-top: 30px;
}

.rh-social a {
  width: 46px;
  height: 46px;
  border: 1.8px solid #000;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.rh-social svg {
  width: 25px;
  height: 25px;
  fill: currentColor;
  stroke: none;
  display: block;
}

.rh-social a:nth-child(3) svg,
.rh-social a:nth-child(4) svg,
.rh-social a:nth-child(5) svg {
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.rh-logo-link {
  justify-self: center;
  display: block;
  width: min(544px, 100%);
}

.rh-logo {
  width: 100%;
  height: auto;
  display: block;
}

.rh-actions {
  justify-self: end;
  display: flex;
  align-items: center;
  gap: 17px;
  padding-top: 29px;
}

.rh-masthead-search {
  width: 28px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.rh-masthead-search svg,
.rh-nav-search svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 3.2;
  stroke-linecap: round;
}

.rh-action-divider {
  width: 1px;
  height: 50px;
  background: #000;
  opacity: .65;
}

.rh-tipline {
  width: 237px;
  height: 74px;
  border: 2px solid #000;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  background: #fff;
}

.rh-envelope {
  width: 41px;
  height: 28px;
  color: var(--rh-red);
}

.rh-envelope svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.4;
}

.rh-tipline strong,
.rh-tipline em {
  display: block;
  font-style: normal;
  font-weight: 900;
  line-height: .96;
}

.rh-tipline strong {
  font-size: 22px;
  color: #000;
}

.rh-tipline em {
  margin-top: 4px;
  font-size: 25px;
  color: var(--rh-red);
}

.rh-category-nav {
  height: 91px;
  border-top: 10px solid var(--rh-red);
  border-bottom: 10px solid #000;
  display: grid;
  grid-template-columns: 99px minmax(0, 1fr) 72px;
  background: #fff;
}

.rh-home {
  background: var(--rh-red);
  display: flex;
  align-items: center;
  justify-content: center;
}

.rh-home span {
  width: 40px;
  height: 36px;
  background: #fff;
  clip-path: polygon(50% 0, 100% 39%, 86% 39%, 86% 100%, 60% 100%, 60% 67%, 40% 67%, 40% 100%, 14% 100%, 14% 39%, 0 39%);
}

.rh-menu {
  min-width: 0;
  display: grid;
  grid-template-columns: repeat(8, minmax(0, 1fr));
  align-items: center;
  box-shadow: inset 0 0 0 1px #ececec;
}

.rh-menu a {
  height: 71px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding-top: 2px;
  font-size: 31px;
  font-weight: 900;
  line-height: 1;
}

.rh-chevron {
  width: 12px;
  height: 12px;
  border-right: 3px solid var(--rh-red);
  border-bottom: 3px solid var(--rh-red);
  transform: rotate(45deg);
  margin-top: -6px;
}

.rh-nav-search {
  background: #000;
  color: #fff !important;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 23px 21px 22px;
}

.rh-trending {
  height: 87px;
  display: flex;
  align-items: center;
  gap: 40px;
  padding: 0 31px;
  background: #fff;
}

.rh-trending-label {
  height: 46px;
  width: 122px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--rh-red);
  color: #fff !important;
  font-size: 25px;
  font-weight: 900;
  line-height: 1;
}

.rh-trending-links {
  min-width: 0;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  overflow: hidden;
}

.rh-trending-links a {
  display: flex;
  align-items: center;
  gap: 31px;
  white-space: nowrap;
  font-size: 21px;
  font-weight: 900;
  line-height: 1;
}

.rh-trending-links a:not(:last-child)::after {
  content: "";
  width: 1px;
  height: 24px;
  background: #000;
  opacity: .55;
}

body.raphaven-system-active .site-content,
body.raphaven-system-active #content,
body.raphaven-system-active main,
body.raphaven-system-active .content-area {
  max-width: 1280px !important;
  margin: 0 auto !important;
  padding: 18px 18px 34px !important;
}

body.raphaven-system-active #secondary,
body.raphaven-system-active .sidebar,
body.raphaven-system-active aside.widget-area {
  display: none !important;
}

body.raphaven-system-active .site-main {
  display: grid !important;
  grid-template-columns: minmax(0, 1280px) !important;
  justify-content: center !important;
  gap: 12px !important;
  align-items: start !important;
}

body.raphaven-system-active .site-main > *:not(article):not(.rh-advertorial) {
  width: 100%;
}

.rh-artist-panel {
  width: min(100%, 1280px);
  justify-self: center;
  display: grid;
  grid-template-columns: minmax(0, 1.65fr) minmax(300px, .75fr);
  gap: 18px;
  margin: 0 auto 18px;
  padding: 22px;
  border-top: 6px solid var(--rh-red);
  box-shadow: 7px 7px 0 #000;
  background: #fff;
}

.rh-artist-kicker {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  min-height: 31px;
  padding: 7px 11px 6px;
  background: var(--rh-red);
  color: #fff;
  font-family: var(--rh-font-display);
  font-size: 21px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.rh-artist-main {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 18px;
  align-items: start;
}

.rh-artist-copy.has-photo .rh-artist-main {
  grid-template-columns: 220px minmax(0, 1fr);
}

.rh-artist-photo {
  width: 220px;
  height: 220px;
  margin: 0;
  border: 3px solid #000;
  box-shadow: 5px 5px 0 var(--rh-red);
  background: #000;
  overflow: hidden;
}

.rh-artist-photo img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}

.rh-artist-panel h1,
.rh-artist-panel h2 {
  font-family: var(--rh-font-display);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0;
  line-height: .95;
  margin: 0;
}

.rh-artist-panel h1 {
  margin-top: 11px;
  color: var(--rh-red);
  font-size: clamp(48px, 6vw, 96px);
}

.rh-artist-bio {
  max-width: 780px;
  margin-top: 12px;
  color: #111;
  font-family: var(--rh-font-body);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.55;
}

.rh-artist-bio p {
  margin: 0 0 12px;
}

.rh-artist-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 14px;
  font-family: var(--rh-font-display);
  font-size: 20px;
  font-weight: 900;
  text-transform: uppercase;
}

.rh-artist-meta span,
.rh-artist-meta a {
  color: #000 !important;
  background: var(--rh-soft);
  padding: 7px 10px 5px;
  text-decoration: none !important;
}

.rh-artist-side {
  display: grid;
  gap: 14px;
}

.rh-artist-accolades,
.rh-artist-ad-slot {
  border: 2px solid #000;
  background: #fff;
  padding: 16px;
}

.rh-artist-accolades {
  box-shadow: 5px 5px 0 var(--rh-red);
}

.rh-artist-panel h2 {
  color: #000;
  font-size: 30px;
  margin-bottom: 10px;
}

.rh-artist-accolades ul {
  margin: 0;
  padding-left: 18px;
}

.rh-artist-accolades li,
.rh-artist-accolades p {
  color: #111;
  font-family: var(--rh-font-body);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.45;
  margin: 0 0 8px;
}

.rh-artist-ad-slot {
  min-height: 250px;
  display: grid;
  place-items: center;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, .88), rgba(0, 0, 0, .7)),
    repeating-linear-gradient(135deg, rgba(227, 34, 25, .25) 0 8px, rgba(255, 255, 255, .05) 8px 16px);
  color: #fff;
  font-family: var(--rh-font-display);
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
}

.rh-artist-ad-slot:empty,
.rh-artist-ad-slot .screen-reader-text {
  font-size: 0;
}

.rh-artist-adsense {
  width: 100%;
  min-height: 250px;
}

body.raphaven-system-active .rh-feed-card {
  position: relative !important;
  background: #fff !important;
  border: 1px solid var(--rh-line) !important;
  border-top: 5px solid var(--rh-red) !important;
  box-shadow: 7px 7px 0 #000 !important;
  padding: 14px 14px 13px !important;
  margin: 0 !important;
  min-width: 0 !important;
  width: min(100%, 820px) !important;
  justify-self: center !important;
  overflow: hidden !important;
}

body.raphaven-system-active .rh-hero-box {
  width: 100%;
  justify-self: center;
  display: grid;
  grid-template-columns: 1.86fr 1fr 1fr;
  gap: 5px;
  margin: 0 auto 8px;
}

body.raphaven-system-active .rh-hero-box .rh-feed-card {
  width: 100% !important;
  min-height: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-top: 0 !important;
  box-shadow: none !important;
  background: #000 !important;
  overflow: visible !important;
}

body.raphaven-system-active .rh-hero-box .post-thumbnail,
body.raphaven-system-active .rh-hero-box .entry-thumbnail,
body.raphaven-system-active .rh-hero-box .featured-image,
body.raphaven-system-active .rh-hero-box figure.wp-block-post-featured-image {
  width: 100%;
  height: 100%;
  min-height: 348px;
  margin: 0 !important;
  border: 0 !important;
}

body.raphaven-system-active .rh-hero-box img {
  width: 100% !important;
  height: 100% !important;
  min-height: 348px;
  object-fit: cover !important;
}

body.raphaven-system-active .rh-hero-box .rh-story-frame {
  height: 100% !important;
  min-height: 348px !important;
  display: grid !important;
  grid-template-rows: minmax(0, 1fr) auto;
  border: 0 !important;
  border-top: 0 !important;
}

body.raphaven-system-active .rh-hero-box .entry-meta,
body.raphaven-system-active .rh-hero-box .entry-summary,
body.raphaven-system-active .rh-hero-box .entry-content {
  display: none !important;
}

body.raphaven-system-active .rh-hero-box .entry-title {
  position: absolute !important;
  left: 24px;
  right: 22px;
  bottom: 20px;
  z-index: 4;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  max-height: 150px !important;
  overflow: hidden !important;
}

body.raphaven-system-active .rh-hero-box .entry-title a {
  color: #fff !important;
  background: transparent !important;
  padding: 0 !important;
  margin: 0 !important;
  text-shadow: 0 2px 12px rgba(0, 0, 0, .75);
  display: block !important;
  white-space: normal !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  max-width: 100% !important;
  text-wrap: balance;
}

body.raphaven-system-active .rh-hero-box .rh-hero-large .entry-title,
body.raphaven-system-active .rh-hero-box .rh-hero-large .entry-title a {
  font-size: clamp(34px, 3.05vw, 48px) !important;
  line-height: .98 !important;
  -webkit-line-clamp: 3;
}

body.raphaven-system-active .rh-hero-box .rh-hero-large .rh-frame-headline {
  font-size: clamp(34px, 3.1vw, 50px) !important;
  line-height: .92 !important;
}

body.raphaven-system-active .rh-hero-box .rh-hero-small .rh-frame-headline {
  font-size: clamp(24px, 2.05vw, 32px) !important;
  line-height: .92 !important;
  padding: 11px 12px 13px !important;
}

body.raphaven-system-active .rh-hero-box .rh-hero-small.rh-title-long .rh-frame-headline,
body.raphaven-system-active .rh-hero-box .rh-hero-small.rh-title-xl .rh-frame-headline {
  font-size: clamp(21px, 1.8vw, 28px) !important;
}

body.raphaven-system-active .rh-hero-box .rh-hero-small .entry-title,
body.raphaven-system-active .rh-hero-box .rh-hero-small .entry-title a {
  font-size: clamp(26px, 2.12vw, 33px) !important;
  line-height: .98 !important;
}

body.raphaven-system-active .rh-hero-box .rh-hero-small .entry-title {
  left: 18px;
  right: 14px;
  max-height: 160px !important;
}

body.raphaven-system-active .rh-hero-box .rh-hero-small.rh-title-long .entry-title,
body.raphaven-system-active .rh-hero-box .rh-hero-small.rh-title-long .entry-title a {
  font-size: clamp(23px, 1.9vw, 30px) !important;
  line-height: .97 !important;
}

body.raphaven-system-active .rh-hero-box .rh-hero-small.rh-title-xl .entry-title,
body.raphaven-system-active .rh-hero-box .rh-hero-small.rh-title-xl .entry-title a {
  font-size: clamp(21px, 1.72vw, 27px) !important;
  line-height: .96 !important;
}

body.raphaven-system-active .rh-hero-box .rh-hero-large.rh-title-long .entry-title,
body.raphaven-system-active .rh-hero-box .rh-hero-large.rh-title-long .entry-title a,
body.raphaven-system-active .rh-hero-box .rh-hero-large.rh-title-xl .entry-title,
body.raphaven-system-active .rh-hero-box .rh-hero-large.rh-title-xl .entry-title a {
  font-size: clamp(30px, 2.55vw, 42px) !important;
  line-height: .96 !important;
  -webkit-line-clamp: 4;
}

body.raphaven-system-active .rh-hero-box .rh-branded-frame::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(0, 0, 0, .08) 10%, rgba(0, 0, 0, .88) 100%);
  pointer-events: none;
}

body.raphaven-system-active .rh-branded-frame,
body.raphaven-system-active .rh-single-featured-frame {
  position: relative !important;
  display: block !important;
  overflow: hidden !important;
  background: #000 !important;
  border: 3px solid #000 !important;
  box-shadow: none !important;
  margin: 0 0 8px !important;
}

body.raphaven-system-active .rh-story-frame {
  position: relative !important;
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  background: #000 !important;
  color: #fff !important;
  border: 3px solid #000 !important;
  border-top: 5px solid var(--rh-red) !important;
  overflow: hidden !important;
  text-decoration: none !important;
  isolation: isolate;
}

body.raphaven-system-active .rh-feed-card:not(.rh-hero-story) .rh-story-frame,
body.raphaven-system-active .rh-single-article .rh-story-frame {
  box-shadow: 7px 7px 0 #000 !important;
}

body.raphaven-system-active .rh-story-media {
  position: relative !important;
  display: block !important;
  width: 100% !important;
  aspect-ratio: 16 / 9;
  background: #000 !important;
  overflow: hidden !important;
}

body.raphaven-system-active .rh-story-media .rh-branded-frame,
body.raphaven-system-active .rh-story-media .rh-single-featured-frame {
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  border: 0 !important;
  box-shadow: none !important;
}

body.raphaven-system-active .rh-hero-box .rh-story-media {
  height: 100%;
  min-height: 348px;
  aspect-ratio: auto;
}

body.raphaven-system-active .rh-story-media::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(0, 0, 0, .05) 0%, rgba(0, 0, 0, .16) 68%, rgba(0, 0, 0, .65) 100%);
  pointer-events: none;
}

body.raphaven-system-active .rh-frame-logo {
  position: absolute;
  top: 9px;
  left: 12px;
  z-index: 6;
  width: 82px;
  height: 36px;
  background-color: var(--rh-red);
  background-image: var(--rh-watermark-url);
  background-size: auto 82%;
  background-position: center;
  background-repeat: no-repeat;
  border: 0;
  clip-path: polygon(0 0, 100% 0, 90% 50%, 100% 100%, 0 100%);
  box-shadow: 3px 3px 0 #000;
  pointer-events: none;
}

body.raphaven-system-active .rh-frame-logo::after {
  content: none;
}

body.raphaven-system-active .rh-feed-card:not(.rh-hero-story) .rh-story-frame,
body.raphaven-system-active .rh-single-article .rh-story-frame {
  padding-top: 52px !important;
}

body.raphaven-system-active .rh-feed-card:not(.rh-hero-story) .rh-category-widget,
body.raphaven-system-active .rh-single-article .rh-category-widget {
  top: 9px;
  right: 10px;
}

/* Hero/category pill selector: edit .rh-category-widget to change Beefs / Culture style. */
body.raphaven-system-active .rh-category-widget {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 5;
  display: inline-flex;
  align-items: center;
  max-width: min(58%, 240px);
  min-height: 34px;
  padding: 8px 13px 7px;
  background: var(--rh-red);
  color: #fff;
  font-family: var(--rh-font-display);
  font-size: 20px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  box-shadow: -4px 4px 0 rgba(0, 0, 0, .5);
}

body.raphaven-system-active .rh-category-widget::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -11px;
  width: 0;
  height: 0;
  border-top: 11px solid #94150f;
  border-left: 11px solid transparent;
}

body.raphaven-system-active .rh-frame-headline {
  display: block !important;
  width: 100% !important;
  background: #000 !important;
  color: #fff !important;
  font-family: var(--rh-font-display) !important;
  font-size: clamp(30px, 5.7vw, 58px) !important;
  font-weight: 900 !important;
  line-height: .92 !important;
  letter-spacing: 0 !important;
  text-transform: uppercase !important;
  padding: 14px 16px 16px !important;
  text-shadow: none !important;
  overflow-wrap: break-word !important;
  word-break: normal !important;
}

body.raphaven-system-active .rh-feed-card img,
body.raphaven-system-active .rh-single-featured-frame img {
  width: 100% !important;
  height: 100% !important;
  border: 0 !important;
  box-shadow: none !important;
  display: block !important;
  object-fit: cover !important;
  object-position: center !important;
}

body.raphaven-system-active .rh-feed-card .entry-title,
body.raphaven-system-active .rh-feed-card .entry-title a,
body.raphaven-system-active .rh-feed-card h1.entry-title,
body.raphaven-system-active .rh-feed-card h2.entry-title,
body.raphaven-system-active .rh-feed-card h2.entry-title a,
body.raphaven-system-active .rh-feed-card .post-title,
body.raphaven-system-active .rh-feed-card .post-title a {
  color: var(--rh-red) !important;
  font-family: var(--rh-font-display) !important;
  font-size: clamp(30px, 2.75vw, 44px) !important;
  font-weight: 900 !important;
  line-height: .98 !important;
  text-transform: uppercase !important;
  letter-spacing: 0 !important;
  background: var(--rh-soft) !important;
  padding: 9px 10px 8px !important;
  margin: 0 0 9px !important;
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  overflow-wrap: break-word !important;
  word-break: normal !important;
  hyphens: auto !important;
  text-decoration: none !important;
  text-underline-offset: 0 !important;
  box-decoration-break: clone !important;
  -webkit-box-decoration-break: clone !important;
}

body.raphaven-system-active .rh-original-title-hidden {
  display: none !important;
}

body.raphaven-system-active .rh-feed-card.rh-title-long:not(.rh-hero-story) .entry-title,
body.raphaven-system-active .rh-feed-card.rh-title-long:not(.rh-hero-story) .entry-title a {
  font-size: clamp(27px, 2.2vw, 38px) !important;
  line-height: .98 !important;
}

body.raphaven-system-active .rh-feed-card.rh-title-xl:not(.rh-hero-story) .entry-title,
body.raphaven-system-active .rh-feed-card.rh-title-xl:not(.rh-hero-story) .entry-title a {
  font-size: clamp(24px, 1.95vw, 34px) !important;
  line-height: .98 !important;
}

body.raphaven-system-active .rh-feed-card .entry-summary,
body.raphaven-system-active .rh-feed-card .entry-summary p,
body.raphaven-system-active .rh-feed-card .excerpt,
body.raphaven-system-active .rh-feed-card .post-excerpt,
body.raphaven-system-active .rh-feed-card .entry-content,
body.raphaven-system-active .rh-feed-card .entry-content p {
  color: #111 !important;
  font-family: var(--rh-font-body) !important;
  font-size: 17px !important;
  line-height: 1.62 !important;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
  margin: 0 !important;
}

body.raphaven-system-active .rh-feed-card .entry-summary p,
body.raphaven-system-active .rh-feed-card .excerpt p,
body.raphaven-system-active .rh-feed-card .post-excerpt p {
  margin: 0 !important;
}

body.raphaven-system-active .rh-feed-card .entry-meta,
body.raphaven-system-active .rh-feed-card .entry-meta span,
body.raphaven-system-active .rh-feed-card .entry-meta a,
body.raphaven-system-active .rh-feed-card .cat-links a,
body.raphaven-system-active .rh-feed-card .post-categories a {
  color: var(--rh-red) !important;
  font-size: 12px !important;
  font-weight: 900 !important;
  text-transform: uppercase !important;
  margin: 0 0 5px !important;
  line-height: 1.1 !important;
}

.rh-advertorial {
  width: min(100%, 820px);
  justify-self: center;
  min-height: 168px;
  background: #000;
  border-top: 5px solid var(--rh-red);
  box-shadow: 7px 7px 0 var(--rh-red);
  padding: 0;
  margin: 0;
  font-family: var(--rh-font-display);
}

.rh-advertorial-link {
  min-height: 168px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 21px 24px;
  color: #fff !important;
  text-decoration: none !important;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, .9), rgba(0, 0, 0, .7)),
    repeating-linear-gradient(135deg, rgba(227, 34, 25, .28) 0 8px, rgba(255, 255, 255, .05) 8px 16px);
}

.rh-advertorial-kicker {
  width: fit-content;
  background: var(--rh-red);
  color: #fff;
  font-size: 18px;
  font-weight: 900;
  line-height: 1;
  padding: 5px 8px;
  margin-bottom: 11px;
}

.rh-advertorial-title {
  max-width: 420px;
  color: #fff;
  font-size: 34px;
  font-weight: 900;
  line-height: .95;
}

.rh-advertorial-copy {
  margin-top: 10px;
  color: #ddd;
  font-family: var(--rh-font-body);
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

body.raphaven-system-active.single .site-main,
body.raphaven-system-active.single-post .site-main {
  display: block !important;
}

body.raphaven-system-active.single .rh-single-article,
body.raphaven-system-active.single-post .rh-single-article {
  max-width: 860px !important;
  margin: 0 auto !important;
  background: #fff !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
  overflow: visible !important;
}

body.raphaven-system-active.single .entry-title,
body.raphaven-system-active.single-post .entry-title,
body.raphaven-system-active.single h1.entry-title,
body.raphaven-system-active.single-post h1.entry-title {
  color: var(--rh-red) !important;
  font-family: var(--rh-font-display) !important;
  font-weight: 900 !important;
  line-height: .95 !important;
  text-transform: uppercase !important;
  letter-spacing: 0 !important;
  background: var(--rh-soft) !important;
  padding: 9px 10px 8px !important;
  margin: 0 0 16px !important;
  width: 100% !important;
  max-width: 100% !important;
  overflow-wrap: break-word !important;
  word-break: normal !important;
  box-decoration-break: clone !important;
  -webkit-box-decoration-break: clone !important;
}

body.raphaven-system-active.single .rh-single-featured-frame,
body.raphaven-system-active.single-post .rh-single-featured-frame {
  margin: 0 0 0 !important;
  border: 3px solid #000 !important;
  border-top: 5px solid var(--rh-red) !important;
}

body.raphaven-system-active.single .rh-single-featured-frame + .entry-title,
body.raphaven-system-active.single-post .rh-single-featured-frame + .entry-title {
  margin-top: 0 !important;
}

body.raphaven-system-active.single .entry-content p,
body.raphaven-system-active.single-post .entry-content p {
  font-size: 18px !important;
  line-height: 1.82 !important;
}

body.raphaven-system-active.single .entry-content p:first-of-type,
body.raphaven-system-active.single-post .entry-content p:first-of-type {
  font-size: 19px !important;
  border-left: 4px solid var(--rh-red) !important;
  padding-left: 15px !important;
}

@media (max-width: 1120px) {
  .rh-breaking-track,
  .rh-trending-links {
    justify-content: flex-start;
    scrollbar-width: none;
  }

  .rh-breaking-track::-webkit-scrollbar,
  .rh-trending-links::-webkit-scrollbar {
    display: none;
  }

  .rh-masthead {
    grid-template-columns: 1fr;
    height: auto;
    min-height: 340px;
    gap: 20px;
    padding: 28px 22px 24px;
  }

  .rh-social,
  .rh-actions {
    justify-self: center;
    padding-top: 0;
  }

  .rh-logo-link {
    order: -1;
  }

  .rh-category-nav {
    height: auto;
    grid-template-columns: 78px minmax(0, 1fr);
    align-items: stretch;
  }

  .rh-home {
    grid-row: 1 / -1;
    min-height: 128px;
  }

  .rh-menu {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    max-width: 100%;
    overflow: visible;
    scrollbar-width: none;
  }

  .rh-menu::-webkit-scrollbar {
    display: none;
  }

  .rh-menu a {
    min-width: 0;
    height: 64px;
    padding-inline: 5px;
    font-size: 28px;
  }

  .rh-nav-search {
    display: none;
  }

  .rh-trending {
    height: auto;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 12px 24px;
    padding-block: 14px;
  }

  .rh-trending-links {
    flex: 1 1 520px;
    flex-wrap: wrap;
    gap: 12px 22px;
    overflow: visible;
  }
}

@media (max-width: 820px) {
  body.raphaven-system-active .site-main {
    grid-template-columns: 1fr !important;
  }

  body.raphaven-system-active .rh-hero-box {
    grid-template-columns: 1fr;
  }

  .rh-category-nav {
    height: auto;
    grid-template-columns: 78px minmax(0, 1fr);
    align-items: stretch;
  }

  .rh-home {
    grid-row: 1 / -1;
    min-height: 112px;
  }

  .rh-menu {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    overflow: visible;
  }

  .rh-menu a {
    min-width: 0;
    height: 56px;
    padding-inline: 4px;
    font-size: 24px;
  }

  .rh-nav-search {
    display: none;
  }

  .rh-trending {
    height: auto;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 12px 18px;
    padding: 14px 18px;
  }

  .rh-trending-links {
    flex: 1 1 420px;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 12px 18px;
    overflow: visible;
  }

  .rh-trending-links a {
    gap: 18px;
    font-size: 19px;
  }

  .rh-artist-panel {
    grid-template-columns: 1fr;
    width: calc(100% - 20px);
    padding: 18px;
    margin-bottom: 16px;
  }

  .rh-artist-copy.has-photo .rh-artist-main {
    grid-template-columns: 176px minmax(0, 1fr);
  }

  .rh-artist-photo {
    width: 176px;
    height: 176px;
  }

  .rh-advertorial {
    grid-column: 1 / -1;
  }
}

@media (max-width: 720px) {
  .rh-site-header {
    overflow-x: clip;
  }

  .rh-breaking {
    height: 44px;
    width: 100%;
  }

  .rh-breaking-label {
    width: 118px;
    min-width: 118px;
    gap: 7px;
    padding-left: 10px;
    font-size: 17px;
  }

  .rh-bolt {
    width: 12px;
    height: 22px;
  }

  .rh-breaking-track {
    min-width: 0;
    padding-inline: 12px;
    gap: 0;
    font-size: 14px;
    overflow: hidden;
  }

  .rh-breaking-track a {
    min-width: 0;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .rh-breaking-track a:not(:first-child) {
    display: none;
  }

  .rh-masthead {
    min-height: 0;
    gap: 9px;
    padding: 12px 12px 14px;
  }

  .rh-logo-link {
    width: min(76vw, 270px);
  }

  .rh-social {
    gap: 8px;
  }

  .rh-social a {
    width: 34px;
    height: 34px;
  }

  .rh-social svg {
    width: 19px;
    height: 19px;
  }

  .rh-actions {
    width: 100%;
    justify-content: center;
    gap: 10px;
    transform: none;
  }

  .rh-masthead-search {
    width: 24px;
    height: 30px;
    flex: 0 0 auto;
  }

  .rh-action-divider {
    height: 44px;
    flex: 0 0 1px;
  }

  .rh-tipline {
    width: min(190px, calc(100vw - 96px));
    height: 54px;
    gap: 8px;
  }

  .rh-tipline strong {
    font-size: 16px;
  }

  .rh-tipline em {
    font-size: 19px;
  }

  .rh-envelope {
    width: 31px;
    height: 21px;
  }

  .rh-category-nav {
    width: 100%;
    height: auto;
    grid-template-columns: 56px minmax(0, 1fr);
    border-top-width: 6px;
    border-bottom-width: 6px;
  }

  .rh-home {
    min-height: 88px;
  }

  .rh-home span {
    width: 29px;
    height: 26px;
  }

  .rh-menu {
    min-width: 0;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    overflow: visible;
  }

  .rh-menu a {
    min-width: 0;
    height: 44px;
    padding-inline: 2px;
    font-size: clamp(14px, 4.15vw, 18px);
  }

  .rh-menu a:nth-child(4),
  .rh-menu a:nth-child(5) {
    font-size: clamp(13px, 3.7vw, 17px);
  }

  .rh-chevron {
    width: 8px;
    height: 8px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    margin-top: -4px;
  }

  .rh-nav-search {
    display: none;
  }

  .rh-trending {
    width: 100%;
    height: auto;
    gap: 8px 10px;
    padding: 10px 12px;
    overflow: visible;
  }

  .rh-trending-label {
    width: 94px;
    min-width: 94px;
    height: 34px;
    font-size: 18px;
    flex: 0 0 auto;
  }

  .rh-trending-links {
    min-width: 0;
    flex: 1 1 220px;
    display: flex;
    flex-wrap: wrap;
    gap: 7px 12px;
    overflow: visible;
  }

  .rh-trending-links a {
    flex: 0 1 auto;
    gap: 12px;
    font-size: 14px;
  }

  .rh-trending-links a:not(:last-child)::after {
    height: 15px;
  }

  body.raphaven-system-active .site-content,
  body.raphaven-system-active #content,
  body.raphaven-system-active main,
  body.raphaven-system-active .content-area {
    padding: 14px !important;
  }

  body.raphaven-system-active .rh-frame-logo {
    width: 72px;
    height: 32px;
  }

  .rh-artist-panel {
    width: calc(100% - 16px);
    padding: 14px;
    box-shadow: 5px 5px 0 #000;
  }

  .rh-artist-copy.has-photo .rh-artist-main {
    grid-template-columns: 132px minmax(0, 1fr);
    gap: 14px;
  }

  .rh-artist-photo {
    width: 132px;
    height: 132px;
    box-shadow: 4px 4px 0 var(--rh-red);
  }

  .rh-artist-panel h1 {
    font-size: clamp(43px, 15vw, 68px);
  }

  .rh-artist-bio {
    grid-column: 1 / -1;
    font-size: 16px;
    line-height: 1.5;
  }

  .rh-artist-side {
    gap: 12px;
  }

  .rh-artist-ad-slot,
  .rh-artist-adsense {
    min-height: 250px;
  }
}

@media (max-width: 430px) {
  .rh-breaking-label {
    width: 112px;
    min-width: 112px;
    font-size: 16px;
  }

  .rh-breaking-track {
    font-size: 13px;
  }

  .rh-logo-link {
    width: min(74vw, 250px);
  }

  .rh-social a {
    width: 32px;
    height: 32px;
  }

  .rh-tipline {
    width: min(182px, calc(100vw - 90px));
  }

  .rh-category-nav {
    grid-template-columns: 52px minmax(0, 1fr);
  }

  .rh-home {
    min-height: 84px;
  }

  .rh-menu a {
    height: 42px;
    font-size: clamp(13px, 3.95vw, 17px);
  }

  .rh-trending {
    padding-inline: 14px;
  }

  .rh-trending-label {
    width: 88px;
    min-width: 88px;
    font-size: 17px;
  }

  .rh-trending-links a {
    font-size: 13px;
  }

  .rh-artist-copy.has-photo .rh-artist-main {
    grid-template-columns: 112px minmax(0, 1fr);
    gap: 12px;
  }

  .rh-artist-photo {
    width: 112px;
    height: 112px;
  }
}
