/**
 * Sandra Mars Oracle
 * Full-width premium visual system aligned with Sandra Mars theme.
 */

/* ----------------------------------
 * Base / reset
 * ---------------------------------- */

.smo-oracle,
.smo-oracle * {
  box-sizing: border-box;
}

body:has(.smo-oracle) .entry-title,
body:has(.smo-oracle) .page-title,
body:has(.smo-oracle) .page-header,
body:has(.smo-oracle) .entry-header,
body:has(.smo-oracle) .ast-page-title-wrap,
body:has(.smo-oracle) .wd-page-title,
body:has(.smo-oracle) .woodmart-page-title,
body:has(.smo-oracle) .wp-block-post-title {
  display: none !important;
}

body:has(.smo-oracle) .entry-content,
body:has(.smo-oracle) .wp-block-post-content,
body:has(.smo-oracle) .inside-article {
  max-width: none !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

body:has(.smo-oracle) .wp-block-shortcode {
  margin: 0 !important;
  max-width: none !important;
}

body:has(.smo-oracle) #masthead,
body:has(.smo-oracle) .site-header,
body:has(.smo-oracle) header {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}

body:has(.smo-oracle) .sm-site-footer,
body:has(.smo-oracle) footer {
  margin-top: 0 !important;
}

/* ----------------------------------
 * Oracle full-width breakout
 * ---------------------------------- */

.smo-oracle {
  --smo-ivory: var(--sm-ivory, #fffdfa);
  --smo-warm-white: var(--sm-warm-white, #fffdfa);
  --smo-espresso: var(--sm-espresso, #372320);
  --smo-taupe: var(--sm-taupe, #8f7f78);
  --smo-taupe-dark: var(--sm-taupe-dark, #6f625d);
  --smo-mauve: var(--sm-mauve, #8b536b);
  --smo-mauve-dark: var(--sm-mauve-dark, #6f3f55);
  --smo-gold: var(--sm-gold, #d8b982);
  --smo-font-heading: var(--sm-font-heading, Georgia, "Times New Roman", serif);
  --smo-font-body: var(--sm-font-body, inherit);
  --smo-transition: var(--sm-transition, 0.25s ease);

  position: relative;
  isolation: isolate;
  overflow: hidden;
  width: auto;
  max-width: none !important;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: clamp(4.8rem, 4.9vw, 6.8rem) 0 clamp(6rem, 6.5vw, 8.6rem);
  background:
    radial-gradient(circle at 16% 14%, rgba(255, 255, 255, 0.96) 0%, rgba(255, 255, 255, 0) 36%),
    radial-gradient(circle at 82% 20%, rgba(242, 223, 216, 0.22) 0%, rgba(242, 223, 216, 0) 42%),
    radial-gradient(circle at 52% 92%, rgba(234, 216, 183, 0.12) 0%, rgba(234, 216, 183, 0) 38%),
    linear-gradient(135deg, #fffdfa 0%, #fbf6ef 48%, #f8efe7 100%);
  color: var(--smo-espresso);
  font-family: var(--smo-font-body);
}

.smo-oracle::after {
  content: "";
  position: absolute;
  z-index: -1;
  left: -10%;
  right: -10%;
  bottom: -16rem;
  height: 28rem;
  border-radius: 50% 50% 0 0;
  background:
    radial-gradient(ellipse at 48% 12%, rgba(255, 255, 255, 0.78) 0%, rgba(255, 255, 255, 0) 62%),
    linear-gradient(8deg, rgba(232, 205, 199, 0.30) 0%, rgba(255, 255, 255, 0) 64%);
  opacity: 0.78;
}

.smo-gold-line {
  position: absolute;
  z-index: 1;
  pointer-events: none;
  border: 1px solid rgba(216, 185, 130, 0.42);
  border-color: rgba(216, 185, 130, 0.42) transparent transparent transparent;
  border-radius: 50%;
}

.smo-gold-line--top {
  width: 82rem;
  height: 39rem;
  top: -8rem;
  right: 8%;
  transform: rotate(-18deg);
}

.smo-gold-line--bottom {
  width: 96rem;
  height: 38rem;
  left: -21rem;
  bottom: -10rem;
  transform: rotate(8deg);
  opacity: 0.28;
}

.smo-intro,
.smo-deck-wrap,
.smo-inline-reading {
  position: relative;
  z-index: 3;
}

/* ----------------------------------
 * Intro
 * ---------------------------------- */

.smo-intro {
  width: min(calc(100% - 5.6rem), 1380px);
  margin-inline: auto;
  text-align: center;
}

.smo-intro-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: none;
  margin: 0 auto;
  padding: clamp(4.2rem, 4.6vw, 6rem) clamp(2.6rem, 4vw, 5.8rem);
  border: 1px solid rgba(139, 83, 107, 0.12);
  border-radius: 4rem;
  background: rgba(255, 253, 249, 0.74);
  box-shadow: 0 2.2rem 6rem rgba(55, 35, 32, 0.08);
  backdrop-filter: blur(12px);
}

.smo-intro-inner::before {
  content: "";
  position: absolute;
  inset: 1.8rem 2rem auto;
  height: 72%;
  border: 1px solid rgba(216, 185, 130, 0.36);
  border-bottom: none;
  border-top-left-radius: 999px;
  border-top-right-radius: 999px;
  pointer-events: none;
  opacity: 0.75;
}

.smo-intro-inner::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 50% 26%, rgba(255, 255, 255, 0.78), rgba(255, 255, 255, 0) 38%),
    radial-gradient(circle at 50% 92%, rgba(216, 185, 130, 0.10), rgba(216, 185, 130, 0) 38%);
  pointer-events: none;
}

.smo-intro-inner > * {
  position: relative;
  z-index: 2;
}

.smo-badge {
  display: inline-flex;
  align-items: center;
  min-height: 3.8rem;
  margin: 0;
  padding: 1rem 1.8rem;
  border: 1px solid rgba(216, 185, 130, 0.38);
  border-radius: 999px;
  background: rgba(255, 253, 249, 0.86);
  color: #8f7f78;
  box-shadow: 0 1.2rem 3rem rgba(55, 35, 32, 0.05);
  font-family: var(--smo-font-body);
  font-size: 1.2rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.smo-badge::before {
  content: "";
  width: 0.7rem;
  height: 0.7rem;
  margin-right: 1rem;
  border-radius: 999px;
  background: var(--smo-gold);
}

.smo-title {
  max-width: 960px;
  margin: 2.4rem auto 0;
  color: var(--smo-espresso);
  font-family: var(--smo-font-heading);
  font-size: clamp(5.4rem, 5.4vw, 9rem);
  font-weight: 700;
  line-height: 0.96;
  letter-spacing: -0.06em;
}

.smo-title span {
  display: block;
  color: var(--smo-mauve);
}

.smo-title-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.6rem;
  margin-top: 2.4rem;
}

.smo-title-divider span {
  display: block;
  width: 5.8rem;
  height: 1px;
  background: rgba(216, 185, 130, 0.9);
}

.smo-title-divider i {
  display: block;
  width: 1.2rem;
  height: 1.2rem;
  background: var(--smo-gold);
  transform: rotate(45deg);
}

.smo-intro-text {
  max-width: 760px;
  margin: 2.4rem auto 0;
  color: var(--smo-taupe);
  font-size: 1.8rem;
  line-height: 1.82;
}

.smo-intro-actions {
  display: flex;
  justify-content: center;
  margin-top: 3.2rem;
}

.smo-sacred-note {
  display: inline-block;
  margin: 2.2rem 0 0;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid rgba(139, 83, 107, 0.52);
  color: var(--smo-mauve-dark);
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 1.2;
}

/* ----------------------------------
 * Buttons
 * ---------------------------------- */

.smo-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 4.7rem;
  min-width: 19rem;
  padding: 1.25rem 2.4rem;
  border-radius: 999px;
  cursor: pointer;
  font-family: var(--smo-font-body);
  font-size: 1.35rem;
  font-weight: 900;
  line-height: 1;
  text-decoration: none;
  transition:
    transform var(--smo-transition),
    background-color var(--smo-transition),
    color var(--smo-transition),
    box-shadow var(--smo-transition),
    border-color var(--smo-transition);
}

.smo-btn:hover {
  transform: translateY(-2px);
}

.smo-btn-primary {
  border: 1px solid rgba(216, 185, 130, 0.54);
  background: var(--smo-mauve);
  color: #fffdfa;
  box-shadow: 0 1.2rem 2.8rem rgba(111, 63, 85, 0.18);
}

.smo-btn-primary:hover {
  background: var(--smo-mauve-dark);
  color: #fffdfa;
}

.smo-btn-secondary {
  border: 1px solid rgba(139, 83, 107, 0.14);
  background: rgba(255, 253, 249, 0.72);
  color: var(--smo-mauve-dark);
  box-shadow: 0 1rem 2.4rem rgba(55, 35, 32, 0.035);
}

.smo-btn-secondary:hover {
  border-color: rgba(216, 185, 130, 0.54);
  background: rgba(255, 253, 249, 0.94);
  color: var(--smo-espresso);
}

/* ----------------------------------
 * Deck heading
 * ---------------------------------- */

.smo-deck-wrap {
  width: min(calc(100% - 5.6rem), 1380px);
  margin-inline: auto;
  margin-top: -1.2rem;
  padding-top: 0;
}

.smo-deck-heading {
  max-width: 860px;
  margin: 0 auto clamp(2.4rem, 3.2vw, 3.8rem);
  text-align: center;
}

.smo-deck-heading h2 {
  margin: 2.2rem 0 0;
  color: var(--smo-espresso);
  font-family: var(--smo-font-heading);
  font-size: clamp(4.4rem, 4.8vw, 7.4rem);
  font-weight: 700;
  line-height: 0.98;
  letter-spacing: -0.055em;
}

.smo-deck-heading h2 span {
  display: block;
  color: var(--smo-mauve);
}

.smo-deck-heading p:not(.smo-badge) {
  max-width: 700px;
  margin: 2.2rem auto 0;
  color: var(--smo-taupe);
  font-size: 1.7rem;
  line-height: 1.8;
}

/* ----------------------------------
 * Deck
 * ---------------------------------- */

.smo-deck-stage {
  position: relative;
  max-width: 1080px;
  margin: 0 auto;
  height: 430px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: height 0.55s cubic-bezier(.22, 1, .36, 1);
}

.smo-deck-stage.has-active-card {
  height: 460px !important;
}

.smo-fan {
  position: relative;
  width: min(980px, 100%);
  height: 100%;
  overflow: visible;
}

.smo-card {
  position: absolute;
  left: 50%;
  top: 37%;
  width: clamp(110px, 11vw, 155px);
  aspect-ratio: 2 / 3;
  border: none;
  background: transparent;
  padding: 0;
  cursor: pointer;
  perspective: 1400px;
  transform-style: preserve-3d;
  transform: translate(-50%, -50%) rotate(0deg);
  transform-origin: 50% 88%;
  transition:
    transform 0.9s cubic-bezier(.19, .96, .28, 1),
    opacity 0.36s ease,
    filter 0.36s ease,
    width 0.5s cubic-bezier(.22, 1, .36, 1),
    top 0.5s cubic-bezier(.22, 1, .36, 1);
  transition-delay: var(--delay, 0ms);
  will-change: transform, width, top;
  isolation: isolate;
}

.smo-fan.is-spread .smo-card {
  transform: translate(calc(-50% + var(--x, 0px)), calc(-50% + var(--y, 0px))) rotate(var(--r, 0deg));
}

.smo-card-inner {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  transition: transform 0.82s cubic-bezier(.19, .96, .28, 1);
}

.smo-card-face {
  position: absolute;
  inset: 0;
  overflow: hidden;
  border-radius: 24px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.smo-card-face-front {
  transform: rotateY(180deg);
}

.smo-card-image {
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid rgba(139, 83, 107, 0.12);
  border-radius: 24px;
  object-fit: cover;
  box-shadow: 0 14px 34px rgba(41, 25, 24, 0.09);
}

.smo-card::before {
  content: "";
  position: absolute;
  inset: -38px;
  z-index: -2;
  border-radius: 52px;
  background: radial-gradient(circle, rgba(255, 240, 224, 0.28) 0%, rgba(255,255,255,0) 72%);
  filter: blur(26px);
  opacity: 0;
  transform: scale(0.94);
  transition: opacity 0.4s ease, transform 0.5s ease;
  pointer-events: none;
}

.smo-card::after {
  content: "";
  position: absolute;
  inset: -22px;
  z-index: -1;
  border: 1px solid rgba(214, 188, 161, 0.22);
  border-radius: 42px;
  box-shadow:
    0 0 0 1px rgba(255,255,255,0.14),
    0 0 22px rgba(214, 188, 161, 0.10);
  opacity: 0;
  transform: scale(0.96);
  transition: opacity 0.4s ease, transform 0.5s ease;
  pointer-events: none;
}

.smo-card-face-front::after {
  display: none;
}

.smo-fan.is-spread .smo-card:hover {
  z-index: 998 !important;
  transform:
    translate(calc(-50% + var(--x, 0px)), calc(-50% + var(--y, 0px) - 14px))
    rotate(calc(var(--r, 0deg) * 0.7))
    scale(1.03);
}

.smo-fan.is-spread .smo-card:hover .smo-card-image {
  box-shadow:
    0 20px 40px rgba(41, 25, 24, 0.15),
    0 0 0 1px rgba(223, 205, 193, 0.75),
    0 0 22px rgba(214, 188, 161, 0.22);
}

.smo-card.is-dimmed {
  opacity: 0.10;
  filter: blur(0.7px);
  pointer-events: none;
  transform:
    translate(calc(-50% + var(--x, 0px)), calc(-50% + var(--y, 0px)))
    rotate(var(--r, 0deg))
    scale(0.95);
}

.smo-card.is-centering,
.smo-card.is-centering:hover {
  top: 26px !important;
  z-index: 9998 !important;
  transform: translateX(-50%) scale(1.48) !important;
}

.smo-card.is-selected,
.smo-card.is-selected:hover {
  top: 18px !important;
  z-index: 9999 !important;
  transform: translateX(-50%) scale(1.82) !important;
}

.smo-card.is-selected .smo-card-image,
.smo-card.is-centering .smo-card-image {
  box-shadow:
    0 30px 58px rgba(41, 25, 24, 0.22),
    0 0 0 1px rgba(223, 205, 193, 0.68),
    0 0 20px rgba(214, 188, 161, 0.14);
}

.smo-card.is-selected.is-pulsing .smo-card-image {
  animation: smoCardPulse 0.55s ease;
}

.smo-card.is-centering::before,
.smo-card.is-centering::after,
.smo-card.is-selected::before,
.smo-card.is-selected::after {
  opacity: 1;
  transform: scale(1);
}

.smo-card.is-flipped .smo-card-inner {
  transform: rotateY(180deg);
}

/* ----------------------------------
 * Controls
 * ---------------------------------- */

.smo-deck-controls {
  margin-top: 8px;
  margin-bottom: 0;
  text-align: center;
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.smo-deck-note {
  max-width: 520px;
  margin: 14px auto 0;
  color: var(--smo-taupe);
  font-size: 1.45rem;
  line-height: 1.7;
}

.smo-deck-wrap:has(.smo-deck-stage.has-active-card) .smo-deck-heading,
.smo-deck-wrap:has(.smo-deck-stage.has-active-card) .smo-deck-controls {
  opacity: 0;
  pointer-events: none;
  transform: translateY(-8px);
  height: 0;
  overflow: hidden;
  margin: 0;
}

/* ----------------------------------
 * Inline reading
 * ---------------------------------- */

.smo-inline-reading {
  max-width: 860px;
  margin: -28px auto 0 !important;
}

.smo-inline-reading-card {
  position: relative;
  text-align: center;
  padding: 0;
}

.smo-inline-divider {
  width: 72px;
  height: 1px;
  margin: 0 auto 8px !important;
  background: rgba(216, 185, 130, 0.9);
}

#smo-reading-title {
  margin: 0 0 16px !important;
  color: var(--smo-espresso);
  font-family: var(--smo-font-heading);
  font-size: clamp(3rem, 3.3vw, 5rem);
  font-weight: 700;
  line-height: 1.02;
  letter-spacing: -0.05em;
}

#smo-reading-message {
  width: 100%;
  max-width: none;
  margin: 0 0 30px;
  padding: clamp(2.8rem, 3vw, 4rem);
  border: 1px solid rgba(139, 83, 107, 0.12);
  border-radius: 32px;
  background: rgba(255, 253, 249, 0.78);
  color: var(--smo-taupe-dark);
  box-shadow: 0 20px 54px rgba(55, 35, 32, 0.08);
  backdrop-filter: blur(12px);
  font-size: 1.58rem;
  line-height: 1.88;
  text-align: left;
}

#smo-reading-message p {
  margin: 0 0 1.1em;
}

#smo-reading-message p:last-child {
  margin-bottom: 0;
}

.smo-actions {
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
}

/* ----------------------------------
 * Reveal card
 * ---------------------------------- */

#smo-reveal-host {
  position: relative;
  z-index: 2500 !important;
}

.smo-reveal-card {
  position: relative;
  z-index: 2600 !important;
  opacity: 1 !important;
  background-color: #e8a35f !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: cover !important;
  isolation: isolate !important;
}

.smo-reveal-card,
.smo-reveal-card canvas {
  opacity: 1 !important;
  background: #e8a35f !important;
  mix-blend-mode: normal !important;
  isolation: isolate !important;
}

/* ----------------------------------
 * Effects
 * ---------------------------------- */

.smo-fade-in {
  animation: smoFade 0.35s ease;
}

@keyframes smoFade {
  from { opacity: 0; }
  to { opacity: 1; }
}

@keyframes smoCardPulse {
  0% {
    box-shadow:
      0 22px 46px rgba(41, 25, 24, 0.18),
      0 0 0 1px rgba(223, 205, 193, 0.75),
      0 0 0 rgba(214, 188, 161, 0);
  }
  35% {
    box-shadow:
      0 28px 52px rgba(41, 25, 24, 0.24),
      0 0 0 1px rgba(223, 205, 193, 0.88),
      0 0 24px rgba(214, 188, 161, 0.26);
  }
  100% {
    box-shadow:
      0 30px 58px rgba(41, 25, 24, 0.22),
      0 0 0 1px rgba(223, 205, 193, 0.68),
      0 0 14px rgba(214, 188, 161, 0.10);
  }
}

/* ----------------------------------
 * Tablet
 * ---------------------------------- */

@media (max-width: 991px) {
  .smo-oracle {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    padding: 5.4rem 0 4rem;
  }

  .smo-intro,
  .smo-deck-wrap {
    width: min(calc(100% - 3.2rem), 1380px);
  }

  .smo-intro-inner {
    padding: 3.8rem 2.2rem 3.6rem;
  }

  .smo-title {
    font-size: clamp(4.2rem, 7vw, 6.6rem);
  }

  .smo-intro-text {
    font-size: 1.58rem;
  }

  .smo-deck-heading {
    margin-bottom: 2.8rem;
  }

  .smo-deck-heading h2 {
    font-size: clamp(4rem, 6vw, 6rem);
  }

  .smo-deck-stage {
    height: 360px;
  }

  .smo-deck-stage.has-active-card {
    height: 430px !important;
  }

  .smo-card {
    top: 36%;
  }

  .smo-card.is-centering,
  .smo-card.is-centering:hover {
    top: 24px !important;
    transform: translateX(-50%) scale(1.34) !important;
  }

  .smo-card.is-selected,
  .smo-card.is-selected:hover {
    top: 16px !important;
    transform: translateX(-50%) scale(1.60) !important;
  }

  .smo-inline-reading {
    margin-top: -24px !important;
  }
}

/* ----------------------------------
 * Mobile
 * ---------------------------------- */

@media (max-width: 767px) {
  .smo-oracle {
    padding: 4rem 0 1.2rem;
  }

  .smo-intro,
  .smo-deck-wrap {
    width: min(calc(100% - 2.8rem), 1380px);
  }

  .smo-intro-inner {
    padding: 3rem 1.8rem 2.8rem;
    border-radius: 28px;
  }

  .smo-intro-inner::before {
    inset: 10px 10px auto;
    height: 58%;
  }

  .smo-badge {
    min-height: 3.4rem;
    padding: 0.9rem 1.4rem;
    font-size: 1rem;
    letter-spacing: 0.13em;
  }

  .smo-title {
    margin-top: 2rem;
    max-width: 100%;
    font-size: clamp(3.4rem, 13vw, 5rem);
    line-height: 0.98;
  }

  .smo-title-divider {
    margin-top: 2rem;
  }

  .smo-title-divider span {
    width: 4.4rem;
  }

  .smo-intro-text {
    margin-top: 2rem;
    font-size: 1.42rem;
    line-height: 1.7;
  }

  .smo-intro-actions {
    margin-top: 2.6rem;
  }

  .smo-sacred-note {
    margin-top: 1.8rem;
    font-size: 1.22rem;
    line-height: 1.4;
  }

  .smo-btn,
  .smo-btn-primary,
  .smo-btn-secondary {
    width: 100%;
    min-width: 100%;
  }

  .smo-deck-wrap {
    margin-top: -0.8rem;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .smo-deck-heading {
    margin-bottom: 2.2rem;
  }

  .smo-deck-heading h2 {
    font-size: clamp(3.2rem, 11vw, 4.6rem);
  }

  .smo-deck-heading p:not(.smo-badge) {
    margin-top: 1.8rem;
    font-size: 1.42rem;
    line-height: 1.66;
  }

  .smo-deck-stage {
    height: 230px;
  }

  .smo-deck-stage.has-active-card {
    height: 440px !important;
  }

  .smo-fan {
    width: 100%;
  }

  .smo-card {
    top: 35%;
    width: 88px;
  }

  .smo-card-face,
  .smo-card-image {
    border-radius: 16px;
  }

  .smo-card::before {
    inset: -22px;
    border-radius: 34px;
  }

  .smo-card::after {
    inset: -10px;
    border-radius: 26px;
  }

  .smo-fan.is-spread .smo-card:hover {
    transform:
      translate(calc(-50% + var(--x, 0px)), calc(-50% + var(--y, 0px) - 4px))
      rotate(calc(var(--r, 0deg) * 0.84))
      scale(1.01);
  }

  .smo-card.is-centering,
  .smo-card.is-centering:hover {
    width: min(76vw, 330px) !important;
    top: 18px !important;
    transform: translateX(-50%) scale(1) !important;
  }

  .smo-card.is-selected,
  .smo-card.is-selected:hover {
    width: min(86vw, 370px) !important;
    top: 12px !important;
    transform: translateX(-50%) scale(1) !important;
    z-index: 9999 !important;
  }

  .smo-card.is-selected .smo-card-image,
  .smo-card.is-centering .smo-card-image {
    box-shadow:
      0 22px 42px rgba(41, 25, 24, 0.20),
      0 0 0 1px rgba(223, 205, 193, 0.58),
      0 0 12px rgba(214, 188, 161, 0.10);
  }

  .smo-deck-controls {
    margin-top: 8px;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .smo-deck-note {
    max-width: 280px;
    margin: 8px auto 0;
    font-size: 1.28rem;
    line-height: 1.5;
  }

  .smo-inline-reading {
    width: 100% !important;
    max-width: 100% !important;
    margin: 10px auto 0 !important;
  }

  .smo-inline-divider {
    margin: 0 auto 6px !important;
  }

  #smo-reading-title {
    margin-bottom: 14px !important;
    padding: 0 4px;
    font-size: clamp(2.4rem, 9vw, 3.6rem);
  }

  #smo-reading-message {
    width: 100% !important;
    max-width: none !important;
    padding: 2rem 1.6rem;
    border-radius: 20px;
    font-size: 1.42rem;
    line-height: 1.7;
    margin-bottom: 22px;
  }

  .smo-actions {
    flex-direction: column;
    gap: 10px;
  }

  .smo-actions .smo-btn {
    width: 100%;
    min-width: 100%;
  }
}

/* ----------------------------------
 * Small mobile
 * ---------------------------------- */

@media (max-width: 390px) {
  .smo-oracle {
    padding-bottom: 1rem;
  }

  .smo-deck-stage {
    height: 220px;
  }

  .smo-deck-stage.has-active-card {
    height: 420px !important;
  }

  .smo-card {
    top: 34%;
    width: 82px;
  }

  .smo-card.is-centering,
  .smo-card.is-centering:hover {
    width: 78vw !important;
    top: 16px !important;
  }

  .smo-card.is-selected,
  .smo-card.is-selected:hover {
    width: 90vw !important;
    top: 10px !important;
  }

  .smo-inline-reading {
    margin-top: 8px !important;
  }

  #smo-reading-title {
    margin-bottom: 12px !important;
  }

  #smo-reading-message {
    font-size: 1.36rem;
    padding: 1.8rem 1.4rem;
  }
}