* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  width: 100%;
  min-height: 100%;
  overflow-x: hidden;
  font-family: Arial, Helvetica, sans-serif;
  background: #02080d;
  color: #f4fbff;
}

body {
  background:
    radial-gradient(circle at 18% 12%, rgba(0, 229, 255, .16), transparent 30%),
    radial-gradient(circle at 82% 72%, rgba(0, 120, 255, .18), transparent 34%),
    linear-gradient(135deg, #02080d, #06131d 55%, #02070c);
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  font-family: inherit;
}

/* MAIN PAGE */

.page-shell {
  width: 100%;
  max-width: 100%;
  height: 100vh;
  padding: 6px 10px 52px 6px;
  overflow: hidden;
}

/* TOP BAR */

.topbar {
  height: 56px;
  width: 100%;
  max-width: 100%;
  display: grid;
  grid-template-columns: 200px minmax(260px, 1fr) minmax(360px, auto);
  gap: 6px;
  align-items: center;
  padding: 6px;
  border: 1px solid rgba(0, 229, 255, .22);
  border-radius: 15px;
  background: rgba(0, 0, 0, .48);
  overflow: hidden;
}

.brand {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
  overflow: hidden;
}

.brand-mark {
  width: 32px;
  height: 32px;
  flex: 0 0 32px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  background: linear-gradient(135deg, #00e5ff, #0077ff);
  color: #001014;
  font-weight: 900;
  font-size: 17px;
}

.brand strong {
  display: block;
  letter-spacing: 1.4px;
  font-size: 11px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.brand span {
  display: block;
  color: #85a8b6;
  font-size: 8.5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.top-search {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 105px;
  gap: 6px;
  min-width: 0;
}

.top-search input {
  width: 100%;
  min-width: 0;
  height: 34px;
  border-radius: 999px;
  border: 1px solid rgba(0, 229, 255, .22);
  background: rgba(255, 255, 255, .06);
  color: #fff;
  padding: 0 13px;
  outline: none;
  font-size: 10.5px;
}

.top-search button {
  height: 34px;
  padding: 7px 8px;
  font-size: 8.5px;
}

.top-actions {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 4px;
  min-width: 0;
  max-width: 100%;
  overflow: hidden;
}

.top-actions a {
  flex: 0 1 auto;
  min-width: 0;
  font-size: 8.5px;
  padding: 7px 7px;
  max-width: 92px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.top-search button,
.top-actions a,
.btn {
  border: 1px solid rgba(0, 229, 255, .34);
  background: rgba(0, 229, 255, .08);
  color: #00e5ff;
  border-radius: 999px;
  font-weight: 800;
  cursor: pointer;
  white-space: nowrap;
}

.top-search button,
.btn.primary {
  background: linear-gradient(135deg, #00e5ff, #0077ff);
  color: #001014;
  border: none;
}

/* MAIN GRID */

.main-grid {
  height: calc(100vh - 108px);
  display: grid;
  grid-template-columns: 200px minmax(0, 1fr) 200px;
  gap: 6px;
  margin-top: 6px;
  overflow: hidden;
  max-width: 100%;
}

.left-rail,
.right-rail {
  display: grid;
  gap: 6px;
  grid-auto-rows: min-content;
  min-width: 0;
  min-height: 0;
  overflow: hidden;
}

.module,
.center-screen {
  border: 1px solid rgba(0, 229, 255, .18);
  background: rgba(3, 13, 22, .78);
  border-radius: 14px;
  box-shadow: inset 0 0 28px rgba(255, 255, 255, .025);
}

.module {
  padding: 8px;
  overflow: hidden;
}

.module-title {
  color: #00e5ff;
  font-size: 8.5px;
  font-weight: 900;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  margin-bottom: 7px;
}

/* LEFT PROFILE */

.broker-card {
  text-align: center;
}

.portrait-box {
  height: 170px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  overflow: hidden;
  border-radius: 13px;
  background:
    radial-gradient(circle at center, rgba(0, 229, 255, .16), transparent 50%),
    rgba(255, 255, 255, .03);
}

.portrait-box img {
  max-width: 100%;
  max-height: 200px;
  object-fit: contain;
  object-position: bottom center;
  display: block;
}

.broker-card h1 {
  font-size: 14px;
  margin: 8px 0 3px;
}

.broker-card p {
  margin: 0;
  color: #b6cbd6;
  font-size: 9.5px;
}

.mini-stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5px;
  margin-top: 8px;
}

.mini-stats div {
  border: 1px solid rgba(0, 229, 255, .16);
  border-radius: 10px;
  padding: 6px;
  background: rgba(255, 255, 255, .03);
}

.mini-stats strong,
.mini-stats span {
  display: block;
}

.mini-stats strong {
  color: #fff;
  font-size: 11px;
}

.mini-stats span {
  color: #83a8b8;
  font-size: 8.5px;
}

.rail-btn {
  display: block;
  width: 100%;
  text-align: left;
  padding: 8px 9px;
  border-radius: 10px;
  border: 1px solid rgba(0, 229, 255, .16);
  margin-bottom: 5px;
  color: #d7f8ff;
  font-size: 9.5px;
  font-weight: 800;
  background: rgba(255, 255, 255, .03);
  overflow: hidden;
  text-overflow: ellipsis;
}

.rail-btn.primary {
  background: linear-gradient(135deg, #00e5ff, #0077ff);
  color: #001014;
  border: none;
}

.chip-list {
  display: grid;
  gap: 5px;
}

.chip-list span {
  border: 1px solid rgba(0, 229, 255, .14);
  background: rgba(255, 255, 255, .03);
  padding: 7px 8px;
  border-radius: 10px;
  color: #ccefff;
  font-size: 9px;
  line-height: 1.2;
  overflow-wrap: anywhere;
}

/* CENTER */

.center-screen {
  display: grid;
  grid-template-rows: 40px minmax(0, 1fr);
  min-width: 0;
  min-height: 0;
  overflow: hidden;
}

.screen-tabs {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 6px;
  border-bottom: 1px solid rgba(0, 229, 255, .16);
  overflow: hidden;
  flex-wrap: wrap;
  min-height: 40px;
}

.tab {
  border: 1px solid rgba(0, 229, 255, .16);
  background: rgba(255, 255, 255, .035);
  color: #bdefff;
  border-radius: 999px;
  padding: 5px 7px;
  font-size: 8.5px;
  font-weight: 800;
  cursor: pointer;
  white-space: nowrap;
}

.tab.active {
  background: linear-gradient(135deg, #00e5ff, #0077ff);
  color: #001014;
  border: none;
}

.screen-body {
  position: relative;
  min-height: 0;
  overflow: hidden;
}

.view {
  display: none;
  height: 100%;
  padding: 14px;
  overflow: auto;
}

.view.active {
  display: block;
}

.eyebrow {
  color: #00e5ff;
  letter-spacing: 2.2px;
  font-size: 8.5px;
  font-weight: 900;
  margin: 0 0 8px;
}

.view h2 {
  margin: 0 0 9px;
  font-size: clamp(22px, 2.6vw, 34px);
  line-height: 1;
  letter-spacing: -1px;
}

.view p {
  color: #b7c9d4;
  line-height: 1.5;
  font-size: 12.5px;
  max-width: 820px;
}

/* REVIEWS */

.reviews-view {
  padding: 12px;
  overflow: auto;
}

.review-top-clean {
  margin-bottom: 8px;
}

.review-top-clean h2 {
  font-size: clamp(22px, 2.6vw, 32px);
  margin-bottom: 5px;
}

.review-top-clean p {
  margin: 0;
}

.clean-elfsight,
.elfsight-wrap {
  height: auto;
  min-height: 0;
  max-height: none;
  overflow: visible;
  border: 1px solid rgba(0, 229, 255, .16);
  border-radius: 14px;
  background: rgba(255, 255, 255, .035);
  padding: 10px;
}

/* GRIDS */

.quick-grid,
.review-grid,
.result-grid,
.blog-list {
  display: grid;
  gap: 9px;
  margin-top: 14px;
}

.quick-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.review-grid,
.blog-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}


.result-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px;
  margin-top:18px;
}

.result-grid a,
.result-grid div{
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  min-height:120px;
  padding:16px;
  border-radius:16px;
  border:1px solid rgba(0,229,255,.22);
  background:
    radial-gradient(circle at top right,rgba(0,229,255,.14),transparent 35%),
    linear-gradient(135deg,rgba(255,255,255,.05),rgba(255,255,255,.025));
  box-shadow:
    inset 0 0 24px rgba(255,255,255,.02),
    0 8px 24px rgba(0,0,0,.25);
  transition:.2s ease;
}

.result-grid a:hover{
  transform:translateY(-3px);
  border-color:rgba(0,229,255,.55);
  box-shadow:
    inset 0 0 24px rgba(255,255,255,.02),
    0 12px 32px rgba(0,229,255,.10);
}

.result-grid strong{
  display:block;
  font-size:14px;
  color:#fff;
  line-height:1.3;
  margin-bottom:8px;
}

.result-grid span{
  color:#9db8c6;
  font-size:11px;
  line-height:1.45;
}

.result-grid a::after{
  content:"READ STORY";
  margin-top:12px;
  align-self:flex-start;
  padding:5px 10px;
  border-radius:999px;
  background:rgba(0,229,255,.12);
  border:1px solid rgba(0,229,255,.20);
  color:#00e5ff;
  font-size:9px;
  font-weight:900;
  letter-spacing:.7px;
}

@media (max-width:700px){
  .result-grid{
    grid-template-columns:1fr;
  }
}


.quick-grid strong,
.review-grid strong,
.result-grid strong,
.blog-list strong {
  display: block;
  color: #fff;
  font-size: 13px;
  margin-bottom: 5px;
  overflow-wrap: anywhere;
}

.quick-grid span,
.result-grid span,
.blog-list span {
  color: #95b2bf;
  font-size: 10.5px;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.review-grid p {
  font-size: 11.5px;
  margin: 0;
}

/* PODCAST */

.podcast-view {
  padding: 14px;
}

.podcast-view h2 {
  font-size: clamp(24px, 2.8vw, 34px);
  margin-bottom: 7px;
}

.podcast-view > p {
  margin-bottom: 12px;
}

.enhanced-podcast-list,
.podcast-list {
  display: grid;
  gap: 10px;
  margin-top: 12px;
  max-height: calc(100% - 128px);
  overflow: auto;
  padding-right: 3px;
}

.enhanced-podcast-card,
.podcast-card {
  display: grid;
  grid-template-columns: minmax(220px, 1fr) 280px;
  gap: 12px;
  align-items: center;
  border: 1px solid rgba(0, 229, 255, .18);
  background: linear-gradient(135deg, rgba(0, 229, 255, .08), rgba(255, 255, 255, .025));
  border-radius: 14px;
  padding: 12px;
  box-shadow: inset 0 0 24px rgba(255, 255, 255, .025), 0 0 20px rgba(0, 229, 255, .05);
  min-width: 0;
}

.podcast-meta strong {
  display: block;
  font-size: 13px;
  line-height: 1.25;
  color: #fff;
  margin-bottom: 5px;
}

.podcast-meta span {
  display: block;
  color: #82a9b8;
  font-size: 10px;
}

.podcast-card audio {
  width: 100%;
  height: 34px;
  filter: invert(1) hue-rotate(155deg);
  opacity: .9;
}

/* BOOK */

.book-view {
  padding: 14px;
}

.book-hero {
  text-align: center;
  max-width: 820px;
  margin: 0 auto;
  padding: 4px 0 0;
}

.book-cover-wrap {
  width: 110px;
  max-width: 110px;
  margin: 0 auto 12px;
}

.book-cover-wrap img {
  width: 100%;
  height: auto;
  max-height: 160px;
  display: block;
  object-fit: contain;
  border-radius: 12px;
  border: 1px solid rgba(0, 229, 255, .18);
  box-shadow: 0 14px 34px rgba(0, 0, 0, .48);
  background: rgba(255, 255, 255, .04);
}

.book-view h2 {
  margin: 7px auto 8px;
  max-width: 720px;
  font-size: clamp(24px, 2.8vw, 35px);
}

.book-lead {
  max-width: 650px;
  margin: 8px auto 0;
  color: #a8bfca;
  line-height: 1.5;
}

.book-actions {
  display: flex;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 13px;
}

.book-view .panel {
  max-width: 820px;
  margin: 14px auto 0;
  border: 1px solid rgba(0, 229, 255, .16);
  background: rgba(255, 255, 255, .035);
  border-radius: 14px;
  padding: 14px;
}

.book-view .panel h3 {
  margin: 0 0 8px;
  color: #fff;
  font-size: 18px;
}

.book-view .panel p {
  max-width: 100%;
  line-height: 1.62;
  margin: 0 0 10px;
}

.book-panel {
  margin-top: 18px;
  border: 1px solid rgba(0, 229, 255, .22);
  background: radial-gradient(circle at top right, rgba(0, 229, 255, .12), transparent 35%), rgba(255, 255, 255, .035);
  border-radius: 18px;
  padding: 18px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 14px;
  align-items: center;
}

.book-panel span {
  color: #00e5ff;
  font-size: 10px;
  letter-spacing: 1.8px;
  font-weight: 900;
}

.book-panel strong {
  display: block;
  font-size: 28px;
  margin: 7px 0 3px;
}

.book-panel em {
  color: #aac5d2;
  font-style: normal;
}



/* VARUN TAB */

.varun-hero-stats{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:12px;
  margin:20px 0;
}

.varun-hero-stats div{
  padding:18px;
  border-radius:16px;
  border:1px solid rgba(0,229,255,.22);
  background:
    radial-gradient(circle at top right,rgba(0,229,255,.14),transparent 35%),
    linear-gradient(135deg,rgba(255,255,255,.05),rgba(255,255,255,.025));
}

.varun-hero-stats strong{
  display:block;
  font-size:20px;
  color:#fff;
  margin-bottom:6px;
}

.varun-hero-stats span{
  color:#9db8c6;
  font-size:11px;
}

.varun-bio-card{
  margin:18px 0;
  padding:20px;
  border-radius:18px;
  border:1px solid rgba(0,229,255,.22);
  background:
    radial-gradient(circle at top right,rgba(0,229,255,.12),transparent 35%),
    linear-gradient(135deg,rgba(255,255,255,.05),rgba(255,255,255,.025));
}

.varun-bio-card h3{
  margin-top:0;
  color:#fff;
}

.varun-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px;
  margin-top:18px;
}

.varun-grid a{
  display:flex;
  flex-direction:column;
  min-height:120px;
  padding:16px;
  border-radius:16px;
  border:1px solid rgba(0,229,255,.22);
  background:
    radial-gradient(circle at top right,rgba(0,229,255,.14),transparent 35%),
    linear-gradient(135deg,rgba(255,255,255,.05),rgba(255,255,255,.025));
  transition:.2s ease;
}

.varun-grid a:hover{
  transform:translateY(-3px);
  border-color:rgba(0,229,255,.55);
}

.varun-grid strong{
  font-size:15px;
  color:#fff;
  margin-bottom:8px;
}

.varun-grid span{
  color:#9db8c6;
  font-size:12px;
  line-height:1.5;
}

@media(max-width:1000px){

  .varun-hero-stats{
    grid-template-columns:repeat(2,1fr);
  }

  .varun-grid{
    grid-template-columns:1fr;
  }

}



/* VALUE */

.big-value-box {
  margin-top: 16px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 190px;
  gap: 10px;
}

.big-value-box input {
  width: 100%;
  min-width: 0;
  border: 1px solid rgba(0, 229, 255, .28);
  background: rgba(255, 255, 255, .06);
  color: #fff;
  border-radius: 14px;
  padding: 13px 15px;
  font-size: 13px;
  outline: none;
}

.value-points {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  margin-top: 13px;
}

.value-points span {
  border: 1px solid rgba(0, 229, 255, .14);
  background: rgba(255, 255, 255, .03);
  border-radius: 12px;
  padding: 10px;
  color: #d7f8ff;
  font-weight: 800;
  font-size: 9.5px;
  overflow-wrap: anywhere;
}

/* BUTTONS */

.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 10px;
  font-size: 9.5px;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}

.btn.full {
  width: 100%;
}

/* RIGHT RAIL */

.nav-list {
  display: grid;
  gap: 5px;
}

.nav-list a,
.nav-list button {
  display: block;
  text-align: left;
  width: 100%;
  padding: 7px;
  border-radius: 10px;
  border: 1px solid rgba(0, 229, 255, .14);
  background: rgba(255, 255, 255, .03);
  color: inherit;
  cursor: pointer;
  overflow: hidden;
}

.nav-list strong,
.nav-list span {
  display: block;
}

.nav-list strong {
  font-size: 9.5px;
  color: #fff;
  line-height: 1.15;
  white-space: normal;
  overflow-wrap: anywhere;
}

.nav-list span {
  color: #84a6b5;
  font-size: 8.5px;
  margin-top: 3px;
  line-height: 1.18;
  white-space: normal;
  overflow-wrap: anywhere;
}

/* CASH FORM */

.cash-form {
  margin-top: 14px;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.cash-form input,
.cash-form select,
.cash-form textarea {
  width: 100%;
  min-width: 0;
  border: 1px solid rgba(0, 229, 255, .22);
  background: rgba(255, 255, 255, .06);
  color: #fff;
  border-radius: 12px;
  padding: 11px 12px;
  font-size: 12px;
  outline: none;
}

.cash-form textarea {
  min-height: 85px;
  margin: 10px 0;
  resize: vertical;
}

.cash-form option {
  color: #111;
}

.success-alert {
  margin-top: 12px;
  padding: 10px 12px;
  border-radius: 12px;
  background: rgba(0, 255, 150, .12);
  border: 1px solid rgba(0, 255, 150, .35);
  color: #00ff9d;
  font-weight: 900;
}

/* TICKER */

.statusbar,
.statusbar.lifted-ticker {
  position: fixed;
  left: 6px;
  right: 10px;
  bottom: 6px;
  height: 34px;
  z-index: 50;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 0;
}

.ticker {
  width: 100%;
  height: 30px;
  display: flex;
  align-items: center;
  overflow: hidden;
  border: 1px solid rgba(0, 229, 255, .16);
  border-radius: 999px;
  background: rgba(0, 0, 0, .65);
  backdrop-filter: blur(10px);
}

.ticker-track {
  display: flex;
  gap: 30px;
  width: max-content;
  animation: ticker 55s linear infinite;
  padding: 0;
  align-items: center;
}

.ticker-track a {
  color: #bdefff;
  font-size: 10px;
  line-height: 30px;
  white-space: nowrap;
}

.ticker-track a::before {
  content: "LIVE";
  color: #001014;
  background: #00e5ff;
  border-radius: 999px;
  padding: 2px 5px;
  margin-right: 7px;
  font-weight: 900;
}

@keyframes ticker {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

/* DESKTOP SAFETY */

@media (min-width: 1001px) and (max-width: 1400px) {
  .page-shell {
    padding-right: 8px;
  }

  .topbar {
    grid-template-columns: 190px minmax(220px, 1fr) minmax(330px, auto);
  }

  .main-grid {
    grid-template-columns: 190px minmax(0, 1fr) 190px;
  }

  .top-actions a {
    font-size: 8px;
    padding: 6px 5px;
    max-width: 78px;
  }

  .top-search {
    grid-template-columns: minmax(0, 1fr) 96px;
  }

  .top-search button {
    font-size: 8px;
  }

  .module {
    padding: 7px;
  }

  .portrait-box {
    height: 158px;
  }

  .portrait-box img {
    max-height: 188px;
  }

  .broker-card h1 {
    font-size: 13px;
  }

  .nav-list a,
  .nav-list button {
    padding: 6px;
  }

  .nav-list strong {
    font-size: 9px;
  }

  .nav-list span {
    font-size: 8px;
  }

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

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

/* EXTRA SMALL DESKTOP SAFETY */

@media (min-width: 1001px) and (max-width: 1180px) {
  .topbar {
    grid-template-columns: 180px minmax(180px, 1fr) minmax(300px, auto);
  }

  .main-grid {
    grid-template-columns: 180px minmax(0, 1fr) 180px;
  }

  .top-actions a {
    max-width: 68px;
    padding: 6px 4px;
    font-size: 7.6px;
  }

  .top-search {
    grid-template-columns: minmax(0, 1fr) 88px;
  }

  .portrait-box {
    height: 145px;
  }

  .portrait-box img {
    max-height: 174px;
  }

  .module-title {
    font-size: 8px;
  }
}

/* TABLET / MOBILE */

@media (max-width: 700px) {
  html,
  body {
    overflow-x: hidden;
  }

  body {
    overflow-y: auto;
  }

  .page-shell {
    height: auto;
    min-height: 100vh;
    padding: 8px 8px 50px;
    overflow: visible;
  }

  .topbar {
    height: auto;
    display: block;
    padding: 16px;
  }

  .brand {
    margin-bottom: 14px;
  }

  .brand strong {
    font-size: 18px;
  }

  .brand span {
    font-size: 12px;
  }

  .top-search {
    margin-bottom: 14px;
    grid-template-columns: 1fr 110px;
  }

  .top-actions {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 8px;
    overflow: visible;
  }

  .top-actions a {
    text-align: center;
    padding: 12px 8px;
    font-size: 11px;
    max-width: none;
  }

  .main-grid {
    height: auto;
    display: block;
    overflow: visible;
  }

  .left-rail,
  .right-rail,
  .center-screen {
    margin-bottom: 10px;
    overflow: visible;
  }

  .desktop-only {
    display: none !important;
  }

  .module,
  .center-screen {
    border-radius: 18px;
  }

  .portrait-box {
    height: 330px;
  }

  .portrait-box img {
    max-height: 365px;
  }

  .broker-card h1 {
    font-size: 28px;
  }

  .broker-card p {
    font-size: 15px;
  }

  .mini-stats strong {
    font-size: 18px;
  }

  .mini-stats span {
    font-size: 12px;
  }

  .center-screen {
    min-height: auto;
    display: block;
  }

  .screen-tabs {
    display: flex;
    overflow-x: auto;
    flex-wrap: nowrap;
    padding: 10px;
  }

  .screen-body {
    overflow: visible;
  }

  .view {
    overflow: visible;
    height: auto;
    padding: 22px;
  }

  .view h2 {
    font-size: 36px;
  }

  .view p {
    font-size: 16px;
  }

  .quick-grid,
  .review-grid,
  .result-grid,
  .blog-list,
  .form-grid {
    grid-template-columns: 1fr;
  }

  .quick-grid a,
  .quick-grid button,
  .review-grid div,
  .result-grid div,
  .blog-list a {
    padding: 18px;
  }

  .clean-elfsight,
  .elfsight-wrap {
    height: auto;
    min-height: 420px;
    overflow: visible;
  }

  .enhanced-podcast-list,
  .podcast-list {
    max-height: none;
    overflow: visible;
  }

  .enhanced-podcast-card,
  .podcast-card {
    grid-template-columns: 1fr;
  }

  .book-panel {
    grid-template-columns: 1fr;
  }

  .book-cover-wrap {
    width: 120px;
    max-width: 120px;
  }

  .book-view .panel {
    padding: 18px;
  }

  .big-value-box {
    grid-template-columns: 1fr;
  }

  .value-points {
    grid-template-columns: 1fr 1fr;
  }

  .right-rail .module {
    margin-bottom: 10px;
  }

  .statusbar,
  .statusbar.lifted-ticker {
    left: 8px;
    right: 8px;
    bottom: 8px;
  }
}

@media (max-width: 560px) {
  .top-actions {
    grid-template-columns: repeat(2, 1fr);
  }

  .top-search {
    grid-template-columns: 1fr;
  }

  .top-search button {
    height: 42px;
  }

  .book-cover-wrap {
    width: 105px;
    max-width: 105px;
  }

  .book-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .value-points {
    grid-template-columns: 1fr;
  }

  .podcast-card audio {
    height: 42px;
  }
}