.elementor-6544 .elementor-element.elementor-element-3946146{--display:flex;}/* Start custom CSS *//* =========================
   全体
========================= */
html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  min-height: 100vh;
  overflow-x: hidden;
  font-family:
    "Hiragino Mincho ProN",
    "Yu Mincho",
    "Noto Serif JP",
    serif;
  color: #f7e9ef;
  background:
    linear-gradient(
      180deg,
      rgba(18, 10, 20, 0.55),
      rgba(28, 12, 26, 0.62)
    ),
    url("https://tm-meguri.com/wp-content/uploads/2026/05/ChatGPT-Image-2026%E5%B9%B45%E6%9C%8819%E6%97%A5-13_34_31.png")
    center center / cover no-repeat fixed;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

/* =========================
   本文レイアウト
========================= */
.fortune-final-section {
  position: relative;
  display: flex;
  justify-content: center;
  padding: 70px 18px;
  color: #fff;
  overflow: hidden;
}

.fortune-final-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 20, 0.08);
  z-index: 1;
}

.fortune-final-bg {
  background-position: center top;
}

.fortune-final-inner {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 860px;
  margin: 0 auto;
}

.fortune-glass-main {
  width: 100%;
  margin: 0 auto;
  padding: 28px 34px 42px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  box-shadow:
    0 8px 32px rgba(0, 0, 0, 0.25),
    inset 0 1px 0 rgba(255, 255, 255, 0.5),
    inset 0 -1px 0 rgba(255, 255, 255, 0.1);
}

.fortune-intro,
.middle-text,
.result-frame,
.result-button-area {
  text-align: center;
}

.fortune-intro p,
.middle-text p {
  margin: 0 0 14px;
  font-size: 17px;
  line-height: 1.85;
  font-weight: 600;
  color: #fff;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.42);
}

.hl {
  font-weight: 800;
  font-size: 1.08em;
}

.pink { color: #ff4fa0; }
.blue { color: #44c7ff; }
.green { color: #65e47d; }
.gold { color: #f3be42; }
.orange { color: #ff9a35; }
.red { color: #ff5b68; }
.purple { color: #c88cff; }

/* =========================
   ラベル・装飾
========================= */
.brush-label,
.brush-box {
  display: inline-block;
  position: relative;
  padding: 5px 22px;
  min-width: 80px;
  color: #fff;
  font-weight: 800;
  text-align: center;
  border-radius: 42% 58% 46% 54% / 58% 38% 62% 42%;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow:
    inset 0 0 18px rgba(255, 255, 255, 0.22),
    0 4px 12px rgba(0, 0, 0, 0.12);
}

.brush-box {
  display: block;
  width: fit-content;
  max-width: 88%;
  min-width: 300px;
  margin: 0 auto 22px;
  padding: 13px 36px;
  line-height: 1.5;
}

.pink-brush { background: linear-gradient(135deg, rgba(255,120,180,0.44), rgba(255,205,230,0.26)); }
.blue-brush { background: linear-gradient(135deg, rgba(150,215,255,0.40), rgba(220,245,255,0.24)); }
.yellow-brush { background: linear-gradient(135deg, rgba(255,220,130,0.38), rgba(255,245,205,0.24)); }
.green-brush { background: linear-gradient(135deg, rgba(150,235,175,0.38), rgba(225,255,235,0.22)); }
.gold-brush { background: linear-gradient(135deg, rgba(210,170,70,0.40), rgba(245,225,155,0.24)); }
.orange-brush { background: linear-gradient(135deg, rgba(255,140,80,0.40), rgba(255,210,175,0.24)); }
.red-brush { background: linear-gradient(135deg, rgba(255,90,105,0.44), rgba(255,180,185,0.26)); }

.brush-line {
  position: relative;
  display: inline-block;
  padding: 0 8px 4px;
  color: #fff;
  font-weight: 800;
  z-index: 1;
}

.brush-line::after {
  content: "";
  position: absolute;
  left: -8px;
  right: -8px;
  bottom: 2px;
  height: 13px;
  z-index: -1;
  border-radius: 45% 55% 48% 52% / 60% 35% 65% 40%;
  filter: blur(0.5px);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.blue-line::after {
  background: linear-gradient(90deg, rgba(160,220,255,0.20), rgba(210,245,255,0.40), rgba(160,220,255,0.22));
}

.yellow-line::after {
  background: linear-gradient(90deg, rgba(255,225,150,0.20), rgba(255,245,205,0.40), rgba(255,225,150,0.22));
}

/* =========================
   結果フレーム
========================= */
.result-frame {
  position: relative;
  margin: 28px auto;
  padding: 32px 42px;
  min-height: 220px;
  background: linear-gradient(135deg, rgba(18,30,55,0.42), rgba(44,58,84,0.30), rgba(15,24,45,0.44));
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 18px;
  box-shadow:
    inset 0 0 30px rgba(255, 255, 255, 0.08),
    0 10px 28px rgba(0, 0, 0, 0.18);
}

.result-frame::before {
  display: none;
}

.result-frame h3 {
  position: relative;
  z-index: 1;
  margin: 0 0 14px;
  font-size: 21px;
  line-height: 1.5;
  color: #fff;
}

.result-frame p {
  position: relative;
  z-index: 1;
  margin: 14px 0 0;
  font-size: 14px;
  line-height: 1.75;
  font-weight: 600;
  text-align:left;
  color: #fff;
}

#freeCoreDescription,
#freeOuterInnerDescription,
#freeAuraAdvice,
#freeLoveDescription,
#freeWorkDescription,
#freeMoneyDescription,
#freeHealthDescription,
#freeYearDescription {
  max-width: 450px;
  margin: 20px auto 0;
  line-height: 2;
  font-size: 18px;
}

/* =========================
   年表
========================= */
.year-frame {
  min-height: 520px;
}

.graph-area {
  position: relative;
  z-index: 1;
  max-width: 680px;
  margin: 20px auto 0;
}

.line-graph {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 150px;
  z-index: 4;
  overflow: visible;
}

.line-graph polyline {
  fill: none;
  stroke: #b98cff;
  stroke-width: 4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.line-graph circle {
  fill: #b98cff;
}

.month-panels {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 6px;
  padding-top: 160px;
}

.month-panels div {
  min-height: 150px;
  padding: 5px 3px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 14px;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow:
    inset 0 0 16px rgba(255, 255, 255, 0.22),
    0 4px 12px rgba(0, 0, 0, 0.08);
}

.month-panels div:nth-child(odd) { background: rgba(205, 225, 255, 0.54); }
.month-panels div:nth-child(even) { background: rgba(235, 205, 255, 0.48); }

.month-panels span {
  display: block;
  width: 22px;
  height: 22px;
  margin: 0 auto 6px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
  color: #385caa;
  font-size: 12px;
  line-height: 22px;
  font-weight: 800;
}

.month-panels p {
  writing-mode: vertical-rl;
  margin: 0 auto;
  font-size: 15px;
  line-height: 1.35;
  color: #1f2b4a;
  font-weight: 700;
}

.year-frame.premium-locked {
  position: relative;
  overflow: hidden;
}

.year-frame.premium-locked #freeYearTheme,
.year-frame.premium-locked #freeYearDescription,
.year-frame.premium-locked .graph-area {
  filter: blur(5px);
  opacity: 0.42;
  pointer-events: none;
  user-select: none;
}

.year-frame.premium-locked::after {
  content: "プレミアム会員限定";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 14px 26px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.94);
  color: #9b3f6f;
  font-weight: 700;
  letter-spacing: 0.08em;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.16);
  z-index: 20;
}

/* =========================
   ボタン
========================= */
.result-button-area {
  display: flex;
  justify-content: center;
  gap: 22px;
  margin-top: 30px;
}

.result-btn {
  width: 250px;
  min-height: 88px;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 999px;
  color: #fff;
  text-decoration: none;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow:
    inset 0 0 20px rgba(255, 255, 255, 0.14),
    0 8px 22px rgba(0, 0, 0, 0.18);
}

.result-btn strong {
  display: block;
  margin-bottom: 7px;
  font-size: 18px;
}

.result-btn span {
  display: block;
  font-size: 11px;
  line-height: 1.5;
}

.blue-btn { background: rgba(120, 150, 255, 0.34); }
.green-btn { background: rgba(130, 210, 150, 0.34); }

/* =========================
   ホロスコープ
========================= */
.horoscope-frame {
  margin: 36px auto;
}

.horoscope-frame h3 {
  margin-bottom: 20px;
}

.horoscope-frame p {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

.horoscope-frame > p {
  max-width: 620px;
  margin: 0 auto 24px;
}

.horoscope-frame #horoscopeChart {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 520px;
  min-height: 420px;
  margin: 0 auto;
}

.horoscope-frame #astroDataTables {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 680px;
  margin: 24px auto 0;
  overflow-x: auto;
}

.horoscope-frame table {
  width: 100%;
  border-collapse: collapse;
  font-size: 12px;
}

.horoscope-frame th,
.horoscope-frame td {
  padding: 8px 10px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  color: #fff;
}

.horoscope-frame th {
  background: rgba(255, 255, 255, 0.14);
  font-weight: 800;
}

.horoscope-frame td {
  background: rgba(0, 0, 0, 0.16);
}

.zodiac-wheel,
.outer-wheel,
.inner-wheel {
  fill: rgba(255, 255, 255, 0.08) !important;
}

.horoscope-frame .zodiac-bg {
  fill: #dfefff !important;
  stroke: #8b5e3c !important;
}

.horoscope-frame .zodiac-inner {
  fill: none !important;
  stroke: #8b5e3c !important;
}

.horoscope-frame .chart-bg,
.horoscope-frame .center-circle {
  fill: #ffffff !important;
  stroke: #8b5e3c !important;
}

.horoscope-frame .zodiac-line,
.horoscope-frame .house-line {
  stroke: #8b5e3c !important;
}

.horoscope-frame .house-number,
.horoscope-frame .angle-label {
  fill: #2d2a26 !important;
}

.horoscope-frame .planet-symbol {
  fill: #000000 !important;
}

/* =========================
   ゲストぼかし・登録導線
========================= */
.guest-blur-text {
  position: relative;
  max-height: 5.2em;
  overflow: hidden;
}

.guest-blur-text::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3.2em;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  background: linear-gradient(180deg, rgba(255,255,255,0), rgba(20,20,35,0.55));
}

.guest-blur-wrap {
  position: relative;
  margin-top: 10px;
}

.guest-blur-inline {
  display: block;
  filter: blur(5px);
  opacity: 0.9;
  user-select: none;
  pointer-events: none;
}

.guest-register-area {
  margin: 15px 0;
  text-align: center;
}

.guest-register-message {
  margin-bottom: 10px;
  color: #666;
  font-size: 14px;
}

.guest-register-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  transform: translate(-50%, -50%);
}

.guest-register-btn {
  display: inline-block;
  padding: 12px 24px;
  border-radius: 10px;
  background: linear-gradient(135deg, #4b2a7a, #7a4dc7);
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  box-shadow: 0 8px 20px rgba(75, 42, 122, 0.25);
}

.guest-register-btn:hover {
  transform: translateY(-2px);
}








.guest-register-btn{

  background:
    linear-gradient(
      180deg,
      #9b3f6f,
      #6d274b
    );

  color:#fff;

  border:none;

  box-shadow:
    0 8px 25px rgba(155,63,111,.4);
}

/* =========================
   キーワード枠
========================= */
.keyword-header-box {
  position: relative;
  width: min(90%, 700px);
  margin: 24px auto;
  padding: 20px 24px 24px;
  /* border: 2px solid rgba(255, 255, 255, 0.22); */
  border:0.5px solid rgba(101,228,125,0.5);
  border-radius: 12px;
}

.keyword-header-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 45%;
  border-radius: 12px 12px 0 0;
  background: linear-gradient(to bottom, rgba(255,255,255,0.18), rgba(255,255,255,0));
  pointer-events: none;
}

.keyword-title {
  position: relative;
  z-index: 1;
  margin-bottom: 14px;
  color: #fff;
  font-size: 17px;
  font-weight: 700;
}

.keyword-header-box .brush-box {
  margin-bottom: 0;
}

.keyword-subtitle {
  margin-top: 20px;
  margin-bottom: 12px;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}

/* =========================
   アカシックローディング
========================= */
.akashic-loading {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: none;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: transparent;
  pointer-events: none;
}

.akashic-panel {
  position: relative;
  width: 420px;
  max-width: 90vw;
  min-height: 430px;
  padding: 42px 26px 34px;
  border-radius: 28px;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 50% 35%, rgba(111, 73, 170, 0.55), transparent 38%),
    radial-gradient(circle at 50% 70%, rgba(40, 15, 70, 0.8), transparent 48%),
    linear-gradient(180deg, #08030f 0%, #12051f 55%, #05020a 100%);
  box-shadow:
    0 18px 55px rgba(0, 0, 0, 0.35),
    0 0 45px rgba(190, 135, 255, 0.28);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  pointer-events: auto;
}

.akashic-stars {
  position: absolute;
  inset: 0;
  z-index: 1;
  background-image:
    radial-gradient(circle, rgba(255,255,255,0.9) 1px, transparent 1px),
    radial-gradient(circle, rgba(255,210,255,0.7) 1px, transparent 1px);
  background-size: 90px 90px, 140px 140px;
  background-position: 0 0, 40px 70px;
  opacity: 0.35;
  animation: akashicStarsMove 18s linear infinite;
  pointer-events: none;
}

.akashic-book-wrap,
.akashic-message,
.akashic-data,
.akashic-progress {
  position: relative;
  z-index: 2;
}

.akashic-book-wrap {
  width: 220px;
  height: 170px;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: akashicFloat 3.5s ease-in-out infinite;
}

.akashic-ring {
  position: absolute;
  width: 210px;
  height: 210px;
  border: 1px solid rgba(230, 200, 255, 0.28);
  border-radius: 50%;
  box-shadow:
    0 0 24px rgba(210, 170, 255, 0.25),
    inset 0 0 24px rgba(210, 170, 255, 0.18);
  animation: akashicRingRotate 12s linear infinite;
}

.akashic-ring::before,
.akashic-ring::after {
  content: "";
  position: absolute;
  inset: 22px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 50%;
}

.akashic-ring::after {
  inset: 48px;
}

.akashic-glow {
  position: absolute;
  width: 180px;
  height: 120px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(235, 205, 255, 0.65), transparent 65%);
  filter: blur(10px);
  opacity: 0.7;
  animation: akashicGlowPulse 2.4s ease-in-out infinite;
}

.akashic-book {
  position: relative;
  width: 170px;
  height: 105px;
  perspective: 700px;
  z-index: 2;
}

.book-page {
  position: absolute;
  top: 8px;
  width: 82px;
  height: 95px;
  background:
    linear-gradient(135deg, rgba(255,255,255,0.95), rgba(232,211,255,0.86)),
    repeating-linear-gradient(180deg, transparent 0, transparent 11px, rgba(100,70,130,0.18) 12px);
  border: 1px solid rgba(255, 255, 255, 0.55);
  box-shadow:
    inset 0 0 18px rgba(110, 70, 145, 0.22),
    0 0 20px rgba(224, 190, 255, 0.28);
}

.book-page.left {
  left: 4px;
  border-radius: 10px 4px 4px 10px;
  transform-origin: right center;
  animation: leftPageMove 3.6s ease-in-out infinite;
}

.book-page.right {
  right: 4px;
  border-radius: 4px 10px 10px 4px;
  transform-origin: left center;
  animation: rightPageMove 3.6s ease-in-out infinite;
}

.book-center {
  position: absolute;
  left: 50%;
  top: 8px;
  width: 4px;
  height: 95px;
  transform: translateX(-50%);
  background: rgba(120, 80, 150, 0.45);
  box-shadow: 0 0 12px rgba(255, 255, 255, 0.5);
  z-index: 3;
}

.akashic-message {
  margin-top: 34px;
  padding: 0 24px;
  font-size: 18px;
  line-height: 1.8;
  letter-spacing: 0.08em;
  text-align: center;
  text-shadow: 0 0 14px rgba(230, 190, 255, 0.55);
  transition: opacity 0.4s ease, transform 0.4s ease;
}

.akashic-data {
  min-height: 56px;
  margin-top: 14px;
  color: #f5d9ff;
  font-size: 22px;
  line-height: 1.7;
  font-weight: 700;
  text-align: center;
  text-shadow: 0 0 16px rgba(255, 210, 255, 0.65);
}

.akashic-progress {
  width: 220px;
  height: 4px;
  margin-top: 26px;
  border-radius: 999px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.16);
}

.akashic-progress span {
  display: block;
  width: 42%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, transparent, rgba(245,220,255,0.95), transparent);
  animation: akashicProgress 1.5s ease-in-out infinite;
}

.akashic-message.is-changing {
  opacity: 0;
  transform: translateY(8px);
}

.akashic-loading.is-complete .akashic-glow {
  animation: akashicCompleteGlow 0.9s ease-out forwards;
}

.akashic-loading.is-complete .akashic-book-wrap {
  animation: akashicCompleteBook 0.9s ease-out forwards;
}

/* =========================
   アニメーション
========================= */
@keyframes akashicStarsMove {
  from { transform: translateY(0); }
  to { transform: translateY(-90px); }
}

@keyframes akashicFloat {
  0%, 100% { transform: translateY(0) scale(1); }
  50% { transform: translateY(-10px) scale(1.03); }
}

@keyframes akashicRingRotate {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

@keyframes akashicGlowPulse {
  0%, 100% {
    opacity: 0.45;
    transform: scale(0.95);
  }
  50% {
    opacity: 0.95;
    transform: scale(1.12);
  }
}

@keyframes leftPageMove {
  0%, 100% { transform: rotateY(0deg); }
  50% { transform: rotateY(8deg); }
}

@keyframes rightPageMove {
  0%, 100% { transform: rotateY(0deg); }
  50% { transform: rotateY(-8deg); }
}

@keyframes akashicProgress {
  0% { transform: translateX(-100%); }
  100% { transform: translateX(260%); }
}

@keyframes akashicCompleteGlow {
  0% {
    opacity: 0.8;
    transform: scale(1);
  }
  100% {
    opacity: 1;
    transform: scale(2.3);
  }
}

@keyframes akashicCompleteBook {
  0% {
    transform: scale(1);
    filter: brightness(1);
  }
  100% {
    transform: scale(1.12);
    filter: brightness(1.8);
  }
}

.year-month-list {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
}

.year-month-item {
  text-align: center;
}

.score-grid-lines line {
  stroke: rgba(255, 255, 255, 0.28);
  stroke-width: 1;
  stroke-dasharray: 5 6;
}

.score-grid-labels text {
  fill: rgba(255, 255, 255, 0.78);
  font-size: 22px;
  font-weight: 700;
}
/* =========================
   スマホ
========================= */
@media (max-width: 768px) {
  .fortune-final-section {
    padding: 20px 0;
  }

  .fortune-final-inner {
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin: 0 auto;
  }

  .fortune-glass-main {
    width: 100%;
    margin: 0;
    padding: 22px 14px 30px;
    border-radius: 0;
  }

  .fortune-intro p,
  .middle-text p {
    font-size: 16px !important;
    line-height: 2 !important;
  }

  .brush-label,
  .brush-line,
  .brush-box {
    font-size: 16px !important;
  }

  .brush-label {
    min-width: 60px;
    padding: 4px 16px;
  }

  .brush-line {
    margin-top: 3px;
  }

  .brush-box {
    min-width: 180px;
    max-width: 92%;
    padding: 10px 18px;
    line-height: 1.6 !important;
  }

  .result-frame {
    margin: 24px auto;
    padding: 28px 16px;
    min-height: auto;
  }

  .result-frame h3 {
    font-size: 16px !important;
    line-height: 1.7 !important;
  }

  .result-frame p {
    font-size: 16px !important;
    line-height: 1.9 !important;
  }

  .result-button-area {
    flex-direction: column;
    align-items: center;
    gap: 14px;
  }

  .result-btn {
    width: 88%;
  }

  .result-btn strong {
    font-size: 16px;
  }

  .result-btn span {
    font-size: 10px;
  }

  .year-frame {
    min-height: 500px;
  }

  .year-frame .graph-area {
    max-width: 100%;
    margin-top: 18px;
  }

  .year-frame .line-graph {
    position: relative;
    display: block;
    width: 100%;
    height: 120px;
    margin-bottom: 18px;
  }

  .line-graph polyline {
    stroke-width: 3;
  }

  .year-frame .month-panels {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    padding-top: 0;
  }

  .year-frame .month-panels div {
    min-height: auto;
    padding: 10px 12px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .year-frame .month-panels span {
    flex-shrink: 0;
    width: 28px;
    height: 28px;
    margin: 0;
    font-size: 12px;
    line-height: 28px;
  }

  .year-frame .month-panels p {
    writing-mode: horizontal-tb;
    margin: 0;
    font-size: 14px;
    line-height: 1.4;
    text-align: left;
  }

  .horoscope-frame {
    margin: 24px auto;
    padding: 24px 10px;
    overflow: hidden;
  }

  .horoscope-frame > p {
    font-size: 12px;
    line-height: 1.8;
  }

  .horoscope-frame #horoscopeChart {
    width: 100%;
    max-width: 100%;
    min-height: auto;
    margin: 18px auto;
    overflow: visible;
  }

  .horoscope-frame .horoscope-svg {
    display: block;
    width: 100%;
    max-width: 340px;
    height: auto;
    margin: 0 auto;
  }

  .horoscope-frame #astroDataTables {
    width: 100%;
    max-width: 100%;
    margin-top: 18px;
    padding-bottom: 10px;
    overflow: hidden !important;
  }

  .horoscope-frame .astro-tables {
    display: block !important;
    width: 100% !important;
    max-width: 100%;
  }

  .horoscope-frame .astro-table-box {
    width: 520px !important;
    min-width: 520px !important;
    max-width: none !important;
    margin-bottom: -120px !important;
    overflow: hidden !important;
    transform: scale(0.62);
    transform-origin: top left;
  }

  .horoscope-frame .astro-table-box table {
    width: 100% !important;
    table-layout: fixed !important;
  }

  .horoscope-frame .astro-table-box th,
  .horoscope-frame .astro-table-box td {
    height: 42px !important;
    padding: 4px 3px !important;
    font-size: 22px !important;
    line-height: 1.4 !important;
    vertical-align: middle;
    word-break: break-word;
  }

  .horoscope-frame .aspect-table-box {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    margin-bottom: -120px !important;
    overflow: hidden !important;
    transform: scale(0.62);
    transform-origin: top left;
  }

  .horoscope-frame .aspect-stair-table {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    margin: 12px auto 0;
    table-layout: fixed !important;
  }

  .horoscope-frame .aspect-stair-table th,
  .horoscope-frame .aspect-stair-table td {
    width: auto !important;
    height: 30px !important;
    padding: 0 !important;
    font-size: 22px !important;
    line-height: 1 !important;
  }

  .horoscope-frame .planet-cell {
    font-size: 18px !important;
    line-height: 1 !important;
    font-weight: 700 !important;
  }

  .horoscope-frame .aspect-side-planet,
  .horoscope-frame .aspect-diagonal {
    font-size: 16px !important;
    font-weight: 700 !important;
  }

  .horoscope-frame .aspect-symbol {
    display: block !important;
    font-size: 16px !important;
    line-height: 1 !important;
    font-weight: 700 !important;
    margin-bottom: 2px;
  }

  .horoscope-frame .aspect-orb {
    display: block !important;
    font-size: 20px !important;
    line-height: 1 !important;
  }
}

@media screen and (max-width: 600px) {
  .akashic-book-wrap {
    width: 180px;
    height: 140px;
  }

  .akashic-ring {
    width: 175px;
    height: 175px;
  }

  .akashic-book {
    width: 145px;
    height: 90px;
  }

  .book-page {
    width: 70px;
    height: 82px;
  }

  .book-center {
    height: 82px;
  }

  .akashic-message {
    margin-top: 28px;
    font-size: 14px;
    line-height: 1.8;
  }

  .akashic-data {
    font-size: 18px;
  }
}/* End custom CSS */