/* page-prediction 専用（予想データ表・ライト購入バナー・ぼかし） */



.prediction-paid-headline {
  margin: 0 0 8px;
}
.prediction-plan-badge {
  display: inline-block;
  margin-right: 8px;
  vertical-align: middle;
  padding: 4px 12px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.02em;
  color: #fff;
  background: #333;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

/* 予想ページの無料本文枠: 角丸・ピンクなし。分析行と同じ padding / line-height / フォントサイズ、外枠は 2px */
.free-yoso.free-yoso--prediction {
  background: #fff;
  border: 2px solid #333;
  border-radius: 0;
  padding: 10px;
  margin: 0 0 10px;
  color: #333;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: normal;
  box-sizing: border-box;
}

.free-yoso.free-yoso--prediction .free-yoso-htag {
  font-weight: 400;
}

.free-yoso.free-yoso--prediction .free-yoso-htag p {
  margin: 0 0 0.75em;
}

.free-yoso.free-yoso--prediction .free-yoso-htag p:last-child {
  margin-bottom: 0;
}

.free-yoso.free-yoso--prediction .free-yoso-guest-note {
  margin: 0.75em 0 0;
}

/* 次回開催 URL で前週 CSV を見せている間の注意（パンくずと本文の週のずれ） */
.prediction-week-shift-notice {
  margin: 0 0 12px;
  padding: 12px 14px;
  font-size: 14px;
  line-height: 1.55;
  color: #b42318;
  background: #fff5f5;
  border: 1px solid #f0b4b4;
  border-radius: 8px;
  box-sizing: border-box;
}

.L_icon_trigger .fa-search {
  font-size: 24px !important;
}
.prediction-promo-wrap {
  position: relative;
}
.prediction-promo-banner {
  margin: 12px 0 14px;
  border-radius: 12px;
  padding: 12px 16px;
  color: #fff;
  text-align: center;
  font-weight: 700;
  background:
    radial-gradient(120% 180% at 50% 50%, rgba(255, 142, 142, 0.28) 0%, rgba(255, 142, 142, 0) 58%),
    linear-gradient(90deg, #7a1622 0%, #92202d 16%, #b62736 34%, #e53945 50%, #b62736 66%, #92202d 84%, #7a1622 100%);
  border: 1px solid rgba(255, 255, 255, 0.45);
  box-shadow: 0 10px 30px rgba(146, 32, 45, 0.34), 0 3px 12px rgba(0, 0, 0, 0.16);
  transition: filter 0.2s ease, box-shadow 0.2s ease;
}
.prediction-promo-banner:hover {
  filter: brightness(1.06);
  box-shadow: 0 12px 34px rgba(146, 32, 45, 0.42), 0 3px 12px rgba(0, 0, 0, 0.18);
}
.prediction-promo-banner--overlay {
  position: absolute;
  top: 140px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 30;
  width: calc(100% - 24px);
  max-width: 760px;
  margin: 0;
  pointer-events: auto;
}
.prediction-promo-link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  color: #ffffff !important;
  text-decoration: none !important;
}
.prediction-promo-link__body {
  flex: 1;
  min-width: 0;
  text-align: center;
}
.prediction-promo-link__lead {
  display: block;
}
.prediction-promo-link__arrow {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.22);
  border: 1px solid rgba(255, 255, 255, 0.4);
  font-size: 1.1rem;
  line-height: 1;
}
.prediction-promo-link__arrow .fa-arrow-right {
  margin-left: 2px;
}
.prediction-promo-link:visited,
.prediction-promo-link:hover,
.prediction-promo-link:active,
.prediction-promo-link:focus {
  color: #ffffff !important;
  text-decoration: none !important;
}
.prediction-promo-link small {
  color: #ffffff !important;
}
.prediction-promo-banner small {
  display: block;
  margin-top: 6px;
  font-size: 12px;
  font-weight: 500;
  opacity: 0.96;
}
.blur-data.blurred {
  filter: blur(4px);
  user-select: none;
  pointer-events: none;
}
@media screen and (min-width: 769px) {
  .race-table-mobile {
    display: none !important;
  }
  .race-table-pc {
    display: table-row !important;
  }
  table.race-table-pc {
    display: table !important;
  }
}
@media screen and (max-width: 768px) {
  .race-table-mobile {
    display: block !important;
  }
  .race-table-pc {
    display: none !important;
  }
  table.race-table-pc {
    display: none !important;
  }
  .prediction-promo-banner {
    padding: 10px 12px;
    font-size: 14px;
    line-height: 1.45;
  }
  .prediction-promo-banner--overlay {
    top: 110px;
    width: calc(100% - 14px);
  }
  .prediction-promo-link {
    gap: 8px;
  }
  .prediction-promo-link__arrow {
    width: 36px;
    height: 36px;
    font-size: 0.95rem;
  }
  .prediction-promo-banner small {
    font-size: 11px;
  }
}
@media print {
  .race-table-mobile {
    display: none !important;
    visibility: hidden !important;
  }
  .race-table-pc {
    display: table-row !important;
    visibility: visible !important;
  }
  table.race-table-pc {
    display: table !important;
    visibility: visible !important;
  }
}
