/* Shared open-layout treatment for every public SnapLotto page. */

body.public-site.site-body {
  --public-content-width: 1320px;
  --public-gutter: 24px;
  --public-rule: #d8dee9;
  --public-rule-strong: #b8c1cf;
  --public-ink: #101a31;
  --public-muted: #56637a;
  --public-yellow: #ffe11d;
  background: #fff;
  color: var(--public-ink);
}

body.public-site.site-body::before,
.public-site .site-glow {
  display: none;
}

.public-site *,
.public-site *::before,
.public-site *::after {
  letter-spacing: 0 !important;
}

.public-site .site-topbar {
  border-bottom: 1px solid #dfe4ec;
  background: rgba(255, 255, 255, 0.97);
  box-shadow: none;
  backdrop-filter: blur(14px);
}

.public-site .topbar-shell {
  min-height: 76px;
}

.public-site .desktop-nav {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.public-site .nav-chip {
  position: relative;
  padding: 10px 11px;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.public-site .nav-chip:hover,
.public-site .nav-chip.active {
  background: transparent;
  box-shadow: none;
}

.public-site .nav-chip:hover {
  color: #d52f36;
}

.public-site .nav-chip.active::after {
  content: "";
  position: absolute;
  right: 11px;
  bottom: -8px;
  left: 11px;
  height: 3px;
  background: #e2bd00;
}

.public-site .brand:hover .brand-logo {
  transform: none;
}

.public-site .btn,
.public-site .btn-snap-primary,
.public-site .btn-snap-ghost,
.public-site .btn-auth,
.public-site .btn-result-open,
.public-site .btn-result-secondary,
.public-site .web-sponsor-action {
  border-radius: 7px;
}

.public-site:not(.page-home) .site-main {
  width: min(100%, var(--public-content-width));
  max-width: none;
  padding: 36px var(--public-gutter) 54px !important;
}

.public-site:not(.page-home) .page-shell {
  gap: 0;
}

.public-site:not(.page-home) .hero-shell,
.public-site:not(.page-home) .shell-hero {
  position: relative;
  margin-bottom: 28px !important;
  padding: 0;
  overflow: visible;
  border: 0;
  border-bottom: 1px solid var(--public-rule);
  border-radius: 0;
  background: #fff;
  box-shadow: none;
}

.public-site:not(.page-home) .hero-shell::after {
  display: none;
}

.public-site:not(.page-home) .hero-grid {
  min-height: 270px;
  padding: 28px 0 38px;
}

.public-site:not(.page-home) .shell-hero {
  min-height: 220px;
  padding: 34px 0 38px;
}

.public-site:not(.page-home) .hero-kicker,
.public-site:not(.page-home) .shell-kicker,
.public-site:not(.page-home) .rules-kicker,
.public-site:not(.page-home) .profile-kicker {
  gap: 8px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #4c5a72;
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.public-site:not(.page-home) .hero-title,
.public-site:not(.page-home) .shell-title {
  max-width: 880px;
  margin: 14px 0 12px;
  color: var(--public-ink);
  font-size: 3.25rem;
  line-height: 1.02;
  font-weight: 900;
  text-wrap: balance;
}

.public-site:not(.page-home) .hero-subtitle,
.public-site:not(.page-home) .shell-subtitle {
  max-width: 760px;
  color: var(--public-muted);
  font-size: 1.05rem;
  line-height: 1.6;
}

.public-site:not(.page-home) .hero-cta-row {
  margin-top: 22px;
}

.public-site:not(.page-home) .panel-card {
  margin-bottom: 0 !important;
  overflow: visible;
  border: 0;
  border-top: 1px solid var(--public-rule);
  border-radius: 0;
  background: #fff;
  box-shadow: none;
  backdrop-filter: none;
}

.public-site:not(.page-home) .panel-header {
  min-height: 62px;
  padding: 16px 18px;
  border: 0;
  border-bottom: 1px solid #dfc000;
  background: var(--public-yellow);
}

.public-site:not(.page-home) .panel-header h2,
.public-site:not(.page-home) .panel-header h3,
.public-site:not(.page-home) .panel-header h4,
.public-site:not(.page-home) .panel-header h5 {
  color: var(--public-ink);
  font-size: 1.18rem;
}

.public-site:not(.page-home) .panel-body {
  padding: 24px 0;
}

.public-site:not(.page-home) .panel-inline-badge {
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: #4d4a2e;
  font-size: 0.76rem;
}

.public-site .transition-trust-card {
  margin: 0 0 30px !important;
  padding: 22px 0 28px;
  overflow: visible;
  border: 0;
  border-bottom: 1px solid var(--public-rule);
  border-radius: 0;
  background: #fff;
  box-shadow: none;
}

.public-site .transition-trust-card::after {
  right: auto;
  bottom: -1px;
  left: 0;
  width: 160px;
  height: 3px;
  border-radius: 0;
}

.public-site .transition-trust-icon {
  border-radius: 8px;
  box-shadow: none;
}

.public-site .transition-context-note {
  border-radius: 6px;
}

.public-site .web-monetization-unit {
  margin-bottom: 30px !important;
}

.public-site .web-sponsor-strip {
  border-width: 1px 0;
  border-radius: 0;
  box-shadow: none;
}

.public-site .web-sponsor-media {
  border-radius: 5px;
}

.public-site .site-footer {
  margin-top: 0 !important;
  border-top-color: var(--public-rule);
  box-shadow: none;
}

.public-site .footer-shell {
  padding-top: 28px;
  padding-bottom: 30px;
}

/* Results centre */
.page-results .results-pill-stack {
  align-self: stretch;
  justify-content: center;
  padding-left: 36px;
  border-left: 1px solid var(--public-rule);
}

.page-results .results-pill {
  min-height: 0;
  padding: 8px 0;
  border: 0;
  border-bottom: 1px solid var(--public-rule);
  border-radius: 0;
  background: transparent;
  color: #3f4e66;
}

.page-results .results-pill:last-child {
  border-bottom: 0;
}

.page-results .results-game-nav {
  gap: 22px;
  margin: 0 0 30px !important;
  padding: 0 0 2px;
  border-bottom: 1px solid var(--public-rule);
  scrollbar-width: none;
}

.page-results .results-game-nav::-webkit-scrollbar {
  display: none;
}

.page-results .results-game-tab {
  position: relative;
  padding: 12px 0 14px;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #536078;
}

.page-results .results-game-tab:hover,
.page-results .results-game-tab.active {
  border: 0;
  background: transparent;
  color: var(--public-ink);
}

.page-results .results-game-tab.active::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -2px;
  left: 0;
  height: 3px;
  background: #dfbd00;
}

.page-results .panel-card .panel-body {
  padding: 0;
}

.page-results .results-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
}

.page-results .result-card {
  padding: 25px 20px 27px;
  overflow: visible;
  border: 0;
  border-right: 1px solid var(--public-rule);
  border-bottom: 1px solid var(--public-rule);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.page-results .result-card:nth-child(3n) {
  border-right: 0;
}

.page-results .result-card:nth-last-child(-n + 3) {
  border-bottom: 0;
}

.page-results .result-card:hover {
  transform: none;
  border-color: var(--public-rule);
  background: #fbfcfe;
  box-shadow: none;
}

.page-results .result-card-head {
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: var(--public-ink);
  font-family: "Sora", "Outfit", sans-serif;
  font-size: 1.05rem;
}

.page-results .result-card-head span:last-child {
  color: #5f6b80;
  font-family: "Outfit", sans-serif;
  font-size: 0.86rem;
}

.page-results .result-card-body {
  padding: 0;
  border-radius: 0;
}

.page-results .result-meta {
  margin: 13px 0 14px;
}

.page-results .result-card-actions {
  gap: 0;
  margin-top: 16px;
}

.page-results .btn-result-open,
.page-results .btn-result-secondary {
  padding: 4px 12px;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--public-ink);
  font-weight: 800;
}

.page-results .btn-result-open {
  padding-left: 0;
}

.page-results .btn-result-secondary {
  border-left: 1px solid var(--public-rule-strong);
}

.page-results .btn-result-open:hover,
.page-results .btn-result-secondary:hover {
  background: transparent;
  color: #d42f36;
}

.page-results .table-responsive {
  margin: 0;
  border-bottom: 1px solid var(--public-rule);
}

.page-results .table-modern th,
.page-results .table-modern td {
  padding-inline: 18px;
}

.page-results .results-pagination {
  margin: 0;
  padding: 22px 0 0;
}

.page-results .panel-body > .alert {
  margin: 24px 0 0;
}

/* Predictions */
.page-predictions .predictions-container {
  margin-top: 0;
}

.page-predictions .web-breakdown-shell {
  margin: 0;
  padding: 0;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: #fff;
  box-shadow: none;
}

.page-predictions .web-breakdown-shell::before {
  top: 0;
  height: 4px;
}

.page-predictions .breakdown-heading-row {
  margin: 0;
  padding: 30px 0 18px;
}

.page-predictions .breakdown-title {
  color: var(--public-ink);
  font-size: 1.65rem;
  text-shadow: none;
}

.page-predictions .prediction-compact-meta span,
.page-predictions .prediction-source-meta {
  border-radius: 6px;
  box-shadow: none;
}

.page-predictions .prediction-source-meta {
  border: 0;
  border-left: 1px solid var(--public-rule);
  background: transparent;
}

.page-predictions .breakdown-game-tabs {
  gap: 20px;
  margin-bottom: 28px;
  border-bottom: 1px solid var(--public-rule);
}

.page-predictions .breakdown-game-tab {
  position: relative;
  padding: 10px 0 13px;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  color: #536078;
}

.page-predictions .breakdown-game-tab:hover,
.page-predictions .breakdown-game-tab.active {
  transform: none;
  border: 0;
  background: transparent;
  box-shadow: none;
  color: var(--public-ink);
}

.page-predictions .breakdown-game-tab.active::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -2px;
  left: 0;
  height: 3px;
  background: #dfbd00;
}

.page-predictions .breakdown-top-grid {
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.38fr);
  gap: 36px;
}

.page-predictions .breakdown-left-column {
  gap: 20px;
}

.page-predictions .breakdown-top-card {
  padding: 22px;
  border: 0;
  border-radius: 0;
  background: var(--public-yellow);
  box-shadow: none;
}

.page-predictions .breakdown-section-heading {
  padding-top: 8px;
}

.page-predictions .method-grid {
  gap: 0;
  border-top: 1px solid var(--public-rule);
}

.page-predictions .method-card {
  min-height: 146px;
  padding: 19px 18px;
  border: 0;
  border-right: 1px solid var(--public-rule);
  border-bottom: 1px solid var(--public-rule);
  border-left: 4px solid transparent;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.page-predictions .method-card:nth-child(even) {
  border-right: 0;
}

.page-predictions .method-card:hover {
  transform: none;
  background: #fbfcfe;
  box-shadow: none;
}

.page-predictions .method-card.method-tone-1 {
  border-left-color: #3b82f6;
  background: transparent;
}

.page-predictions .method-card.method-tone-2 {
  border-left-color: #22a95b;
  background: transparent;
}

.page-predictions .method-card.method-tone-3 {
  border-left-color: #ea711d;
  background: transparent;
}

.page-predictions .method-card.method-tone-4 {
  border-left-color: #7c54df;
  background: transparent;
}

.page-predictions .builder-preview-card {
  padding: 20px;
  border-radius: 8px;
  background: #fffceb;
  box-shadow: none;
}

.page-predictions .builder-summary-card,
.page-predictions .builder-action-btn,
.page-predictions .builder-field select,
.page-predictions .prediction-interact-bar,
.page-predictions .prediction-advanced-details {
  border-radius: 7px;
}

.page-predictions .breakdown-stats-row {
  gap: 0;
  border-bottom: 1px solid var(--public-rule);
}

.page-predictions .breakdown-stat {
  padding: 14px 16px;
  border: 0;
  border-right: 1px solid var(--public-rule);
  border-radius: 0;
  background: transparent;
}

.page-predictions .breakdown-stat:last-child {
  border-right: 0;
}

.page-predictions .most-drawn-row,
.page-predictions .engine-notes-row {
  padding: 14px 0;
  border: 0;
  border-bottom: 1px solid var(--public-rule);
  border-radius: 0;
  background: transparent;
}

/* Scanner information and upload */
.page-scanner-landing .hero-banner-wrap {
  max-width: 310px;
  padding: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.page-scanner-landing .hero-banner-image {
  max-height: 220px;
  border-radius: 0;
  object-fit: contain;
}

.page-scanner-landing .scanner-status-grid {
  gap: 0;
  margin-bottom: 30px !important;
  border-block: 1px solid var(--public-rule);
}

.page-scanner-landing .scanner-status-card {
  padding: 25px 24px;
  border: 0;
  border-right: 1px solid var(--public-rule);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.page-scanner-landing .scanner-status-card:last-child {
  border-right: 0;
}

.page-scanner-landing .scanner-status-icon {
  border-radius: 7px;
  box-shadow: none;
}

.page-scanner-landing .steps-grid {
  gap: 0;
}

.page-scanner-landing .feature-step-card {
  padding: 28px 24px;
  border: 0;
  border-right: 1px solid var(--public-rule);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.page-scanner-landing .feature-step-card:last-child {
  border-right: 0;
}

.page-scanner-landing .feature-step-card:hover {
  transform: none;
  border-color: var(--public-rule);
  box-shadow: none;
}

.page-scanner-landing .game-chip-grid {
  gap: 0;
  border-top: 1px solid var(--public-rule);
}

.page-scanner-landing .game-chip {
  padding: 16px 18px;
  border: 0;
  border-right: 1px solid var(--public-rule);
  border-bottom: 1px solid var(--public-rule);
  border-radius: 0;
  background: transparent;
}

.page-scanner .site-main {
  max-width: 1120px;
}

.page-scanner .shell-hero .row {
  min-height: 150px;
}

.page-scanner .container.py-1 {
  max-width: none;
}

.page-scanner .card {
  overflow: hidden;
  border: 1px solid var(--public-rule);
  border-radius: 8px !important;
  background: #fff;
  box-shadow: none;
}

.page-scanner .card-header {
  padding: 15px 18px;
  border-bottom: 1px solid #dfc000;
  background: var(--public-yellow);
  color: var(--public-ink);
}

.page-scanner .ticket-drop-area,
.page-scanner .scanner-options-details,
.page-scanner .archive-scan-note {
  border-radius: 7px;
}

/* Contact */
.page-contact .shell-grid-2 {
  gap: 0;
  border-top: 1px solid var(--public-rule);
}

.page-contact .contact-card {
  overflow: visible;
  padding: 30px 34px 0 0;
  border: 0;
  border-right: 1px solid var(--public-rule);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.page-contact .contact-card:last-child {
  padding-right: 0;
  padding-left: 34px;
  border-right: 0;
}

.page-contact .contact-card .card-header {
  padding: 0 0 16px;
  border: 0;
  border-bottom: 3px solid #dfbd00;
  border-radius: 0;
  background: transparent !important;
  color: var(--public-ink) !important;
}

.page-contact .contact-card .card-header * {
  color: var(--public-ink) !important;
}

.page-contact .contact-card .card-body {
  padding: 24px 0 !important;
  background: transparent;
}

.page-contact .shell-pill {
  border-radius: 6px;
  box-shadow: none;
}

.page-contact .shell-list {
  display: grid;
  gap: 0;
  padding: 0;
  list-style: none;
}

.page-contact .shell-list li {
  padding: 14px 0;
  border-bottom: 1px solid var(--public-rule);
}

/* Draw detail */
.page-draw-details .page-shell,
.page-draw-details .container-fluid {
  padding: 0 !important;
}

.page-draw-details .draw-header {
  margin-bottom: 30px;
  padding: 8px 0 28px;
  border: 0;
  border-bottom: 1px solid var(--public-rule);
  border-radius: 0;
  background: #fff;
}

.page-draw-details .draw-header-title {
  color: var(--public-ink);
  font-size: 2.25rem;
}

.page-draw-details .card {
  margin-bottom: 26px !important;
  overflow: visible;
  border: 0;
  border-top: 1px solid var(--public-rule);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.page-draw-details .card-header {
  min-height: 54px;
  padding: 15px 0 !important;
  border: 0;
  border-bottom: 3px solid #dfbd00;
  border-radius: 0;
  background: transparent;
  color: var(--public-ink);
}

.page-draw-details .card-header h2 {
  font-size: 1.12rem !important;
  font-weight: 900;
  text-transform: uppercase;
}

.page-draw-details .card-body {
  padding: 24px 0 !important;
  background: transparent;
}

.page-draw-details .prediction-validation {
  border-color: var(--public-rule);
  border-radius: 6px;
  background: #f8fafc;
  box-shadow: none;
}

.page-draw-details .draw-detail-disclosure {
  border-radius: 7px;
  box-shadow: none;
}

.page-draw-details .financial-info-card {
  border-radius: 7px;
  box-shadow: none;
}

/* Authentication remains a clearly bounded form tool. */
.page-auth .site-main {
  max-width: 1120px;
  padding-top: 48px !important;
  padding-bottom: 70px !important;
}

.page-auth .card {
  overflow: hidden;
  border: 1px solid var(--public-rule);
  border-radius: 8px !important;
  background: #fff;
  box-shadow: 0 14px 34px rgba(16, 26, 49, 0.08) !important;
}

.page-auth .card-header,
.page-auth .lottery-header {
  padding: 18px 22px;
  border-bottom: 1px solid #dfc000;
  background: var(--public-yellow) !important;
  color: var(--public-ink) !important;
}

.page-auth .card-header *,
.page-auth .lottery-header * {
  color: var(--public-ink) !important;
}

.page-auth .verification-login-note,
.page-auth .verification-action-panel,
.page-auth .verification-pending-steps,
.page-auth .auth-optional-details,
.page-auth .auth-intro-note {
  border-radius: 7px !important;
  box-shadow: none;
}

/* Legal and policy pages */
.page-legal .site-main {
  max-width: 1180px;
}

.page-legal > .site-main > .card {
  padding: 24px 0 0 !important;
  border: 0 !important;
  border-top: 6px solid var(--public-yellow) !important;
  border-radius: 0 !important;
  background: #fff !important;
  box-shadow: none !important;
}

.page-legal > .site-main > .card > .mt-5 {
  margin-top: 34px !important;
}

.page-legal > .site-main > .card > .mt-5 > section {
  padding: 24px 0;
  border-top: 1px solid var(--public-rule);
}

.page-legal > .site-main > .card > .mt-5 > section h2 {
  color: var(--public-ink);
}

.page-promotion-rules .rules-shell {
  gap: 0;
}

.page-promotion-rules .rules-hero {
  padding: 28px 0 38px;
  border: 0;
  border-bottom: 1px solid var(--public-rule);
  border-radius: 0;
  background: #fff;
}

.page-promotion-rules .rules-title {
  font-size: 3rem;
}

.page-promotion-rules .rules-fact-grid {
  gap: 0;
  border-bottom: 1px solid var(--public-rule);
}

.page-promotion-rules .rules-fact {
  padding: 24px 20px;
  border: 0;
  border-right: 1px solid var(--public-rule);
  border-radius: 0;
  background: transparent;
}

.page-promotion-rules .rules-fact:last-child {
  border-right: 0;
}

.page-promotion-rules .rules-layout {
  gap: 38px;
  padding-top: 34px;
}

.page-promotion-rules .rules-panel,
.page-promotion-rules .rules-section {
  border: 0;
  border-radius: 0;
  background: transparent;
}

.page-promotion-rules .rules-nav {
  padding: 0 26px 0 0;
  border-right: 1px solid var(--public-rule);
}

.page-promotion-rules .rules-nav-link {
  padding: 10px 0;
  border: 0;
  border-bottom: 1px solid var(--public-rule);
  border-radius: 0;
  background: transparent;
}

.page-promotion-rules .rules-stack {
  gap: 0;
}

.page-promotion-rules .rules-section {
  padding: 24px 0;
  border-top: 1px solid var(--public-rule);
}

.page-promotion-rules .rules-stack > .rules-section:first-child {
  padding-top: 0;
  border-top: 0;
}

.page-promotion-rules .rules-inline-grid .rules-panel {
  padding: 16px 18px;
  border-left: 3px solid #dfbd00;
}

.page-promotion-rules .rules-note {
  border-radius: 6px;
  background: #fffbea;
}

/* Signed-in account surfaces */
.page-account .card.shadow-sm {
  overflow: visible;
  border: 0;
  border-top: 1px solid var(--public-rule);
  border-radius: 0 !important;
  background: #fff;
  box-shadow: none !important;
}

.page-account .card.shadow-sm > .card-header {
  padding: 16px 18px;
  border-bottom: 1px solid #dfc000;
  border-radius: 0;
  background: var(--public-yellow);
  color: var(--public-ink) !important;
}

.page-account .card.shadow-sm > .card-header * {
  color: var(--public-ink) !important;
}

.page-account .card.shadow-sm > .card-body {
  padding: 26px 0 !important;
}

.page-account .card-body > .row.g-3 > [class*="col-"] > .border {
  padding: 18px 20px !important;
  border-width: 0 1px 0 0 !important;
  border-radius: 0 !important;
}

.page-account .card-body > .row.g-3 > [class*="col-"]:last-child > .border {
  border-right: 0 !important;
}

.page-account .draw-starter-shell,
.page-account .invite-share-disclosure,
.page-account .invite-message-card,
.page-account .profile-shell,
.page-account .profile-readonly,
.page-account .invite-option,
.page-account .account-info-disclosure {
  border-radius: 7px;
  box-shadow: none;
}

.page-profile .profile-page-shell {
  gap: 0;
}

.page-profile .profile-hero {
  padding: 26px 0 34px;
  border: 0;
  border-bottom: 1px solid var(--public-rule);
  border-radius: 0 !important;
  background: #fff;
  box-shadow: none;
  color: var(--public-ink);
}

.page-profile .profile-hero p {
  color: var(--public-muted);
}

.page-profile .profile-chip {
  border-color: var(--public-rule);
  border-radius: 7px;
  background: #fff;
  color: var(--public-ink);
}

.page-profile .profile-chip.primary {
  background: var(--public-yellow);
}

.page-profile .profile-layout {
  gap: 34px;
  padding-top: 32px;
}

.page-profile .profile-panel {
  padding: 24px 0;
  border: 0;
  border-top: 1px solid var(--public-rule);
  border-radius: 0 !important;
  background: transparent;
  box-shadow: none;
}

.page-profile .profile-layout > .profile-panel {
  padding-top: 0;
  border-top: 0;
}

.page-profile .profile-stat,
.page-profile .notification-option,
.page-profile .notification-inbox-item {
  border-radius: 7px;
  box-shadow: none;
}

/* Error pages */
.page-error .error-state {
  min-height: 520px;
  padding: 34px 0;
  border: 0;
  border-bottom: 1px solid var(--public-rule);
  border-radius: 0;
  background: #fff;
}

@media (max-width: 991px) {
  .public-site {
    --public-gutter: 20px;
  }

  .public-site:not(.page-home) .hero-title,
  .public-site:not(.page-home) .shell-title {
    font-size: 2.65rem;
  }

  .page-results .results-pill-stack {
    padding-left: 24px;
  }

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

  .page-results .result-card:nth-child(3n) {
    border-right: 1px solid var(--public-rule);
  }

  .page-results .result-card:nth-child(even) {
    border-right: 0;
  }

  .page-results .result-card:nth-last-child(-n + 3) {
    border-bottom: 1px solid var(--public-rule);
  }

  .page-results .result-card:nth-last-child(-n + 2) {
    border-bottom: 0;
  }

  .page-predictions .breakdown-top-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .page-contact .contact-card {
    padding-right: 24px;
  }

  .page-contact .contact-card:last-child {
    padding-left: 24px;
  }

  .page-promotion-rules .rules-layout {
    gap: 24px;
  }

  .page-promotion-rules .rules-nav {
    padding: 0 0 20px;
    border-right: 0;
    border-bottom: 1px solid var(--public-rule);
  }
}

@media (max-width: 767px) {
  .page-home .floating-spotlight-amount {
    font-size: clamp(2rem, 9.8vw, 3.25rem);
    overflow-wrap: normal;
    white-space: nowrap;
  }

  .public-site {
    --public-gutter: 18px;
  }

  .public-site:not(.page-home) .site-main {
    padding-top: 22px !important;
    padding-bottom: 38px !important;
  }

  .public-site:not(.page-home) .hero-shell,
  .public-site:not(.page-home) .shell-hero {
    margin-bottom: 22px !important;
    padding: 0;
    border-radius: 0;
  }

  .public-site:not(.page-home) .hero-grid {
    min-height: 0;
    padding: 18px 0 26px;
  }

  .public-site:not(.page-home) .shell-hero {
    min-height: 0;
    padding: 18px 0 26px;
  }

  .public-site:not(.page-home) .hero-title,
  .public-site:not(.page-home) .shell-title {
    font-size: 2.1rem;
  }

  .public-site:not(.page-home) .hero-subtitle,
  .public-site:not(.page-home) .shell-subtitle {
    font-size: 0.98rem;
  }

  .public-site:not(.page-home) .panel-header {
    min-height: 56px;
    padding: 14px 12px;
  }

  .public-site .transition-trust-card {
    padding: 18px 0 24px;
    border-radius: 0;
  }

  .page-results .results-game-nav,
  .page-predictions .breakdown-game-tabs {
    gap: 18px;
    margin-right: calc(var(--public-gutter) * -1) !important;
    padding-right: var(--public-gutter);
  }

  .page-results .results-grid {
    grid-template-columns: 1fr;
  }

  .page-results .result-card {
    padding: 23px 0 25px;
    border-right: 0 !important;
    border-bottom: 1px solid var(--public-rule) !important;
  }

  .page-results .result-card:last-child {
    border-bottom: 0 !important;
  }

  .page-results .table-modern th,
  .page-results .table-modern td {
    padding-inline: 10px;
  }

  .page-predictions .breakdown-heading-row {
    padding-top: 22px;
  }

  .page-predictions .breakdown-title {
    font-size: 1.35rem;
  }

  .page-predictions .method-grid {
    grid-template-columns: 1fr;
  }

  .page-predictions .method-card {
    min-height: 0;
    padding: 18px 14px;
    border-right: 0;
  }

  .page-predictions .breakdown-stats-row {
    grid-template-columns: 1fr;
  }

  .page-predictions .breakdown-stat {
    border-right: 0;
    border-bottom: 1px solid var(--public-rule);
  }

  .page-predictions .breakdown-stat:last-child {
    border-bottom: 0;
  }

  .page-scanner-landing .scanner-status-grid,
  .page-scanner-landing .steps-grid {
    grid-template-columns: 1fr;
  }

  .page-scanner-landing .scanner-status-card,
  .page-scanner-landing .feature-step-card {
    padding: 22px 0;
    border-right: 0;
    border-bottom: 1px solid var(--public-rule);
  }

  .page-scanner-landing .scanner-status-card:last-child,
  .page-scanner-landing .feature-step-card:last-child {
    border-bottom: 0;
  }

  .page-contact .shell-grid-2 {
    grid-template-columns: 1fr;
  }

  .page-contact .contact-card,
  .page-contact .contact-card:last-child {
    padding: 26px 0 0;
    border-right: 0;
    border-bottom: 1px solid var(--public-rule);
  }

  .page-contact .contact-card:last-child {
    border-bottom: 0;
  }

  .page-draw-details .draw-header-title {
    font-size: 1.75rem;
  }

  .page-auth .site-main {
    padding-top: 24px !important;
  }

  .page-promotion-rules .rules-title {
    font-size: 2.2rem;
  }

  .page-promotion-rules .rules-fact-grid {
    grid-template-columns: 1fr;
  }

  .page-promotion-rules .rules-fact {
    border-right: 0;
    border-bottom: 1px solid var(--public-rule);
  }

  .page-account .card-body > .row.g-3 > [class*="col-"] > .border {
    border-width: 0 0 1px !important;
  }

  .page-account .card-body > .row.g-3 > [class*="col-"]:last-child > .border {
    border-bottom: 0 !important;
  }

  .page-profile .profile-layout {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .page-profile .profile-layout > .profile-panel + .profile-panel {
    padding-top: 24px;
    border-top: 1px solid var(--public-rule);
  }

  .page-error .error-state {
    padding-inline: 0;
  }

  .public-site .footer-shell {
    padding-bottom: 92px;
  }
}
