/* Start custom CSS for html, class: .elementor-element-12fe031 *//* =========================================================
   288UP PG Slot Low Budget Guide Article
   Prefix: uppglb-
   Premium Long-form / Elementor-safe
   Theme: Black / Orange / Gold
   ========================================================= */

.uppglb-article {
  --uppglb-bg: #050505;
  --uppglb-card: rgba(18, 18, 18, 0.94);
  --uppglb-orange: #ff5a00;
  --uppglb-orange-soft: rgba(255, 90, 0, 0.16);
  --uppglb-gold: #ffb347;
  --uppglb-gold-2: #ffd38a;
  --uppglb-text: #ffffff;
  --uppglb-muted: #bdbdbd;
  --uppglb-border: rgba(255, 179, 71, 0.24);
  --uppglb-border-orange: rgba(255, 90, 0, 0.36);
  --uppglb-shadow: 0 24px 70px rgba(0, 0, 0, 0.36);
  --uppglb-radius-xl: 28px;
  --uppglb-radius-lg: 22px;
  --uppglb-radius-md: 16px;
  --uppglb-max: 980px;

  width: min(var(--uppglb-max), calc(100% - 28px));
  margin: 0 auto;
  padding: 36px 0 64px;
  color: var(--uppglb-text);
  font-family: inherit;
  line-height: 1.78;
}

.uppglb-article *,
.uppglb-article *::before,
.uppglb-article *::after {
  box-sizing: border-box;
}

.uppglb-article a {
  color: inherit;
  text-decoration: none;
}

.uppglb-header {
  position: relative;
  overflow: hidden;
  padding: clamp(24px, 4vw, 42px);
  margin-bottom: 26px;
  border: 1px solid var(--uppglb-border-orange);
  border-radius: var(--uppglb-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(--uppglb-shadow);
}

.uppglb-header::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(115deg, transparent, rgba(255, 179, 71, 0.08), transparent);
  pointer-events: none;
}

.uppglb-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(--uppglb-gold-2);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.uppglb-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;
}

.uppglb-intro {
  position: relative;
  z-index: 2;
  max-width: 890px;
  margin: 18px 0 0;
  color: #ececec;
  font-size: 17px;
}

.uppglb-intro strong {
  color: #ffe0ad;
  font-weight: 900;
}

.uppglb-meta {
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}

.uppglb-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(--uppglb-muted);
  font-size: 13px;
}

.uppglb-section,
.uppglb-related,
.uppglb-faq,
.uppglb-bottom-cta {
  margin: 28px 0;
}

.uppglb-section {
  padding: 0 4px;
}

.uppglb-card-section {
  padding: clamp(22px, 3vw, 32px);
  border-radius: var(--uppglb-radius-xl);
  border: 1px solid var(--uppglb-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);
}

.uppglb-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));
}

.uppglb-section h2,
.uppglb-related h2,
.uppglb-faq h2,
.uppglb-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;
}

.uppglb-section p,
.uppglb-related p,
.uppglb-faq p,
.uppglb-bottom-cta span {
  margin: 0 0 15px;
  color: #e1e1e1;
  font-size: 16px;
}

.uppglb-section p:last-child {
  margin-bottom: 0;
}

.uppglb-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;
}

.uppglb-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;
}

.uppglb-figure {
  margin: 28px 0;
  overflow: hidden;
  border-radius: var(--uppglb-radius-xl);
  border: 1px solid var(--uppglb-border);
  background: #090909;
  box-shadow: var(--uppglb-shadow);
}

.uppglb-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;
}

.uppglb-figure:hover img {
  transform: none !important;
  filter: brightness(1.055) contrast(1.035) saturate(1.055);
}

.uppglb-figure figcaption {
  padding: 12px 16px;
  color: var(--uppglb-muted);
  font-size: 13px;
  background: rgba(0, 0, 0, 0.72);
  border-top: 1px solid rgba(255, 179, 71, 0.14);
}

.uppglb-cover {
  margin-top: 0;
}

.uppglb-note,
.uppglb-warning {
  margin-top: 22px;
  padding: 18px;
  border-radius: var(--uppglb-radius-md);
}

.uppglb-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);
}

.uppglb-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);
}

.uppglb-note strong,
.uppglb-warning strong {
  display: block;
  margin-bottom: 7px;
  color: var(--uppglb-gold-2);
  font-size: 15px;
}

.uppglb-note p,
.uppglb-warning p {
  margin: 0;
  color: #e8e8e8;
}

.uppglb-table-wrap {
  width: 100%;
  overflow-x: auto;
  margin: 20px 0 4px;
  border-radius: var(--uppglb-radius-lg);
  border: 1px solid rgba(255, 179, 71, 0.18);
  background: rgba(0, 0, 0, 0.28);
}

.uppglb-table {
  width: 100%;
  min-width: 760px;
  border-collapse: collapse;
}

.uppglb-table th,
.uppglb-table td {
  padding: 15px 16px;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid rgba(255, 179, 71, 0.12);
}

.uppglb-table th {
  color: #1b0c00;
  font-size: 14px;
  font-weight: 950;
  background: linear-gradient(135deg, var(--uppglb-gold), var(--uppglb-orange));
}

.uppglb-table td {
  color: #e8e8e8;
  font-size: 14px;
  background: rgba(255, 255, 255, 0.035);
}

.uppglb-table tr:last-child td {
  border-bottom: none;
}

.uppglb-table tr:hover td {
  background: rgba(255, 90, 0, 0.08);
}

.uppglb-list,
.uppglb-checklist {
  display: grid;
  gap: 10px;
  margin: 20px 0;
  padding: 0;
  list-style: none;
}

.uppglb-list li,
.uppglb-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;
}

.uppglb-list li::before,
.uppglb-checklist li::before {
  content: "✓";
  position: absolute;
  left: 15px;
  top: 13px;
  color: var(--uppglb-gold);
  font-weight: 950;
}

.uppglb-list strong {
  color: #fff1d6;
}

.uppglb-related {
  padding: clamp(22px, 3vw, 32px);
  border-radius: var(--uppglb-radius-xl);
  border: 1px solid var(--uppglb-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(--uppglb-shadow);
}

.uppglb-related-head p {
  margin: 0 0 8px;
  color: var(--uppglb-gold);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.uppglb-related-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 20px;
}

.uppglb-related-card {
  padding: 18px;
  border-radius: var(--uppglb-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;
}

.uppglb-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);
}

.uppglb-related-card span {
  display: inline-flex;
  margin-bottom: 8px;
  color: var(--uppglb-orange);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.08em;
}

.uppglb-related-card h3 {
  margin: 0 0 8px;
  color: #fff3dc;
  font-size: 18px;
  line-height: 1.34;
}

.uppglb-related-card p {
  margin: 0 0 12px;
  color: var(--uppglb-muted);
  font-size: 14px;
}

.uppglb-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;
}

.uppglb-related-card a::after {
  content: "→";
  transition: transform 0.2s ease;
}

.uppglb-related-card a:hover {
  color: #ffffff;
  transform: translateX(2px);
  text-shadow: 0 0 14px rgba(255, 179, 71, 0.32);
}

.uppglb-related-card a:hover::after {
  transform: translateX(3px);
}

.uppglb-faq {
  padding: clamp(22px, 3vw, 32px);
  border-radius: var(--uppglb-radius-xl);
  border: 1px solid var(--uppglb-border);
  background: rgba(12, 12, 12, 0.96);
  box-shadow: 0 18px 54px rgba(0, 0, 0, 0.25);
}

.uppglb-faq details {
  margin-top: 12px;
  border-radius: var(--uppglb-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;
}

.uppglb-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);
}

.uppglb-faq summary {
  cursor: pointer;
  padding: 17px 18px;
  color: #fff2d8;
  font-size: 16px;
  font-weight: 900;
  list-style: none;
}

.uppglb-faq summary::-webkit-details-marker {
  display: none;
}

.uppglb-faq summary::after {
  content: "+";
  float: right;
  color: var(--uppglb-gold);
  font-weight: 950;
}

.uppglb-faq details[open] summary::after {
  content: "–";
}

.uppglb-faq details p {
  margin: 0;
  padding: 0 18px 18px;
  color: var(--uppglb-muted);
  font-size: 15px;
}

.uppglb-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);
}

.uppglb-bottom-cta p {
  margin: 0 0 8px;
  color: var(--uppglb-gold);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.12em;
}

.uppglb-bottom-cta h2 {
  margin-bottom: 10px;
}

.uppglb-bottom-cta span {
  display: block;
  max-width: 680px;
  margin: 0;
  color: #e6e6e6;
}

.uppglb-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(--uppglb-gold), var(--uppglb-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;
}

.uppglb-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) {
  .uppglb-article {
    width: min(100% - 22px, var(--uppglb-max));
    padding: 24px 0 46px;
  }

  .uppglb-header,
  .uppglb-card-section,
  .uppglb-related,
  .uppglb-faq,
  .uppglb-bottom-cta {
    border-radius: 22px;
  }

  .uppglb-header {
    padding: 22px;
  }

  .uppglb-header h1 {
    font-size: clamp(24px, 7vw, 31px);
    line-height: 1.25;
  }

  .uppglb-intro,
  .uppglb-section p,
  .uppglb-bottom-cta span {
    font-size: 15.5px;
  }

  .uppglb-meta span {
    width: 100%;
    justify-content: center;
    text-align: center;
  }

  .uppglb-section h2,
  .uppglb-related h2,
  .uppglb-faq h2,
  .uppglb-bottom-cta h2 {
    font-size: clamp(22px, 7vw, 28px);
  }

  .uppglb-related-grid,
  .uppglb-bottom-cta {
    grid-template-columns: 1fr;
  }

  .uppglb-bottom-cta a {
    width: 100%;
    white-space: normal;
    text-align: center;
  }

  .uppglb-figure {
    border-radius: 20px;
  }

  .uppglb-figure figcaption {
    font-size: 12px;
  }

  .uppglb-table {
    min-width: 720px;
  }
}

@media (max-width: 420px) {
  .uppglb-header,
  .uppglb-card-section,
  .uppglb-related,
  .uppglb-faq,
  .uppglb-bottom-cta {
    padding: 20px;
  }

  .uppglb-label {
    font-size: 11px;
  }

  .uppglb-list li,
  .uppglb-checklist li {
    font-size: 14.5px;
  }
}/* End custom CSS */