:root {
  --psr-bg: #07090d;
  --psr-card: #0d1118;
  --psr-card-soft: #111722;
  --psr-text: #f7f9fc;
  --psr-muted: #a6afbc;
  --psr-orange: #f4a11a;
  --psr-orange-light: #ffd898;
  --psr-blue: #22b8e6;
  --psr-border: rgba(255, 255, 255, 0.1);
}

body.psr-episode-page,
body.psr-participant-page,
body.psr-participant-directory-page {
  background: var(--psr-bg);
  color: var(--psr-text);
}

body.psr-episode-page #site-header,
body.psr-participant-page #site-header,
body.psr-episode-page #site-header-inner,
body.psr-participant-page #site-header-inner,
body.psr-episode-page .top-header-wrap,
body.psr-participant-page .top-header-wrap,
body.psr-episode-page #site-navigation-wrap,
body.psr-participant-page #site-navigation-wrap {
  border-color: var(--psr-border) !important;
  background: #05070a !important;
}

body.psr-episode-page #site-header .menu-item > a,
body.psr-participant-page #site-header .menu-item > a,
body.psr-episode-page #site-navigation-wrap .dropdown-menu > li > a,
body.psr-participant-page #site-navigation-wrap .dropdown-menu > li > a,
body.psr-episode-page #site-header .oceanwp-mobile-menu-icon a,
body.psr-participant-page #site-header .oceanwp-mobile-menu-icon a,
body.psr-episode-page #site-header .search-toggle-li a,
body.psr-participant-page #site-header .search-toggle-li a {
  color: #fff !important;
}

body.psr-episode-page #site-header .menu-item > a:hover,
body.psr-participant-page #site-header .menu-item > a:hover,
body.psr-episode-page #site-header .menu-item.current-menu-item > a,
body.psr-participant-page #site-header .menu-item.current-menu-item > a,
body.psr-episode-page #site-header .oceanwp-mobile-menu-icon a:hover,
body.psr-participant-page #site-header .oceanwp-mobile-menu-icon a:hover {
  color: var(--psr-orange-light) !important;
}

body.psr-episode-page #site-header .sub-menu,
body.psr-participant-page #site-header .sub-menu {
  border-color: var(--psr-border) !important;
  background: var(--psr-card) !important;
}

body.psr-episode-page #site-header .container,
body.psr-participant-page #site-header .container,
body.psr-episode-page #site-header-inner,
body.psr-participant-page #site-header-inner,
body.psr-episode-page #site-header .header-top .container,
body.psr-participant-page #site-header .header-top .container,
body.psr-episode-page #site-header .header-bottom .container,
body.psr-participant-page #site-header .header-bottom .container {
  width: min(1180px, calc(100% - 40px)) !important;
  max-width: 1180px !important;
  margin-inline: auto !important;
}

body.psr-episode-page #site-header #site-logo,
body.psr-participant-page #site-header #site-logo,
body.psr-episode-page #site-header #site-logo-inner,
body.psr-participant-page #site-header #site-logo-inner,
body.psr-episode-page #site-header .custom-logo-link,
body.psr-participant-page #site-header .custom-logo-link {
  width: 100% !important;
  max-width: 1180px !important;
  margin-inline: auto !important;
}

body.psr-episode-page #site-header #site-logo img,
body.psr-participant-page #site-header #site-logo img,
body.psr-episode-page #site-header img.custom-logo,
body.psr-participant-page #site-header img.custom-logo {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  max-height: none !important;
  margin-inline: auto !important;
  object-fit: contain !important;
}

body.psr-episode-page .page-header,
body.psr-participant-page .page-header,
body.psr-episode-page #page-header,
body.psr-participant-page #page-header,
body.psr-episode-page .page-title-bar,
body.psr-participant-page .page-title-bar,
body.psr-episode-page .site-breadcrumbs,
body.psr-participant-page .site-breadcrumbs {
  display: none !important;
}

body.psr-episode-page #content-wrap,
body.psr-participant-page #content-wrap,
body.psr-episode-page #content-wrap.container,
body.psr-participant-page #content-wrap.container {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.psr-episode-page #colophon,
body.psr-participant-page #colophon,
body.psr-participant-directory-page #colophon,
body.psr-episode-page footer.site-footer,
body.psr-participant-page footer.site-footer,
body.psr-participant-directory-page footer.site-footer {
  display: none;
}

body .psr-site-footer {
  display: block;
}

.psr-main,
.psr-main * {
  box-sizing: border-box;
}

.psr-main {
  width: 100%;
  max-width: none !important;
  margin: 0;
  padding: 0 0 84px;
  float: none !important;
  background:
    radial-gradient(circle at 15% 5%, rgba(34, 184, 230, 0.08), transparent 26rem),
    radial-gradient(circle at 85% 12%, rgba(244, 161, 26, 0.08), transparent 27rem),
    var(--psr-bg);
  color: var(--psr-text);
  font-family: "Montserrat", Arial, sans-serif;
}

.psr-main a {
  color: inherit;
  text-decoration: none;
}

.psr-wrap {
  width: min(1180px, calc(100% - 40px));
  margin-inline: auto;
}

.psr-hero,
.psr-profile-intro {
  padding-block: clamp(60px, 8vw, 112px) clamp(34px, 5vw, 64px);
}

.psr-archive-hero {
  padding-block: clamp(58px, 7vw, 96px) clamp(34px, 5vw, 58px);
}

.psr-archive-hero h1 {
  max-width: 920px;
  margin: 12px 0 20px;
  color: var(--psr-text);
  font-size: clamp(40px, 6vw, 72px);
  font-weight: 900;
  letter-spacing: -0.045em;
  line-height: 1.04;
}

.psr-archive-hero > p:last-child {
  max-width: 820px;
  margin: 0;
  color: var(--psr-muted);
  font-size: clamp(16px, 2vw, 20px);
  line-height: 1.7;
}

.psr-brandline,
.psr-eyebrow,
.psr-mini-label {
  margin: 0 0 14px;
  color: var(--psr-orange-light);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.psr-brandline span {
  color: var(--psr-blue);
}

.psr-kicker {
  margin: 28px 0 2px;
  color: var(--psr-blue);
  font-size: clamp(28px, 4vw, 48px);
  font-weight: 700;
}

.psr-hero h1,
.psr-profile-intro h1 {
  max-width: 990px;
  margin: 20px 0 18px;
  color: var(--psr-text);
  font-size: clamp(38px, 6.4vw, 78px);
  font-weight: 900;
  letter-spacing: -0.04em;
  line-height: 1.04;
}

.psr-profile-intro h1 {
  margin-top: 0;
}

.psr-episode-single .psr-hero h1 {
  font-size: clamp(32px, 4vw, 48px);
  line-height: 1.12;
}

.psr-profile-intro > p:last-child,
.psr-directory-lead {
  max-width: 780px;
  color: var(--psr-muted);
  font-size: clamp(16px, 2vw, 20px);
  line-height: 1.7;
}

.psr-badge {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 7px 12px;
  border: 1px solid rgba(244, 161, 26, 0.38);
  border-radius: 999px;
  background: rgba(244, 161, 26, 0.12);
  color: var(--psr-orange-light);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.1em;
}

.psr-guest-line {
  margin: 0 0 12px;
  color: var(--psr-blue);
  font-size: clamp(17px, 2.3vw, 24px);
  font-weight: 650;
}

.psr-meta {
  margin: 0;
  color: var(--psr-muted);
  font-size: 14px;
}

.psr-content-stack {
  display: grid;
  gap: 28px;
}

.psr-video-card,
.psr-featured-image,
.psr-section,
.psr-profile-card,
.psr-directory-cta {
  overflow: hidden;
  margin: 0;
  border: 1px solid var(--psr-border);
  border-radius: 22px;
  background: var(--psr-card);
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.2);
}

.psr-video-card {
  position: relative;
  aspect-ratio: 16 / 9;
  background: #000;
}

.psr-video-card iframe,
.psr-video-card video,
.psr-video-card .wp-video,
.psr-video-card .wp-block-embed,
.psr-video-card .wp-block-embed__wrapper {
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  border: 0;
}

.psr-featured-image img {
  display: block;
  width: 100%;
  height: auto;
}

.psr-section {
  padding: clamp(24px, 4vw, 46px);
}

.psr-section > h2,
.psr-directory-cta h2 {
  margin: 0 0 22px;
  color: var(--psr-text);
  font-size: clamp(26px, 4vw, 42px);
  font-weight: 850;
  letter-spacing: -0.03em;
  line-height: 1.15;
}

.psr-entry-content,
.psr-summary-text {
  color: var(--psr-muted);
  font-size: 17px;
  line-height: 1.8;
}

.psr-entry-content > *:first-child,
.psr-summary-text > *:first-child {
  margin-top: 0;
}

.psr-entry-content > *:last-child,
.psr-summary-text > *:last-child {
  margin-bottom: 0;
}

.psr-entry-content h2,
.psr-entry-content h3,
.psr-entry-content h4,
.psr-entry-content strong {
  color: var(--psr-text);
}

.psr-entry-content a {
  color: var(--psr-blue);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.psr-entry-content img {
  max-width: 100%;
  height: auto;
  border-radius: 15px;
}

.psr-entry-content .wp-block-embed,
.psr-entry-content figure.wp-block-embed {
  width: 100%;
  max-width: none;
  margin: 28px 0;
}

.psr-entry-content .wp-block-embed__wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 15px;
  background: #000;
}

.psr-entry-content .wp-block-embed__wrapper iframe {
  position: absolute;
  inset: 0;
  width: 100% !important;
  height: 100% !important;
  border: 0;
}

.psr-entry-content > iframe {
  display: block;
  width: 100% !important;
  height: auto !important;
  margin: 28px 0;
  aspect-ratio: 16 / 9;
  border: 0;
  border-radius: 15px;
  background: #000;
}

.psr-profile-card {
  display: grid;
  grid-template-columns: minmax(260px, 42%) 1fr;
  gap: clamp(28px, 5vw, 62px);
  padding: clamp(20px, 3vw, 32px);
  align-items: center;
}

.psr-profile-photo {
  overflow: hidden;
  aspect-ratio: 1 / 1;
  border-radius: 17px;
  background: var(--psr-card-soft);
}

.psr-profile-photo img,
.psr-participant-photo img,
.psr-episode-image img,
.psr-related-image img,
.psr-directory-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.psr-photo-placeholder {
  display: grid;
  width: 100%;
  height: 100%;
  min-height: 180px;
  place-items: center;
  background: linear-gradient(145deg, rgba(34, 184, 230, 0.2), rgba(244, 161, 26, 0.18));
  color: var(--psr-text);
  font-size: 72px;
  font-weight: 900;
}

.psr-profile-summary h2 {
  margin: 0 0 12px;
  color: var(--psr-text);
  font-size: clamp(32px, 5vw, 58px);
  font-weight: 900;
  letter-spacing: -0.04em;
  line-height: 1.06;
}

.psr-profession {
  margin: 0 0 22px;
  color: var(--psr-blue);
  font-size: clamp(17px, 2.2vw, 23px);
  font-weight: 700;
  line-height: 1.45;
}

.psr-participant-grid,
.psr-episode-grid {
  display: grid;
  gap: 20px;
}

.psr-participant-card,
.psr-episode-card {
  display: grid;
  grid-template-columns: 180px 1fr;
  overflow: hidden;
  border: 1px solid var(--psr-border);
  border-radius: 16px;
  background: var(--psr-card-soft);
}

.psr-participant-photo,
.psr-episode-image {
  min-height: 180px;
  background: rgba(255, 255, 255, 0.03);
}

.psr-participant-card-copy,
.psr-episode-card-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 24px;
}

.psr-participant-card h3,
.psr-episode-card h3,
.psr-related-card h3,
.psr-directory-card h2 {
  margin: 0 0 9px;
  color: var(--psr-text);
  font-size: 24px;
  font-weight: 800;
  line-height: 1.24;
}

.psr-participant-card p,
.psr-episode-card p,
.psr-directory-card p {
  margin: 0 0 18px;
  color: var(--psr-muted);
  line-height: 1.55;
}

.psr-button,
.psr-button-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 18px;
  border: 1px solid var(--psr-orange);
  border-radius: 10px;
  background: var(--psr-orange);
  color: #171008 !important;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.03em;
  transition: transform 0.2s ease, background 0.2s ease;
}

.psr-button:hover,
.psr-button:focus-visible,
.psr-button-secondary:hover,
.psr-button-secondary:focus-visible {
  background: #ffb32b;
  transform: translateY(-2px);
}

.psr-button-secondary {
  min-height: 40px;
  padding: 10px 14px;
  border-color: rgba(34, 184, 230, 0.45);
  background: rgba(34, 184, 230, 0.12);
  color: #bcefff !important;
  font-size: 11px;
}

.psr-topic-list,
.psr-link-buttons,
.psr-footer-social {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.psr-topic-list span {
  padding: 10px 14px;
  border: 1px solid rgba(34, 184, 230, 0.3);
  border-radius: 10px;
  background: rgba(34, 184, 230, 0.08);
  color: #c9f3ff;
  font-size: 14px;
  font-weight: 700;
}

.psr-directory-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: clamp(26px, 4vw, 46px);
  background: linear-gradient(130deg, rgba(34, 184, 230, 0.1), rgba(244, 161, 26, 0.08)), var(--psr-card);
}

.psr-directory-cta p:last-child {
  margin: 0;
  color: var(--psr-muted);
}

.psr-related-grid,
.psr-directory-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.psr-archive-featured {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(300px, 0.85fr);
  overflow: hidden;
  border: 1px solid var(--psr-border);
  border-radius: 18px;
  background: var(--psr-card-soft);
}

.psr-archive-featured-image {
  display: block;
  min-height: 360px;
  background: #080b10;
}

.psr-archive-featured-image img,
.psr-archive-card-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.psr-archive-featured-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: clamp(26px, 4vw, 46px);
}

.psr-archive-featured-copy h3 {
  margin: 22px 0 14px;
  color: var(--psr-text);
  font-size: clamp(27px, 3.4vw, 43px);
  font-weight: 900;
  letter-spacing: -0.035em;
  line-height: 1.08;
}

.psr-archive-guest {
  margin: 0 0 10px;
  color: var(--psr-blue);
  font-size: 17px;
  font-weight: 700;
  line-height: 1.45;
}

.psr-archive-featured-copy .psr-meta {
  margin-bottom: 24px;
}

.psr-archive-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.psr-archive-card {
  display: flex;
  min-width: 0;
  overflow: hidden;
  flex-direction: column;
  border: 1px solid var(--psr-border);
  border-radius: 16px;
  background: var(--psr-card-soft);
  transition: transform 0.2s ease, border-color 0.2s ease;
}

.psr-archive-card:hover {
  border-color: rgba(34, 184, 230, 0.38);
  transform: translateY(-3px);
}

.psr-archive-card-image {
  display: block;
  overflow: hidden;
  aspect-ratio: 16 / 10;
  background: #080b10;
}

.psr-archive-card-copy {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: flex-start;
  padding: 21px;
}

.psr-archive-card-copy h3 {
  margin: 0 0 12px;
  color: var(--psr-text);
  font-size: 20px;
  font-weight: 850;
  line-height: 1.24;
}

.psr-archive-card-copy > p {
  margin: 0 0 18px;
  color: var(--psr-muted);
  font-size: 14px;
  line-height: 1.55;
}

.psr-archive-card-copy .psr-text-link {
  margin-top: auto;
}

.psr-empty-state {
  margin: 0;
  color: var(--psr-muted);
}

.psr-editorial-groups {
  display: grid;
  gap: 28px;
}

.psr-editorial-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 22px;
}

.psr-editorial-heading h2 {
  margin: 0;
  color: var(--psr-text);
  font-size: clamp(26px, 4vw, 42px);
  font-weight: 850;
  letter-spacing: -0.03em;
  line-height: 1.15;
}

.psr-editorial-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.psr-editorial-card {
  display: flex;
  min-width: 0;
  overflow: hidden;
  flex-direction: column;
  border: 1px solid var(--psr-border);
  border-radius: 16px;
  background: var(--psr-card-soft);
}

.psr-editorial-image {
  display: block;
  overflow: hidden;
  aspect-ratio: 16 / 10;
  background: #080b10;
}

.psr-editorial-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.psr-editorial-placeholder {
  display: grid;
  width: 100%;
  height: 100%;
  padding: 18px;
  place-items: center;
  background: linear-gradient(145deg, rgba(34, 184, 230, 0.18), rgba(244, 161, 26, 0.14));
  color: var(--psr-text);
  font-size: 20px;
  font-weight: 900;
}

.psr-editorial-copy {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: flex-start;
  padding: 21px;
}

.psr-editorial-copy .psr-mini-label span {
  color: var(--psr-blue);
}

.psr-editorial-copy h3 {
  margin: 0 0 12px;
  color: var(--psr-text);
  font-size: 20px;
  font-weight: 850;
  line-height: 1.24;
}

.psr-editorial-copy > p:not(.psr-mini-label) {
  margin: 0 0 18px;
  color: var(--psr-muted);
  font-size: 14px;
  line-height: 1.6;
}

.psr-editorial-copy .psr-text-link {
  margin-top: auto;
}

.psr-archive-pagination {
  margin-top: 34px;
}

.psr-archive-pagination .page-numbers {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.psr-archive-pagination .page-numbers li {
  margin: 0;
}

.psr-archive-pagination a,
.psr-archive-pagination span {
  display: grid;
  min-width: 42px;
  min-height: 42px;
  padding: 8px 13px;
  place-items: center;
  border: 1px solid var(--psr-border);
  border-radius: 9px;
  background: var(--psr-card-soft);
  color: var(--psr-text);
}

.psr-archive-pagination .current,
.psr-archive-pagination a:hover {
  border-color: var(--psr-orange);
  background: var(--psr-orange);
  color: #171008;
  font-weight: 800;
}

.psr-related-card,
.psr-directory-card {
  overflow: hidden;
  border: 1px solid var(--psr-border);
  border-radius: 16px;
  background: var(--psr-card-soft);
}

.psr-related-image,
.psr-directory-photo {
  display: block;
  aspect-ratio: 16 / 10;
  background: rgba(255, 255, 255, 0.03);
}

.psr-episode-placeholder {
  display: grid;
  width: 100%;
  height: 100%;
  place-items: center;
  background: linear-gradient(145deg, rgba(34, 184, 230, 0.18), rgba(244, 161, 26, 0.14));
  color: var(--psr-text);
  font-size: 22px;
  font-weight: 900;
}

.psr-directory-photo {
  aspect-ratio: 1 / 1;
}

.psr-related-copy,
.psr-directory-copy {
  padding: 20px;
}

.psr-related-card h3,
.psr-directory-card h2 {
  font-size: 19px;
}

.psr-mini-label {
  display: block;
  margin-bottom: 8px;
  font-size: 10px;
}

.psr-text-link {
  color: var(--psr-orange-light) !important;
  font-size: 12px;
  font-weight: 800;
}

.psr-view-count {
  margin: 14px 0 0;
  color: var(--psr-muted);
  font-size: 12px;
}

.psr-pagination {
  padding-top: 18px;
}

.psr-pagination .nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.psr-pagination .page-numbers {
  display: inline-grid;
  min-width: 42px;
  min-height: 42px;
  padding: 8px 12px;
  place-items: center;
  border: 1px solid var(--psr-border);
  border-radius: 9px;
  background: var(--psr-card);
}

.psr-pagination .current {
  border-color: var(--psr-orange);
  background: var(--psr-orange);
  color: #171008;
  font-weight: 800;
}

.psr-site-footer {
  width: 100%;
  padding: 62px 0 24px;
  border-top: 1px solid var(--psr-border);
  background: #05070a;
  color: var(--psr-muted);
  font-family: "Montserrat", Arial, sans-serif;
}

.psr-footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap: 40px;
}

.psr-site-footer h2,
.psr-site-footer h3 {
  margin: 0 0 18px;
  color: var(--psr-text);
  font-weight: 800;
}

.psr-site-footer h2 {
  font-size: 26px;
}

.psr-site-footer h3 {
  font-size: 15px;
}

.psr-site-footer p {
  max-width: 430px;
  margin: 0 0 20px;
  line-height: 1.7;
}

.psr-site-footer nav {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}

.psr-site-footer a {
  color: var(--psr-muted);
  text-decoration: none;
}

.psr-site-footer a:hover,
.psr-site-footer a:focus-visible {
  color: var(--psr-orange-light);
}

.psr-footer-social a {
  padding: 8px 11px;
  border: 1px solid var(--psr-border);
  border-radius: 8px;
  font-size: 12px;
  font-weight: 700;
}

.psr-footer-bottom {
  margin-top: 42px;
  padding-top: 22px;
  border-top: 1px solid var(--psr-border);
  font-size: 12px;
}

@media (max-width: 900px) {
  .psr-related-grid,
  .psr-directory-grid,
  .psr-archive-grid,
  .psr-editorial-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .psr-archive-featured {
    grid-template-columns: 1fr;
  }

  .psr-archive-featured-image {
    min-height: 0;
    aspect-ratio: 16 / 9;
  }

  .psr-footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 700px) {
  .psr-wrap {
    width: min(100% - 28px, 1180px);
  }

  body.psr-episode-page #site-header .container,
  body.psr-participant-page #site-header .container,
  body.psr-episode-page #site-header-inner,
  body.psr-participant-page #site-header-inner,
  body.psr-episode-page #site-header .header-top .container,
  body.psr-participant-page #site-header .header-top .container,
  body.psr-episode-page #site-header .header-bottom .container,
  body.psr-participant-page #site-header .header-bottom .container {
    width: min(100% - 28px, 1180px) !important;
  }

  .psr-main {
    padding-bottom: 58px;
  }

  .psr-profile-card,
  .psr-participant-card,
  .psr-episode-card {
    grid-template-columns: 1fr;
  }

  .psr-profile-photo {
    max-height: 520px;
  }

  .psr-participant-photo,
  .psr-episode-image {
    aspect-ratio: 16 / 10;
  }

  .psr-related-grid,
  .psr-directory-grid,
  .psr-archive-grid,
  .psr-editorial-grid,
  .psr-footer-grid {
    grid-template-columns: 1fr;
  }

  .psr-directory-cta {
    align-items: flex-start;
    flex-direction: column;
  }

  .psr-editorial-heading {
    align-items: flex-start;
    flex-direction: column;
  }

  .psr-button {
    width: 100%;
  }

  .psr-site-footer {
    padding-top: 44px;
  }
}
