.elementor-754 .elementor-element.elementor-element-6f9fb1b{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-8799ece *//* =========================================================
   288UP Over Under Football Guide Article
   Prefix: upougd-
   Premium Long-form / Elementor-safe
   Theme: Black / Orange / Gold
   ========================================================= */

.upougd-article {
  --upougd-bg: #050505;
  --upougd-card: rgba(18, 18, 18, 0.94);
  --upougd-orange: #ff5a00;
  --upougd-orange-soft: rgba(255, 90, 0, 0.16);
  --upougd-gold: #ffb347;
  --upougd-gold-2: #ffd38a;
  --upougd-text: #ffffff;
  --upougd-muted: #bdbdbd;
  --upougd-border: rgba(255, 179, 71, 0.24);
  --upougd-border-orange: rgba(255, 90, 0, 0.36);
  --upougd-shadow: 0 24px 70px rgba(0, 0, 0, 0.36);
  --upougd-radius-xl: 28px;
  --upougd-radius-lg: 22px;
  --upougd-radius-md: 16px;
  --upougd-max: 980px;

  width: min(var(--upougd-max), calc(100% - 28px));
  margin: 0 auto;
  padding: 36px 0 64px;
  color: var(--upougd-text);
  font-family: inherit;
  line-height: 1.78;
}

.upougd-article *,
.upougd-article *::before,
.upougd-article *::after {
  box-sizing: border-box;
}

.upougd-article a {
  color: inherit;
  text-decoration: none;
}

.upougd-header {
  position: relative;
  overflow: hidden;
  padding: clamp(24px, 4vw, 42px);
  margin-bottom: 26px;
  border: 1px solid var(--upougd-border-orange);
  border-radius: var(--upougd-radius-xl);
  background:
    radial-gradient(circle at 18% 0%, rgba(255, 90, 0, 0.22), transparent 38%),
    radial-gradient(circle at 88% 14%, rgba(255, 179, 71, 0.15), transparent 36%),
    linear-gradient(145deg, #111 0%, #070707 100%);
  box-shadow: var(--upougd-shadow);
}

.upougd-header::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(115deg, transparent, rgba(255, 179, 71, 0.08), transparent);
  pointer-events: none;
}

.upougd-label {
  position: relative;
  z-index: 2;
  display: inline-flex;
  margin: 0 0 14px;
  padding: 7px 13px;
  border-radius: 999px;
  border: 1px solid rgba(255, 179, 71, 0.42);
  background: rgba(255, 90, 0, 0.14);
  color: var(--upougd-gold-2);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.upougd-header h1 {
  position: relative;
  z-index: 2;
  max-width: 900px;
  margin: 0;
  color: #fff;
  font-size: clamp(26px, 4.2vw, 42px);
  line-height: 1.22;
  letter-spacing: -0.025em;
  text-wrap: balance;
}

.upougd-intro {
  position: relative;
  z-index: 2;
  max-width: 890px;
  margin: 18px 0 0;
  color: #ececec;
  font-size: 17px;
}

.upougd-intro strong {
  color: #ffe0ad;
  font-weight: 900;
}

.upougd-meta {
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}

.upougd-meta span {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(255, 179, 71, 0.16);
  color: var(--upougd-muted);
  font-size: 13px;
}

.upougd-section,
.upougd-related,
.upougd-faq,
.upougd-bottom-cta {
  margin: 28px 0;
}

.upougd-section {
  padding: 0 4px;
}

.upougd-card-section {
  padding: clamp(22px, 3vw, 32px);
  border-radius: var(--upougd-radius-xl);
  border: 1px solid var(--upougd-border);
  background:
    linear-gradient(145deg, rgba(18, 18, 18, 0.96), rgba(8, 8, 8, 0.96)),
    radial-gradient(circle at 10% 0%, rgba(255, 90, 0, 0.12), transparent 44%);
  box-shadow: 0 18px 54px rgba(0, 0, 0, 0.28);
}

.upougd-gradient {
  background:
    radial-gradient(circle at 0% 0%, rgba(255, 90, 0, 0.18), transparent 42%),
    linear-gradient(135deg, rgba(255, 179, 71, 0.08), rgba(8, 8, 8, 0.98));
}

.upougd-section h2,
.upougd-related h2,
.upougd-faq h2,
.upougd-bottom-cta h2 {
  margin: 0 0 14px;
  color: #fff;
  font-size: clamp(23px, 3vw, 32px);
  line-height: 1.28;
  letter-spacing: -0.018em;
  text-wrap: balance;
}

.upougd-section p,
.upougd-related p,
.upougd-faq p,
.upougd-bottom-cta span {
  margin: 0 0 15px;
  color: #e1e1e1;
  font-size: 16px;
}

.upougd-section p:last-child {
  margin-bottom: 0;
}

.upougd-keylink {
  display: inline !important;
  width: auto !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 2px !important;
  border-radius: 0 !important;
  color: #ffd38a !important;
  font-size: inherit !important;
  line-height: inherit !important;
  font-weight: 850;
  text-decoration: none !important;
  border-bottom: 1px solid rgba(255, 179, 71, 0.52);
  background: linear-gradient(to top, rgba(255, 90, 0, 0.15) 34%, transparent 34%);
  box-shadow: none !important;
  transform: none !important;
  transition: color 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.upougd-keylink:hover {
  display: inline !important;
  color: #ffffff !important;
  border-bottom-color: rgba(255, 90, 0, 0.92);
  background: linear-gradient(to top, rgba(255, 179, 71, 0.22) 36%, transparent 36%);
  box-shadow: none !important;
  transform: none !important;
}

.upougd-figure {
  margin: 28px 0;
  overflow: hidden;
  border-radius: var(--upougd-radius-xl);
  border: 1px solid var(--upougd-border);
  background: #090909;
  box-shadow: var(--upougd-shadow);
}

.upougd-figure img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  transform: none !important;
  transition: filter 0.28s ease, opacity 0.28s ease;
}

.upougd-figure:hover img {
  transform: none !important;
  filter: brightness(1.055) contrast(1.035) saturate(1.055);
}

.upougd-figure figcaption {
  padding: 12px 16px;
  color: var(--upougd-muted);
  font-size: 13px;
  background: rgba(0, 0, 0, 0.72);
  border-top: 1px solid rgba(255, 179, 71, 0.14);
}

.upougd-cover {
  margin-top: 0;
}

.upougd-note,
.upougd-warning {
  margin-top: 22px;
  padding: 18px;
  border-radius: var(--upougd-radius-md);
}

.upougd-note {
  border: 1px solid rgba(255, 179, 71, 0.26);
  background:
    linear-gradient(135deg, rgba(255, 179, 71, 0.10), rgba(255, 90, 0, 0.08)),
    rgba(255, 255, 255, 0.035);
}

.upougd-warning {
  border: 1px solid rgba(255, 90, 0, 0.40);
  background:
    linear-gradient(135deg, rgba(255, 90, 0, 0.15), rgba(184, 56, 0, 0.08)),
    rgba(255, 255, 255, 0.035);
}

.upougd-note strong,
.upougd-warning strong {
  display: block;
  margin-bottom: 7px;
  color: var(--upougd-gold-2);
  font-size: 15px;
}

.upougd-note p,
.upougd-warning p {
  margin: 0;
  color: #e8e8e8;
}

.upougd-list,
.upougd-checklist {
  display: grid;
  gap: 10px;
  margin: 20px 0;
  padding: 0;
  list-style: none;
}

.upougd-list li,
.upougd-checklist li {
  position: relative;
  padding: 13px 16px 13px 42px;
  border-radius: 15px;
  border: 1px solid rgba(255, 179, 71, 0.15);
  background: rgba(255, 255, 255, 0.045);
  color: #e9e9e9;
  font-size: 15px;
}

.upougd-list li::before,
.upougd-checklist li::before {
  content: "✓";
  position: absolute;
  left: 15px;
  top: 13px;
  color: var(--upougd-gold);
  font-weight: 950;
}

.upougd-list strong {
  color: #fff1d6;
}

.upougd-compare {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin: 22px 0;
}

.upougd-mini-card {
  padding: 18px;
  border-radius: var(--upougd-radius-lg);
  border: 1px solid rgba(255, 179, 71, 0.17);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.055), rgba(255, 90, 0, 0.045)),
    rgba(7, 7, 7, 0.88);
  transition: transform 0.22s ease, border-color 0.22s ease, background 0.22s ease, box-shadow 0.22s ease;
}

.upougd-mini-card:hover {
  transform: translateY(-3px);
  border-color: rgba(255, 179, 71, 0.42);
  background:
    linear-gradient(145deg, rgba(255, 90, 0, 0.10), rgba(255, 179, 71, 0.055)),
    rgba(7, 7, 7, 0.92);
  box-shadow: 0 16px 38px rgba(0, 0, 0, 0.24);
}

.upougd-mini-card strong {
  display: block;
  margin-bottom: 7px;
  color: #fff1d6;
  font-size: 16px;
}

.upougd-mini-card p {
  margin: 0;
  color: var(--upougd-muted);
  font-size: 14px;
}

.upougd-related {
  padding: clamp(22px, 3vw, 32px);
  border-radius: var(--upougd-radius-xl);
  border: 1px solid var(--upougd-border-orange);
  background:
    radial-gradient(circle at 0% 0%, rgba(255, 90, 0, 0.18), transparent 42%),
    linear-gradient(145deg, rgba(18, 18, 18, 0.96), rgba(8, 8, 8, 0.97));
  box-shadow: var(--upougd-shadow);
}

.upougd-related-head p {
  margin: 0 0 8px;
  color: var(--upougd-gold);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.upougd-related-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 20px;
}

.upougd-related-card {
  padding: 18px;
  border-radius: var(--upougd-radius-lg);
  border: 1px solid rgba(255, 179, 71, 0.17);
  background: rgba(255, 255, 255, 0.045);
  transition: transform 0.22s ease, border-color 0.22s ease, background 0.22s ease, box-shadow 0.22s ease;
}

.upougd-related-card:hover {
  transform: translateY(-3px);
  border-color: rgba(255, 179, 71, 0.42);
  background: rgba(255, 90, 0, 0.08);
  box-shadow: 0 16px 38px rgba(0, 0, 0, 0.25);
}

.upougd-related-card span {
  display: inline-flex;
  margin-bottom: 8px;
  color: var(--upougd-orange);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.08em;
}

.upougd-related-card h3 {
  margin: 0 0 8px;
  color: #fff3dc;
  font-size: 18px;
  line-height: 1.34;
}

.upougd-related-card p {
  margin: 0 0 12px;
  color: var(--upougd-muted);
  font-size: 14px;
}

.upougd-related-card a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #ffd38a;
  font-size: 14px;
  font-weight: 900;
  transition: color 0.2s ease, transform 0.2s ease, text-shadow 0.2s ease;
}

.upougd-related-card a::after {
  content: "→";
  transition: transform 0.2s ease;
}

.upougd-related-card a:hover {
  color: #ffffff;
  transform: translateX(2px);
  text-shadow: 0 0 14px rgba(255, 179, 71, 0.32);
}

.upougd-related-card a:hover::after {
  transform: translateX(3px);
}

.upougd-faq {
  padding: clamp(22px, 3vw, 32px);
  border-radius: var(--upougd-radius-xl);
  border: 1px solid var(--upougd-border);
  background: rgba(12, 12, 12, 0.96);
  box-shadow: 0 18px 54px rgba(0, 0, 0, 0.25);
}

.upougd-faq details {
  margin-top: 12px;
  border-radius: var(--upougd-radius-md);
  border: 1px solid rgba(255, 179, 71, 0.16);
  background: rgba(255, 255, 255, 0.045);
  overflow: hidden;
  transition: border-color 0.22s ease, background 0.22s ease, box-shadow 0.22s ease;
}

.upougd-faq details:hover {
  border-color: rgba(255, 179, 71, 0.38);
  background: rgba(255, 90, 0, 0.065);
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.20);
}

.upougd-faq summary {
  cursor: pointer;
  padding: 17px 18px;
  color: #fff2d8;
  font-size: 16px;
  font-weight: 900;
  list-style: none;
}

.upougd-faq summary::-webkit-details-marker {
  display: none;
}

.upougd-faq summary::after {
  content: "+";
  float: right;
  color: var(--upougd-gold);
  font-weight: 950;
}

.upougd-faq details[open] summary::after {
  content: "–";
}

.upougd-faq details p {
  margin: 0;
  padding: 0 18px 18px;
  color: var(--upougd-muted);
  font-size: 15px;
}

.upougd-bottom-cta {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 22px;
  align-items: center;
  overflow: hidden;
  padding: clamp(24px, 4vw, 38px);
  border-radius: 32px;
  border: 1px solid rgba(255, 179, 71, 0.34);
  background:
    linear-gradient(135deg, rgba(255, 90, 0, 0.28), rgba(7, 7, 7, 0.96) 58%),
    radial-gradient(circle at 85% 15%, rgba(255, 179, 71, 0.20), transparent 32%);
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.42);
}

.upougd-bottom-cta p {
  margin: 0 0 8px;
  color: var(--upougd-gold);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.12em;
}

.upougd-bottom-cta h2 {
  margin-bottom: 10px;
}

.upougd-bottom-cta span {
  display: block;
  max-width: 680px;
  margin: 0;
  color: #e6e6e6;
}

.upougd-bottom-cta a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 20px;
  border-radius: 999px;
  color: #160b00;
  background: linear-gradient(135deg, var(--upougd-gold), var(--upougd-orange));
  border: 1px solid rgba(255, 211, 138, 0.62);
  box-shadow: 0 14px 38px rgba(255, 90, 0, 0.24);
  font-size: 14px;
  font-weight: 950;
  white-space: nowrap;
  transition: transform 0.22s ease, filter 0.22s ease, box-shadow 0.22s ease;
}

.upougd-bottom-cta a:hover {
  transform: translateY(-2px);
  filter: brightness(1.05);
  box-shadow: 0 18px 46px rgba(255, 90, 0, 0.32);
}

@media (max-width: 760px) {
  .upougd-article {
    width: min(100% - 22px, var(--upougd-max));
    padding: 24px 0 46px;
  }

  .upougd-header,
  .upougd-card-section,
  .upougd-related,
  .upougd-faq,
  .upougd-bottom-cta {
    border-radius: 22px;
  }

  .upougd-header {
    padding: 22px;
  }

  .upougd-header h1 {
    font-size: clamp(24px, 7vw, 31px);
    line-height: 1.25;
  }

  .upougd-intro,
  .upougd-section p,
  .upougd-bottom-cta span {
    font-size: 15.5px;
  }

  .upougd-meta span {
    width: 100%;
    justify-content: center;
    text-align: center;
  }

  .upougd-section h2,
  .upougd-related h2,
  .upougd-faq h2,
  .upougd-bottom-cta h2 {
    font-size: clamp(22px, 7vw, 28px);
  }

  .upougd-compare,
  .upougd-related-grid,
  .upougd-bottom-cta {
    grid-template-columns: 1fr;
  }

  .upougd-bottom-cta a {
    width: 100%;
    white-space: normal;
    text-align: center;
  }

  .upougd-figure {
    border-radius: 20px;
  }

  .upougd-figure figcaption {
    font-size: 12px;
  }
}

@media (max-width: 420px) {
  .upougd-header,
  .upougd-card-section,
  .upougd-related,
  .upougd-faq,
  .upougd-bottom-cta {
    padding: 20px;
  }

  .upougd-label {
    font-size: 11px;
  }

  .upougd-list li,
  .upougd-checklist li {
    font-size: 14.5px;
  }
}/* End custom CSS */