html {
  background: #f4f6f8;
}

body.psb-home-refresh {
  margin: 0;
  color: #17212b;
  background: #f4f6f8;
  font: 15px/1.5 Arial, Verdana, Helvetica, sans-serif;
}

body.psb-home-refresh * {
  box-sizing: border-box;
  letter-spacing: 0;
}

body.psb-home-refresh a {
  color: #17212b;
}

body.psb-home-refresh .wrapper {
  width: 100%;
  min-height: 100%;
  margin: 0;
  background: transparent;
}

body.psb-home-refresh #content.psb-home-shell {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
  padding: 0 0 38px;
  background: transparent;
  box-shadow: none;
}

.psb-eyebrow {
  margin: 0 0 6px;
  color: #d8175f;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
}

.psb-hero {
  padding: 14px 0 20px;
}

body.psb-home-refresh .psb-top-nav,
body.psb-home-refresh .psb-mobile-menu {
  justify-content: flex-end;
  gap: 6px;
  margin: 0;
  padding: 12px 0;
}

body.psb-home-refresh .psb-top-nav a,
body.psb-home-refresh .psb-mobile-menu a {
  min-height: 34px;
  padding: 0 11px;
  color: #313b48;
  border: 1px solid #dce2ea;
  border-radius: 8px;
  background: #ffffff;
}

body.psb-home-refresh .psb-top-nav a:hover,
body.psb-home-refresh .psb-mobile-menu a:hover {
  color: #d8175f;
  border-color: #d8175f;
}

.psb-hero-grid {
  display: grid;
  grid-template-columns: 148px minmax(0, 1fr) minmax(180px, 210px);
  gap: 20px;
  align-items: center;
  min-height: 226px;
  padding: 22px;
  background: #ffffff;
  border: 1px solid #e1e6ee;
  border-radius: 8px;
  box-shadow: 0 18px 46px rgba(27, 38, 54, .08);
}

.psb-pdf-mark {
  display: grid;
  width: 136px;
  height: 136px;
  place-items: center;
  background: #f8fafc;
  border: 1px solid #e6e9ef;
  border-radius: 8px;
}

.psb-pdf-mark img {
  display: block;
  width: 112px;
  height: 112px;
  object-fit: contain;
}

.psb-hero-copy h1,
.psb-status-intro h2,
.psb-section-head h2,
.psb-gallery-landing-head h2,
.psb-search-panel h2 {
  margin: 0;
  color: #101722;
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-weight: 800;
}

.psb-hero-copy h1 {
  font-size: 48px;
  line-height: 1;
}

.psb-hero-copy p:last-child {
  max-width: 560px;
  margin: 12px 0 0;
  color: #4c5868;
  font-size: 17px;
  line-height: 1.45;
}

.psb-live-chip {
  display: grid;
  gap: 5px;
  justify-items: end;
  align-self: stretch;
  min-height: 112px;
  padding: 18px;
  color: #ffffff;
  background: #17212b;
  border-radius: 8px;
}

.psb-live-chip span {
  color: #cfd6df;
  font-size: 12px;
}

.psb-live-chip .psb-grand-hit-label {
  align-self: end;
  margin-top: 10px;
  padding-top: 10px;
  width: 100%;
  border-top: 1px solid rgba(207, 214, 223, .18);
  text-align: right;
  text-transform: uppercase;
}

.psb-live-chip strong {
  color: #ffffff;
  font-size: 24px;
  line-height: 1.05;
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}

.psb-live-chip .psb-grand-hit-value {
  color: #ffd25c;
  font-size: 25px;
}

.psb-live-chip .psb-grand-hit-breakdown {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  justify-content: flex-end;
  width: 100%;
  color: #cfd6df;
  font-size: 10px;
  line-height: 1.2;
  text-align: right;
}

.psb-live-chip .psb-grand-hit-breakdown span {
  display: inline-flex;
  gap: 3px;
  color: #cfd6df;
  font-size: 10px;
  white-space: nowrap;
}

.psb-live-chip .psb-grand-hit-breakdown b {
  color: #ffffff;
  font-weight: 800;
  font-variant-numeric: tabular-nums;
}

.psb-status-hub {
  display: grid;
  grid-template-columns: minmax(260px, .62fr) minmax(0, 1.38fr);
  gap: 22px;
  align-items: stretch;
  margin: 0 auto 18px;
  padding: 18px;
  color: #17212b;
  background: #ffffff;
  border: 1px solid #e1e6ee;
  border-left: 5px solid #d8175f;
  border-radius: 8px;
  box-shadow: 0 14px 34px rgba(27, 38, 54, .06);
}

.psb-status-intro h2 {
  font-size: 30px;
  line-height: 1.1;
}

.psb-status-intro p:last-child {
  max-width: 560px;
  margin: 8px 0 0;
  color: #5b6675;
}

.psb-status-metrics {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(112px, 1fr));
  border: 1px solid #e6eaf0;
  border-radius: 8px;
  overflow: hidden;
}

.psb-status-metrics div {
  display: grid;
  gap: 3px;
  min-height: 86px;
  align-content: center;
  padding: 12px;
  background: #f8fafc;
  border-right: 1px solid #e6eaf0;
}

.psb-status-metrics div:last-child {
  border-right: 0;
}

.psb-status-metrics span {
  color: #697586;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}

.psb-status-metrics strong {
  color: #111827;
  font-size: clamp(18px, 2.1vw, 24px);
  line-height: 1;
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}

.psb-status-metrics .psb-metric-grand-hits {
  grid-column: span 2;
  min-height: 106px;
  background: #17212b;
  border-right: 0;
}

.psb-status-metrics .psb-metric-grand-hits > span {
  color: #f1c65b;
}

.psb-status-metrics .psb-metric-grand-hits strong {
  color: #ffffff;
  font-size: clamp(26px, 3.2vw, 36px);
}

.psb-hit-mini {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  align-items: center;
  margin-top: 4px;
  color: #cfd6df;
  font: 700 10px/1.25 Arial, Verdana, Helvetica, sans-serif;
  text-transform: uppercase;
}

.psb-hit-mini span {
  display: inline-flex;
  gap: 3px;
  color: #cfd6df;
  white-space: nowrap;
}

.psb-hit-mini b {
  color: #ffffff;
  font-weight: 800;
  font-variant-numeric: tabular-nums;
}

body.psb-home-refresh .imuzki-dsp {
  width: 100%;
  margin: 18px auto 24px;
  color: #17212b;
  background: #ffffff;
  border: 1px solid #e1e6ee;
  border-radius: 8px;
  box-shadow: 0 18px 46px rgba(27, 38, 54, .08);
}

body.psb-home-refresh .imuzki-dsp-head {
  padding: 14px 16px;
  background: #f8fafc;
  border-bottom: 1px solid #e6eaf0;
}

body.psb-home-refresh .imuzki-mode-view {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  padding: 12px 16px;
  background: #ffffff;
  border-bottom: 1px solid #e6eaf0;
}

body.psb-home-refresh .imuzki-mode-view span {
  margin-right: 2px;
  color: #697586;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

body.psb-home-refresh .imuzki-mode {
  min-height: 34px;
  padding: 0 12px;
  color: #313b48;
  background: #f8fafc;
  border: 1px solid #d7dee8;
  border-radius: 8px;
  cursor: pointer;
}

body.psb-home-refresh .imuzki-mode.active,
body.psb-home-refresh .imuzki-mode:hover {
  color: #ffffff;
  background: #6f2dbd;
  border-color: #6f2dbd;
}

body.psb-home-refresh .imuzki-dsp-title strong {
  color: #111827;
  font-size: 17px;
}

body.psb-home-refresh .imuzki-dsp-title span {
  color: #697586;
}

body.psb-home-refresh .imuzki-dsp-power,
body.psb-home-refresh .psb-mini-actions button,
body.psb-home-refresh .psb-mini-hide {
  min-width: 46px;
  min-height: 38px;
  color: #17212b;
  background: #ffffff;
  border: 1px solid #d7dee8;
  border-radius: 8px;
}

body.psb-home-refresh .imuzki-dsp-power:hover,
body.psb-home-refresh .psb-mini-actions button:hover {
  color: #d8175f;
  border-color: #d8175f;
}

body.psb-home-refresh .imuzki-dsp-power.main,
body.psb-home-refresh #psbMiniPlay {
  color: #ffffff;
  background: #0f8b8d;
  border-color: #0f8b8d;
}

body.psb-home-refresh #imuzkiVisualizer {
  height: 176px;
  background: #0f1520;
}

body.psb-home-refresh .imuzki-dsp-now {
  color: #465363;
  padding: 12px 16px 0;
}

body.psb-home-refresh #imuzkiListeners {
  color: #9b6a00;
}

body.psb-home-refresh .imuzki-dsp-volume {
  padding: 12px 16px;
  color: #5b6675;
}

body.psb-home-refresh .imuzki-dsp-volume input {
  margin: 0;
}

body.psb-home-refresh .imuzki-dsp-controls {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  padding: 0 16px 16px;
}

body.psb-home-refresh .imuzki-station {
  display: grid;
  gap: 8px;
  min-height: 150px;
  padding: 12px;
  color: #17212b;
  text-align: left;
  background: #ffffff;
  border: 1px solid #dfe5ed;
  border-radius: 8px;
}

body.psb-home-refresh .imuzki-station.active,
body.psb-home-refresh .imuzki-station:hover {
  background: #fff9fc;
  border-color: #d8175f;
}

.psb-station-topline,
.psb-station-live {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  justify-content: space-between;
}

.psb-station-name {
  color: #111827;
  font-size: 16px;
  font-weight: 800;
}

.psb-station-status {
  flex: 0 0 auto;
  min-width: 42px;
  padding: 3px 7px;
  color: #ffffff;
  background: #6f2dbd;
  border-radius: 999px;
  font-size: 10px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.psb-station-meta,
.psb-station-desc,
.psb-station-live {
  color: #5b6675;
  font-size: 12px;
  line-height: 1.35;
}

.psb-station-meta {
  color: #0f8b8d;
  font-weight: 700;
}

.psb-station-live {
  align-self: end;
  color: #313b48;
}

.psb-station-live span {
  flex: 1 1 68px;
  min-width: 0;
  padding: 3px 6px;
  background: #f8fafc;
  border: 1px solid #e6eaf0;
  border-radius: 6px;
  font-variant-numeric: tabular-nums;
  text-align: center;
  white-space: nowrap;
}

.psb-gallery-landing {
  margin: 24px auto 28px;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid #e1e6ee;
  border-radius: 8px;
  box-shadow: 0 18px 46px rgba(27, 38, 54, .08);
}

.psb-gallery-landing-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  padding: 16px;
  background: #f8fafc;
  border-bottom: 1px solid #e6eaf0;
}

.psb-gallery-landing-head h2 {
  font-size: 28px;
  line-height: 1.12;
}

.psb-gallery-landing-head a {
  display: inline-flex;
  min-height: 36px;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  color: #ffffff !important;
  background: #17212b;
  border-radius: 8px;
}

.psb-gallery-landing iframe {
  display: block;
  width: 100%;
  height: 850px;
  border: 0;
  background: #ffffff;
}

.psb-search-panel {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
  margin: 28px auto;
  padding: 20px 0;
  border-top: 1px solid #dfe5ed;
  border-bottom: 1px solid #dfe5ed;
}

body.psb-home-refresh #search.psb-search-panel {
  float: none;
  width: 100%;
  height: auto;
  margin: 28px auto;
  background: transparent;
  box-shadow: none;
  border-radius: 0;
}

.psb-search-panel h2,
.psb-section-head h2 {
  font-size: 28px;
  line-height: 1.15;
}

body.psb-home-refresh #form.psb-search-form {
  width: 100%;
  height: auto;
  margin: 0;
  background: transparent;
}

body.psb-home-refresh input#terms {
  width: 100% !important;
  min-height: 48px;
  margin: 0;
  padding: 0 14px;
  color: #17212b;
  background: #ffffff;
  border: 1px solid #d7dee8;
  border-radius: 8px;
}

body.psb-home-refresh #show_results {
  grid-column: 2;
  width: 100%;
  margin: 0;
}

.psb-section-head {
  margin: 0 0 14px;
}

.psb-post-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.psb-post-card {
  display: grid;
  grid-template-rows: 168px minmax(0, 1fr);
  min-height: 354px;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid #e1e6ee;
  border-radius: 8px;
}

.psb-post-media {
  display: block;
  min-height: 168px;
  background: #e7ebf1;
}

.psb-post-media img {
  display: block;
  width: 100%;
  height: 168px;
  object-fit: cover;
}

.psb-post-body {
  display: grid;
  gap: 8px;
  align-content: start;
  padding: 14px;
}

.psb-post-date {
  color: #d8175f;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.psb-post-card h3 {
  margin: 0;
  color: #111827;
  font-size: 18px;
  line-height: 1.2;
}

.psb-post-card p {
  margin: 0;
  color: #5b6675;
  font-size: 13px;
  line-height: 1.45;
}

.psb-read-link {
  align-self: end;
  justify-self: start;
  min-height: 34px;
  padding: 7px 11px;
  color: #ffffff !important;
  background: #17212b;
  border-radius: 8px;
}

.psb-empty {
  grid-column: 1 / -1;
  margin: 0;
  padding: 18px;
  color: #5b6675;
  background: #ffffff;
  border: 1px solid #e1e6ee;
  border-radius: 8px;
}

body.psb-home-refresh .pages.psb-pages {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin: 20px 0 0;
  color: #5b6675;
}

body.psb-home-refresh .pages.psb-pages span,
body.psb-home-refresh .pages.psb-pages a {
  display: inline-flex;
  min-width: 34px;
  min-height: 34px;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  color: #313b48;
  background: #ffffff;
  border: 1px solid #dfe5ed;
  border-radius: 8px;
}

body.psb-home-refresh .pages.psb-pages #pact {
  color: #ffffff;
  background: #d8175f;
  border-color: #d8175f;
}

.psb-community-dock {
  margin: 28px 0;
}

body.psb-home-refresh .psb-footer-stage {
  width: 100%;
  margin: 30px auto;
  grid-template-columns: minmax(190px, 1fr) minmax(320px, 560px);
  gap: clamp(18px, 4vw, 42px);
  align-items: center;
  color: #17212b;
  background: #ffffff;
  border: 1px solid #e1e6ee;
  border-radius: 8px;
  box-shadow: 0 14px 34px rgba(27, 38, 54, .06);
  overflow: hidden;
}

body.psb-home-refresh .psb-clock-card {
  width: 100%;
  color: #17212b;
}

body.psb-home-refresh .psb-clock-orbit {
  --orbit-size: clamp(320px, 54vw, 560px);
  --ring-radius: clamp(128px, 21.9vw, 226px);
  position: relative;
  width: min(var(--orbit-size), 100%);
  aspect-ratio: 1 / 1;
  margin: 0 auto;
}

body.psb-home-refresh .psb-clock-core {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: grid;
  width: clamp(154px, 45%, 260px);
  aspect-ratio: 1 / 1;
  place-items: center;
  transform: translate(-50%, -50%);
}

body.psb-home-refresh #psbSyncClock {
  width: 100%;
  height: auto;
}

body.psb-home-refresh .psb-clock-link {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  display: inline-flex;
  width: clamp(72px, 16vw, 104px);
  min-height: 34px;
  align-items: center;
  justify-content: center;
  padding: 7px 8px;
  color: #17212b;
  text-align: center;
  text-decoration: none;
  background: #f8fafc;
  border: 1px solid #d7dee8;
  border-radius: 8px;
  box-shadow: 0 9px 22px rgba(27, 38, 54, .09);
  font-size: clamp(10px, 1.5vw, 12px);
  font-weight: 800;
  line-height: 1.05;
  text-transform: uppercase;
  transform: translate(-50%, -50%) rotate(var(--angle)) translate(var(--ring-radius)) rotate(var(--angle-reverse));
  transition: background .18s ease, border-color .18s ease, color .18s ease, transform .18s ease;
  white-space: normal;
}

body.psb-home-refresh .psb-clock-link:hover,
body.psb-home-refresh .psb-clock-link:focus {
  color: #ffffff;
  background: #d8175f;
  border-color: #d8175f;
  outline: none;
}

body.psb-home-refresh .psb-mini-player {
  display: none;
}

body.psb-home-refresh .psb-mini-title strong {
  color: #111827;
}

body.psb-home-refresh .psb-mini-title span {
  color: #697586;
}

body.psb-home-refresh #footer {
  color: #5b6675;
  background: #ffffff;
  border-top: 1px solid #e1e6ee;
}

body.psb-home-refresh #footer a,
body.psb-home-refresh #footer p {
  color: #5b6675;
}

body.psb-detail-page .psb-detail-hero {
  padding: 14px 0 20px;
}

.psb-detail-hero-grid {
  display: grid;
  grid-template-columns: 118px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  padding: 18px;
  background: #ffffff;
  border: 1px solid #e1e6ee;
  border-radius: 8px;
  box-shadow: 0 18px 46px rgba(27, 38, 54, .08);
}

.psb-detail-hero-grid .psb-pdf-mark {
  width: 104px;
  height: 104px;
}

.psb-detail-hero-grid .psb-pdf-mark img {
  width: 84px;
  height: 84px;
}

.psb-detail-hero-grid h1 {
  margin: 0;
  color: #101722;
  font-size: 38px;
  font-weight: 800;
  line-height: 1.08;
}

.psb-detail-date {
  margin: 10px 0 0;
  color: #5b6675;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

.psb-detail-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 18px;
  align-items: start;
  margin: 24px 0 0;
}

.psb-detail-article,
.psb-detail-module,
.psb-penguin-module {
  background: #ffffff;
  border: 1px solid #e1e6ee;
  border-radius: 8px;
  box-shadow: 0 14px 34px rgba(27, 38, 54, .06);
}

.psb-detail-article {
  overflow: hidden;
}

.psb-detail-media {
  display: block;
  background: #eef2f6;
}

.psb-detail-media img {
  display: block;
  width: 100%;
  max-height: 520px;
  object-fit: contain;
}

.psb-detail-copy {
  padding: 22px;
  color: #313b48;
  font-size: 16px;
  line-height: 1.68;
  overflow-wrap: anywhere;
}

.psb-detail-copy p {
  margin: 0 0 16px;
}

.psb-detail-copy img,
.psb-detail-copy iframe,
.psb-detail-copy video {
  max-width: 100%;
  height:835px;
}

.psb-detail-side {
  display: grid;
  gap: 14px;
}

.psb-detail-module {
  padding: 16px;
}

.psb-detail-module h2,
.psb-penguin-head h2 {
  margin: 0;
  color: #101722;
  font-size: 22px;
  line-height: 1.12;
}

.psb-detail-module p:not(.psb-eyebrow) {
  margin: 10px 0 14px;
  color: #5b6675;
}

.psb-detail-action,
.psb-penguin-head a {
  display: inline-flex;
  min-height: 36px;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  color: #ffffff !important;
  background: #17212b;
  border-radius: 8px;
}

.psb-penguin-module {
  overflow: hidden;
}

.psb-penguin-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  padding: 16px;
  background: #f8fafc;
  border-bottom: 1px solid #e6eaf0;
}

.psb-penguin-module iframe {
  display: block;
  width: 100%; 
  height:800px;
  border: 0;
  background: #0f1520;
}

@media (max-width: 980px) {
  .psb-hero-grid,
  .psb-status-hub,
  .psb-search-panel,
  body.psb-home-refresh .psb-footer-stage,
  .psb-detail-layout {
    grid-template-columns: 1fr;
  }

  body.psb-home-refresh .psb-footer-stage {
    justify-items: center;
  }

  .psb-live-chip {
    justify-items: start;
    min-height: 88px;
  }

  .psb-status-metrics,
  body.psb-home-refresh .imuzki-dsp-controls,
  .psb-post-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .psb-gallery-landing iframe {
    height: 830px;
  }

  body.psb-home-refresh #show_results {
    grid-column: 1;
  }
}

@media (max-width: 680px) {
  body.psb-home-refresh #content.psb-home-shell {
    width: min(100% - 20px, 1120px);
  }

  body.psb-home-refresh .psb-footer-stage {
    padding: 14px;
  }

  body.psb-home-refresh .psb-mobile-menu {
    justify-content: center;
  }

  body.psb-home-refresh .psb-clock-card {
    display: grid;
  }

  body.psb-home-refresh .psb-clock-orbit {
    display: grid;
    width: 100%;
    max-width: 520px;
    aspect-ratio: auto;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    margin: 0 auto;
  }

  body.psb-home-refresh .psb-clock-core {
    position: relative;
    top: auto;
    left: auto;
    grid-column: 1 / -1;
    justify-self: center;
    width: min(220px, 60vw);
    transform: none;
  }

  body.psb-home-refresh .psb-clock-link {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    min-height: 38px;
    transform: none;
    font-size: 11px;
  }

  body.psb-home-refresh .psb-top-nav {
    justify-content: flex-start;
  }

  .psb-hero-grid {
    min-height: 0;
    padding: 16px;
  }

  .psb-detail-hero-grid {
    grid-template-columns: 1fr;
    padding: 16px;
  }

  .psb-detail-hero-grid h1 {
    font-size: 30px;
  }

  .psb-pdf-mark {
    width: 118px;
    height: 118px;
  }

  .psb-pdf-mark img {
    width: 96px;
    height: 96px;
  }

  .psb-hero-copy h1 {
    font-size: 34px;
  }

  .psb-status-metrics,
  body.psb-home-refresh .imuzki-dsp-controls,
  .psb-post-grid {
    grid-template-columns: 1fr;
  }

  .psb-status-metrics div {
    min-height: 72px;
    border-right: 0;
    border-bottom: 1px solid #e6eaf0;
  }

  .psb-status-metrics .psb-metric-grand-hits {
    grid-column: auto;
  }

  .psb-status-metrics div:last-child {
    border-bottom: 0;
  }

  body.psb-home-refresh #imuzkiVisualizer {
    height: 140px;
  }

  body.psb-home-refresh .imuzki-mode {
    flex: 1 1 96px;
  }

  .psb-gallery-landing-head {
    grid-template-columns: 1fr;
  }

  .psb-gallery-landing-head a {
    justify-self: start;
  }

  .psb-gallery-landing iframe {
    height: 780px;
  }

  .psb-detail-copy {
    padding: 16px;
    font-size: 15px;
  }

  .psb-penguin-module iframe {
    height: 720px;
  }

  .psb-post-card {
    grid-template-rows: 190px minmax(0, 1fr);
  }

  .psb-post-media,
  .psb-post-media img {
    height: 190px;
  }
}
