/* ==========================================================
   LION HITS COMPLETE STYLE.CSS
   Wide Theme Upgrade
   Width: 1180px
   Sidebar: 260px
   Content: 920px
   Header Image: header.png
   ========================================================== */

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  color: #2a1807;
  background:
    radial-gradient(circle at top center, rgba(255, 190, 58, 0.30), transparent 38%),
    linear-gradient(180deg, #120701 0%, #351704 48%, #090300 100%);
}

/* ==========================================================
   MAIN WRAPPER
   ========================================================== */

#wrapper {
  width: 1180px;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0;
  background: #fff8e8;
  border-left: 1px solid #d99a32;
  border-right: 1px solid #d99a32;
  box-shadow: 0 0 28px rgba(0,0,0,0.65);
}

/* ==========================================================
   HEADER / HERO
   ========================================================== */

#header,
.lion-hero-header {
  width: 1180px;
  min-height: 440px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;

  background:
    linear-gradient(90deg, rgba(10,4,0,0.35) 0%, rgba(20,8,1,0.68) 42%, rgba(20,8,1,0.86) 100%),
    url("images/header.png") center center no-repeat;

  background-size: cover;
  border-bottom: 4px solid #d99a32;
  box-shadow:
    inset 0 -24px 40px rgba(0,0,0,0.55),
    0 6px 18px rgba(0,0,0,0.45);
}

.lion-hero-content {
  width: 720px;
  margin-left: 410px;
  padding: 34px 30px 28px 30px;
  text-align: center;
  color: #fff4d6;
}

.lion-hero-kicker {
  display: inline-block;
  margin-bottom: 10px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 5px;
  text-transform: uppercase;
  text-shadow: 0 3px 10px rgba(0,0,0,0.85);
}

.lion-hero-content h1 {
  margin: 0;
  color: #ffd56a !important;
  font-size: 82px;
  font-weight: 900;
  line-height: 0.95;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-shadow:
    0 2px 0 #5c2b08,
    0 5px 0 #2b1203,
    0 10px 24px rgba(0,0,0,0.85);
}

.lion-hero-subtitle {
  margin: 18px auto;
  color: #ffffff;
  font-size: 24px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-shadow: 0 3px 12px rgba(0,0,0,0.9);
}

.lion-hero-benefits {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin: 20px auto 24px auto;
}

.lion-hero-benefits div {
  min-height: 68px;
  padding: 12px 8px;
  border-radius: 14px;
  border: 1px solid #ffd56a;
  background: rgba(20,8,1,0.76);
  color: #fff4d6;
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
  box-shadow: 0 4px 12px rgba(0,0,0,0.45);
}

.lion-hero-actions {
  display: flex;
  justify-content: center;
  gap: 18px;
  flex-wrap: wrap;
}

.lion-hero-btn {
  display: inline-block;
  min-width: 220px;
  padding: 15px 22px;
  border-radius: 12px;
  font-size: 20px;
  font-weight: 900;
  text-align: center;
  text-decoration: none !important;
  text-transform: uppercase;
  box-shadow: 0 5px 16px rgba(0,0,0,0.55);
  transition: all 0.18s ease-in-out;
}

.lion-hero-btn.primary {
  background: linear-gradient(135deg, #ffd56a, #f4a51c, #b85b08);
  border: 1px solid #fff0a3;
  color: #1d0a01 !important;
}

.lion-hero-btn.secondary {
  background: rgba(15,6,1,0.80);
  border: 1px solid #ffd56a;
  color: #ffd56a !important;
}

.lion-hero-btn:hover {
  transform: translateY(-2px);
  filter: brightness(1.12);
}

/* ==========================================================
   TABLE LAYOUT
   ========================================================== */

table {
  border-collapse: collapse;
}

td {
  vertical-align: top;
}

#wrapper > table,
.lion-main-table {
  width: 1180px !important;
  max-width: 1180px;
  margin: 0 auto;
}

/* Left column */
#wrapper > table > tbody > tr > td:first-child,
.lion-left-column {
  width: 260px !important;
  max-width: 260px !important;
  min-width: 260px !important;
  padding: 14px 10px;
  background: linear-gradient(180deg, #1a0b02 0%, #3a1a05 55%, #120701 100%);
  text-align: center;
}

/* Main content column */
#wrapper > table > tbody > tr > td:nth-child(2),
.lion-content-column {
  width: 920px !important;
  max-width: 920px !important;
  padding: 18px;
  background: #fff8e8;
  color: #2a1807;
  text-align: left;
}

/* Global content alignment fixes */
#wrapper > table > tbody > tr > td:nth-child(2) > center,
.lion-content-column > center {
  display: block;
  width: 100%;
  text-align: left;
}

.lion-center,
.text-center,
.carousel-caption,
.lion-welcome-card,
.lion-login-card,
.lion-login-security-card,
.lion-final-cta,
.lion-terms-bar,
.lion-proof-strip,
.leaderboard-card,
.lb-card,
.lion-suspended-card,
.lion-deleted-card,
.lion-commissions-card {
  text-align: center;
}

.lion-left,
.text-left,
.lion-content-card,
.lion-confirm-delete-card,
.lion-dlb-content,
.lion-split-card {
  text-align: left;
}


/* ==========================================================
   SIDEBAR MENU
   ========================================================== */

.rollover {
  width: 240px;
  max-width: 240px;
  margin: 0 auto;
  padding: 0 0 12px 0;
  text-align: center;
}

.rollover br {
  display: none;
}

.rollover ul {
  width: 100%;
  max-width: 240px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}

.rollover li {
  margin: 0 0 8px 0;
  padding: 0;
  list-style: none;
}

.rollover li a {
  display: flex;
  align-items: center;
  justify-content: flex-start;

  width: 100%;
  min-height: 42px;
  padding: 10px 14px;

  border-radius: 10px;
  border: 1px solid #d99a32;

  background: linear-gradient(135deg, #1d0d04, #4f2407);
  color: #fff4d6;

  font-size: 15px;
  font-weight: 800;
  text-align: left;
  text-decoration: none;

  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.10),
    0 2px 8px rgba(0,0,0,0.40);

  transition: all 0.18s ease-in-out;
}

.rollover li a:hover {
  background: linear-gradient(135deg, #7a3b10, #c7771c);
  color: #ffffff;
  border-color: #ffd56a;
  text-decoration: none;
  transform: translateX(3px);
}

.rollover li a span {
  color: inherit;
}

/* ==========================================================
   MEMBER ACTIVITY BOX
   ========================================================== */

.rollover center {
  display: block;
  width: 100%;
  max-width: 240px;
  margin: 14px auto 0 auto;
}

.rollover center table {
  width: 100%;
  max-width: 240px;
  margin: 0 auto;
  background: #fff4d6;
  color: #2a1807;
  border: 1px solid #d99a32;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0,0,0,0.35);
}

.rollover center td {
  padding: 7px 8px;
  font-size: 13px;
  color: #2a1807;
}

tr.membertd td,
.membertd td {
  background: linear-gradient(135deg, #6b330d, #b56a18);
  color: #fff4d6 !important;
  font-weight: 900;
  text-transform: uppercase;
}

/* ==========================================================
   SIDEBAR ADS / OWNER BOX
   ========================================================== */

.lion-sidebar-ad,
.lion-sidebar-box {
  width: 100%;
  max-width: 240px;
  margin: 14px auto;
  padding: 10px;
  background: linear-gradient(180deg, #2a1204, #120701);
  border: 1px solid #d99a32;
  border-radius: 12px;
  color: #fff4d6;
  text-align: center;
  box-shadow: 0 2px 10px rgba(0,0,0,0.45);
}

.lion-sidebar-ad img {
  display: block;
  max-width: 125px;
  height: auto;
  margin: 0 auto;
  border: 0;
}

.lion-sidebar-box p {
  margin: 6px 0;
  color: #fff4d6;
  font-size: 13px;
  line-height: 1.35;
}

.lion-sidebar-box a {
  color: #ffd56a;
  text-decoration: none;
}

.lion-sidebar-box a:hover {
  color: #ffffff;
  text-decoration: underline;
}

/* ==========================================================
   MAIN CONTENT
   ========================================================== */

#container,
.container {
  width: 100%;
  max-width: 860px;
  margin: 0 auto;
  padding: 14px;
  color: #2a1807;
}

.row,
.col-sm-12,
.col-sm-4,
.col-md-12 {
  width: 100%;
  margin: 0 auto;
  color: #2a1807;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #2b1203;
}

p {
  color: #2a1807;
}

.container h2,
.carousel-caption h2,
h2[style] {
  color: #2b1203 !important;
  line-height: 1.25;
}

/* ==========================================================
   CONTENT PANELS
   ========================================================== */

.carousel,
.carousel-inner,
.item,
.infobar,
.bs-example,
.content-card,
.lion-welcome-card,
.member-box,
.login-box,
.form-box,
.info-box,
.promo-box,
.reward-box,
.goal-box,
.event-box {
  width: 100%;
  max-width: 860px;
  margin: 16px auto;
  padding: 22px;
  background: linear-gradient(180deg, #fffdf7 0%, #fff4d6 100%);
  border: 1px solid #d99a32;
  border-radius: 14px;
  color: #2a1807;
  box-shadow: 0 4px 16px rgba(0,0,0,0.22);
}

.carousel-caption {
  position: static;
  width: 100%;
  margin: 0 auto;
  padding: 18px;
  color: #2a1807;
  text-align: center;
  text-shadow: none;
}

.carousel-caption p,
.carousel-caption h2 {
  color: #2a1807;
}

/* Prevent white-on-white areas */
.content-card *,
.lion-welcome-card *,
.member-box *,
.login-box *,
.form-box *,
.info-box *,
.promo-box *,
.reward-box *,
.goal-box *,
.event-box * {
  color: inherit;
}

/* Yellow promo highlight */
span[style*="BACKGROUND-COLOR"],
span[style*="background-color"],
span[style*="#ffff00"] {
  display: inline-block;
  padding: 10px 16px;
  margin: 10px 0;
  border-radius: 10px;
  background: #fff16a !important;
  color: #b00000 !important;
  border: 1px solid #d99a32;
  font-weight: 900;
}

/* ==========================================================
   BUTTONS
   ========================================================== */

.buttonlink,
a.buttonlink,
button,
input[type="submit"],
input[type="button"],
.btn,
.button {
  display: inline-block;
  margin: 8px auto;
  padding: 12px 22px;
  border-radius: 10px;
  border: 1px solid #8b430d;
  background: linear-gradient(135deg, #e93020, #a90000);
  color: #ffffff !important;
  font-size: 18px;
  font-weight: 900;
  text-align: center;
  text-decoration: none !important;
  box-shadow: 0 3px 8px rgba(0,0,0,0.35);
  cursor: pointer;
}

.buttonlink:hover,
a.buttonlink:hover,
button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
.btn:hover,
.button:hover {
  background: linear-gradient(135deg, #ff4a35, #c20000);
  color: #ffffff !important;
  text-decoration: none !important;
}

/* ==========================================================
   LINKS
   ========================================================== */

a {
  color: #9a4d08;
  font-weight: bold;
}

a:hover {
  color: #c7771c;
}

/* ==========================================================
   FORMS
   ========================================================== */

input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
select,
textarea {
  width: 100%;
  max-width: 100%;
  padding: 9px 10px;
  border-radius: 8px;
  border: 1px solid #b97922;
  background: #ffffff;
  color: #2a1807;
  font-size: 14px;
}

input:focus,
select:focus,
textarea:focus {
  outline: none;
  border-color: #e69522;
  box-shadow: 0 0 0 2px rgba(230,149,34,0.25);
}

/* ==========================================================
   IMAGES
   ========================================================== */

img {
  max-width: 100%;
  height: auto;
}

.container img,
.carousel img,
.infobar img,
.content-card img {
  max-width: 100%;
  height: auto;
}

/* ==========================================================
   FOOTER
   ========================================================== */

#footer {
  width: 1180px;
  margin: 0 auto;
  padding: 16px 24px;
  background: linear-gradient(135deg, #120701, #3a1a05);
  border-top: 4px solid #d99a32;
  color: #fff4d6;
  text-align: center;
}

#footer p {
  margin: 0;
  color: #fff4d6;
  font-size: 14px;
}

/* ==========================================================
   UTILITY FIXES
   ========================================================== */

center {
  text-align: center;
}

strong,
b {
  color: inherit;
}

br {
  line-height: 1.4;
}

td,
div,
span,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  text-shadow: none;
}

/* ==========================================================
   RESPONSIVE
   ========================================================== */

@media screen and (max-width: 1200px) {
  #wrapper,
  #header,
  #footer,
  #wrapper > table,
  .lion-main-table {
    width: 100% !important;
    max-width: 1180px;
  }
}

@media screen and (max-width: 900px) {
  #wrapper > table,
  #wrapper > table > tbody,
  #wrapper > table > tbody > tr,
  #wrapper > table > tbody > tr > td,
  .lion-main-table {
    display: block;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
  }

  #header,
  .lion-hero-header {
    min-height: auto;
    background:
      linear-gradient(180deg, rgba(10,4,0,0.60), rgba(20,8,1,0.90)),
      url("images/top.png") center center no-repeat;
    background-size: cover;
  }

  .lion-hero-content {
    width: 100%;
    margin-left: 0;
    padding: 28px 18px;
  }

  .lion-hero-content h1 {
    font-size: 48px;
  }

  .lion-hero-kicker {
    font-size: 13px;
    letter-spacing: 3px;
  }

  .lion-hero-subtitle {
    font-size: 17px;
  }

  .lion-hero-benefits {
    grid-template-columns: repeat(2, 1fr);
  }

  #wrapper > table > tbody > tr > td:first-child,
  .lion-left-column {
    padding: 14px 0;
  }

  .rollover,
  .rollover ul,
  .lion-sidebar-ad,
  .lion-sidebar-box,
  .rollover center {
    max-width: 280px;
  }

  #container,
  .container,
  .carousel,
  .carousel-inner,
  .item,
  .infobar,
  .bs-example,
  .content-card,
  .lion-welcome-card,
  .member-box,
  .login-box,
  .form-box,
  .info-box,
  .promo-box,
  .reward-box,
  .goal-box,
  .event-box {
    max-width: 94%;
  }
}

@media screen and (max-width: 560px) {
  body {
    font-size: 14px;
  }

  .lion-hero-content h1 {
    font-size: 38px;
  }

  .lion-hero-benefits {
    grid-template-columns: 1fr;
  }

  .lion-hero-btn {
    width: 100%;
    min-width: 0;
    font-size: 16px;
  }

  .buttonlink,
  a.buttonlink,
  button,
  input[type="submit"],
  input[type="button"],
  .btn,
  .button {
    font-size: 15px;
    padding: 10px 16px;
  }
}

/* ==========================================================
   HOMEPAGE CONVERSION BLOCK
   ========================================================== */

.lion-content-wrapper {
  width: 100%;
  max-width: 860px;
  margin: 0 auto;
}

.lion-welcome-card {
  padding: 28px;
  border-radius: 16px;
  background: linear-gradient(180deg, #fffdf7 0%, #fff3cf 100%);
  border: 1px solid #d99a32;
  box-shadow: 0 6px 20px rgba(0,0,0,0.25);
  text-align: center;
}

/* Title */

.lion-title {
  font-size: 42px;
  font-weight: 900;
  margin-bottom: 10px;
  color: #2b1203;
}

.lion-title span {
  color: #b85b08;
}

/* Highlight bar */

.lion-highlight {
  display: inline-block;
  padding: 12px 20px;
  margin: 15px auto;
  border-radius: 10px;
  background: #ffe94d;
  color: #a40000;
  font-size: 18px;
  font-weight: 900;
  border: 1px solid #d99a32;
}

/* Sub headline */

.lion-sub {
  margin-top: 18px;
  font-size: 20px;
  font-weight: 800;
}

/* Benefits */

.lion-benefit-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  margin: 22px 0;
}

.lion-benefit {
  padding: 18px;
  border-radius: 12px;
  background: #ffffff;
  border: 1px solid #d99a32;
  box-shadow: 0 3px 10px rgba(0,0,0,0.2);
}

.lion-icon {
  font-size: 28px;
  margin-bottom: 6px;
}

.lion-benefit-title {
  font-size: 16px;
  font-weight: 800;
}

/* CTA */

.lion-cta {
  display: inline-block;
  margin: 20px 0;
  padding: 14px 28px;
  border-radius: 10px;
  background: linear-gradient(135deg, #e52b2b, #a40000);
  color: #ffffff !important;
  font-size: 20px;
  font-weight: 900;
  text-decoration: none;
  box-shadow: 0 4px 14px rgba(0,0,0,0.4);
}

.lion-cta:hover {
  background: linear-gradient(135deg, #ff3d3d, #c20000);
}

/* Description */

.lion-desc {
  margin-top: 10px;
  font-size: 15px;
  color: #2a1807;
}

/* Footer note */

.lion-footer-note {
  margin-top: 16px;
  font-weight: 800;
  color: #5c2b08;
}

/* ==========================================================
   MOBILE FIX
   ========================================================== */

@media screen and (max-width: 700px) {

  .lion-benefit-grid {
    grid-template-columns: 1fr;
  }

  .lion-title {
    font-size: 28px;
  }

}

/* ==========================================================
   COMPLETE HOMEPAGE SECTIONS
   ========================================================== */

.lion-feature-card {
  width: 100%;
  max-width: 860px;
  margin: 18px auto;
  padding: 24px;
  border-radius: 16px;
  border: 1px solid #d99a32;
  box-shadow: 0 5px 18px rgba(0,0,0,0.28);
}

.lion-feature-card.dark {
  background: linear-gradient(180deg, #1a0b02 0%, #3a1a05 100%);
  color: #fff4d6;
}

.lion-feature-card.dark h2 {
  margin: 0 0 20px 0;
  color: #ffd56a !important;
  font-size: 30px;
  text-transform: uppercase;
}

.lion-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}

.lion-feature {
  padding: 18px;
  border-radius: 14px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,213,106,0.45);
  color: #fff4d6;
}

.lion-feature-icon {
  font-size: 30px;
  margin-bottom: 8px;
}

.lion-feature h3 {
  margin: 6px 0;
  color: #ffd56a !important;
  font-size: 18px;
}

.lion-feature p {
  margin: 0;
  color: #fff4d6 !important;
  font-size: 14px;
  line-height: 1.4;
}

.lion-split-card {
  max-width: 860px;
  margin: 18px auto;
  padding: 24px;
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 20px;
  align-items: center;
  border-radius: 16px;
  background: linear-gradient(180deg, #fffdf7 0%, #fff3cf 100%);
  border: 1px solid #d99a32;
  box-shadow: 0 5px 18px rgba(0,0,0,0.22);
  text-align: left;
}

.lion-split-text h2 {
  margin: 0 0 10px 0;
  color: #2b1203 !important;
  font-size: 28px;
}

.lion-split-text p {
  color: #2a1807;
  font-size: 15px;
  line-height: 1.5;
}

.lion-split-action {
  text-align: center;
}

.lion-cta.large {
  font-size: 22px;
  padding: 15px 28px;
}

.lion-secondary-link {
  display: block;
  margin-top: 10px;
  color: #8b430d;
  font-weight: 900;
}

.lion-proof-strip {
  max-width: 860px;
  margin: 18px auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid #d99a32;
  background: linear-gradient(135deg, #2a1204, #120701);
  box-shadow: 0 5px 18px rgba(0,0,0,0.30);
}

.lion-proof-strip div {
  padding: 18px 12px;
  text-align: center;
  border-right: 1px solid rgba(255,213,106,0.35);
}

.lion-proof-strip div:last-child {
  border-right: none;
}

.lion-proof-strip strong {
  display: block;
  color: #ffd56a;
  font-size: 16px;
  text-transform: uppercase;
}

.lion-proof-strip span {
  display: block;
  margin-top: 6px;
  color: #fff4d6;
  font-size: 13px;
}

.lion-final-cta {
  max-width: 860px;
  margin: 18px auto;
  padding: 28px;
  border-radius: 16px;
  background:
    linear-gradient(135deg, rgba(20,8,1,0.92), rgba(78,35,7,0.92)),
    radial-gradient(circle at top, rgba(255,213,106,0.25), transparent 45%);
  border: 1px solid #ffd56a;
  color: #fff4d6;
  text-align: center;
  box-shadow: 0 5px 18px rgba(0,0,0,0.35);
}

.lion-final-cta h2 {
  margin: 0 0 10px 0;
  color: #ffd56a !important;
  font-size: 30px;
}

.lion-final-cta p {
  max-width: 680px;
  margin: 0 auto 16px auto;
  color: #fff4d6 !important;
  font-size: 16px;
  line-height: 1.5;
}

.lion-terms-bar {
  max-width: 860px;
  margin: 18px auto 6px auto;
  padding: 14px;
  text-align: center;
  border-radius: 12px;
  background: #fff4d6;
  border: 1px solid #d99a32;
}

.lion-terms-bar a {
  color: #8b430d;
  font-weight: 900;
}

.lion-terms-bar span {
  margin: 0 8px;
  color: #b56a18;
}

/* Mobile homepage sections */

@media screen and (max-width: 900px) {
  .lion-feature-grid,
  .lion-proof-strip {
    grid-template-columns: repeat(2, 1fr);
  }

  .lion-split-card {
    grid-template-columns: 1fr;
    text-align: center;
  }
}

@media screen and (max-width: 560px) {
  .lion-feature-grid,
  .lion-proof-strip {
    grid-template-columns: 1fr;
  }

  .lion-feature-card.dark h2,
  .lion-final-cta h2 {
    font-size: 24px;
  }

  .lion-split-text h2 {
    font-size: 23px;
  }
}

#footer {
  width: 1180px;
  margin: 0 auto;
  padding: 0;
  background:
    linear-gradient(180deg, #2a1204 0%, #120701 100%);
  border-top: 4px solid #d99a32;
  color: #fff4d6;
  text-align: center;
}

.lion-footer-inner {
  padding: 24px 20px;
}

.lion-footer-brand strong {
  display: block;
  color: #ffd56a;
  font-size: 24px;
  font-weight: 900;
  text-transform: uppercase;
}

.lion-footer-brand span {
  display: block;
  margin-top: 4px;
  color: #fff4d6;
  font-size: 14px;
}

.lion-footer-links {
  margin: 16px auto;
  max-width: 900px;
  line-height: 1.8;
}

.lion-footer-links a {
  color: #ffd56a;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
}

.lion-footer-links a:hover {
  color: #ffffff;
  text-decoration: underline;
}

.lion-footer-links span {
  margin: 0 7px;
  color: #b56a18;
}

.lion-footer-bottom p {
  margin: 0;
  color: #fff4d6;
  font-size: 13px;
  line-height: 1.5;
}

@media screen and (max-width: 900px) {
  #footer {
    width: 100%;
  }

  .lion-footer-brand strong {
    font-size: 20px;
  }

  .lion-footer-links {
    padding: 0 12px;
  }
}

/* ==========================================================
   LION HITS LOGIN PAGE - BEAR-HITS STYLE
   ========================================================== */

.lion-login-page {
  width: 100%;
  max-width: 860px;
  margin: 0 auto;
  padding: 18px;
}

.lion-login-card {
  max-width: 520px;
  margin: 20px auto;
  padding: 28px;
  border-radius: 18px;
  background: linear-gradient(180deg, #fffdf7 0%, #fff3cf 100%);
  border: 1px solid #d99a32;
  box-shadow: 0 6px 22px rgba(0,0,0,0.28);
  text-align: center;
}

.lion-login-header {
  margin-bottom: 22px;
}

.lion-login-badge {
  display: inline-block;
  margin-bottom: 10px;
  padding: 6px 14px;
  border-radius: 999px;
  background: linear-gradient(135deg, #2a1204, #5c2b08);
  border: 1px solid #d99a32;
  color: #ffd56a;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.lion-login-header h2 {
  margin: 0 0 8px 0;
  color: #2b1203 !important;
  font-size: 34px;
  font-weight: 900;
  text-transform: uppercase;
}

.lion-login-header p {
  margin: 0 auto;
  max-width: 420px;
  color: #5c2b08;
  font-size: 15px;
  line-height: 1.5;
}

.lion-login-form {
  width: 100%;
  margin: 0 auto;
}

.lion-form-group {
  margin-bottom: 16px;
  text-align: left;
}

.lion-form-group label {
  display: block;
  margin-bottom: 6px;
  color: #2b1203;
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
}

.lion-form-group input[type="text"],
.lion-form-group input[type="password"] {
  width: 100%;
  padding: 12px 14px;
  border-radius: 10px;
  border: 1px solid #b97922;
  background: #ffffff;
  color: #2a1807;
  font-size: 16px;
}

.lion-form-submit {
  margin-top: 20px;
}

.lion-form-submit input[type="submit"] {
  width: 100%;
  padding: 14px 22px;
  border-radius: 12px;
  border: 1px solid #8b430d;
  background: linear-gradient(135deg, #e93020, #a90000);
  color: #ffffff !important;
  font-size: 20px;
  font-weight: 900;
  text-transform: uppercase;
  cursor: pointer;
  box-shadow: 0 4px 14px rgba(0,0,0,0.35);
}

.lion-form-submit input[type="submit"]:hover {
  background: linear-gradient(135deg, #ff4a35, #c20000);
}

.lion-login-links {
  margin-top: 18px;
  font-size: 14px;
}

.lion-login-links a {
  color: #8b430d;
  font-weight: 900;
  text-decoration: none;
}

.lion-login-links a:hover {
  color: #c7771c;
  text-decoration: underline;
}

.lion-login-links span {
  margin: 0 8px;
  color: #b56a18;
}

.lion-login-promo {
  max-width: 720px;
  margin: 18px auto;
  padding: 22px;
  border-radius: 16px;
  background: linear-gradient(135deg, #1a0b02, #3a1a05);
  border: 1px solid #d99a32;
  color: #fff4d6;
  text-align: center;
  box-shadow: 0 5px 18px rgba(0,0,0,0.30);
}

.lion-login-promo h3 {
  margin: 0 0 8px 0;
  color: #ffd56a !important;
  font-size: 24px;
  font-weight: 900;
  text-transform: uppercase;
}

.lion-login-promo p {
  margin: 0;
  color: #fff4d6 !important;
  font-size: 15px;
  line-height: 1.5;
}

.lion-login-ad {
  max-width: 720px;
  margin: 18px auto;
  padding: 16px;
  border-radius: 14px;
  background: #fff4d6;
  border: 1px solid #d99a32;
  text-align: center;
  box-shadow: 0 4px 14px rgba(0,0,0,0.22);
}

@media screen and (max-width: 560px) {
  .lion-login-page {
    padding: 10px;
  }

  .lion-login-card {
    padding: 20px;
  }

  .lion-login-header h2 {
    font-size: 26px;
  }
}

/* ==========================================================
   LOGIN PAGE - 3 SECTION (BEAR-HITS STYLE ADAPTED)
   ========================================================== */

.lion-login-container {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}

/* GRID */

.lion-login-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 30px;
  align-items: center;
}

/* HERO SECTION */

.lion-login-hero-section {
  margin: 20px auto;
}

.lion-login-hero-content {
  color: #fff4d6;
}

.lion-login-badge {
  display: inline-block;
  padding: 6px 14px;
  border-radius: 999px;
  background: #2a1204;
  border: 1px solid #d99a32;
  color: #ffd56a;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.lion-login-title {
  font-size: 42px;
  font-weight: 900;
  color: #ffd56a;
  margin: 10px 0;
}

.lion-login-text {
  color: #fff4d6;
  font-size: 15px;
  line-height: 1.5;
}

.lion-login-support-note {
  margin-top: 12px;
  font-size: 13px;
  color: #fff4d6;
}

/* LOGIN CARD */

.lion-login-card {
  padding: 26px;
  border-radius: 16px;
  background: linear-gradient(180deg, #fffdf7 0%, #fff3cf 100%);
  border: 1px solid #d99a32;
  box-shadow: 0 5px 18px rgba(0,0,0,0.28);
  text-align: center;
}

.lion-login-card-title {
  font-size: 26px;
  font-weight: 900;
  margin-bottom: 5px;
}

.lion-login-card-subtitle {
  font-size: 14px;
  color: #5c2b08;
  margin-bottom: 15px;
}

.lion-login-error {
  color: #c20000;
  font-weight: bold;
  margin-bottom: 10px;
}

/* FORM */

.lion-form-group {
  margin-bottom: 14px;
  text-align: left;
}

.lion-form-label {
  font-weight: 900;
  font-size: 13px;
  text-transform: uppercase;
}

.lion-form-control {
  width: 100%;
  padding: 10px;
  border-radius: 8px;
  border: 1px solid #b97922;
}

.lion-login-btn-primary {
  width: 100%;
  padding: 12px;
  border-radius: 10px;
  background: linear-gradient(135deg, #e93020, #a90000);
  color: #fff;
  font-weight: 900;
  border: none;
  cursor: pointer;
}

.lion-login-btn-primary:hover {
  background: linear-gradient(135deg, #ff4a35, #c20000);
}

.lion-login-links {
  margin-top: 12px;
  font-size: 13px;
}

.lion-login-links a {
  color: #8b430d;
  font-weight: 900;
}

.lion-link-sep {
  margin: 0 6px;
}

/* ADMIN SECTION */

.lion-login-admin-section {
  margin: 30px auto;
}

.lion-login-admin-card {
  display: grid;
  grid-template-columns: 120px 250px 1fr;
  gap: 20px;
  padding: 20px;
  border-radius: 16px;
  background: linear-gradient(135deg, #1a0b02, #3a1a05);
  border: 1px solid #d99a32;
  color: #fff4d6;
}

.lion-admin-photo {
  width: 100px;
  border-radius: 10px;
}

.lion-admin-title {
  font-weight: 900;
  color: #ffd56a;
  margin-bottom: 5px;
}

.lion-admin-text {
  font-size: 13px;
}

.lion-disclaimer-text {
  font-size: 13px;
  line-height: 1.4;
}

/* SECURITY SECTION */

.lion-login-security-section {
  margin: 30px auto;
}

.lion-login-security-card {
  padding: 24px;
  border-radius: 16px;
  background: #fff4d6;
  border: 1px solid #d99a32;
  text-align: center;
}

.lion-security-title {
  font-size: 24px;
  font-weight: 900;
  margin-bottom: 10px;
}

.lion-security-text {
  font-size: 14px;
  margin-bottom: 8px;
}

.lion-security-banner img {
  margin-top: 12px;
}

/* MOBILE */

@media screen and (max-width: 900px) {

  .lion-login-grid {
    grid-template-columns: 1fr;
  }

  .lion-login-admin-card {
    grid-template-columns: 1fr;
    text-align: center;
  }

}

/* tighten spacing above banner */
.lion-login-hero-content {
  display: flex;
  flex-direction: column;
  gap: 10px; /* controls vertical spacing */
}

/* reduce paragraph spacing */
.lion-login-text {
  margin: 0;
}

/* tighten badge/title spacing */
.lion-login-badge {
  margin-bottom: 4px;
}

.lion-login-title {
  margin-bottom: 6px;
}

/* move banner up */
.lion-login-banner {
  margin-top: 8px;   /* smaller gap above */
  margin-bottom: 10px;
}

/* force left alignment for admin section */
.lion-login-admin-card {
  text-align: left;
}

/* make text blocks align left cleanly */
.lion-admin-box,
.lion-admin-text,
.lion-disclaimer-box,
.lion-disclaimer-text {
  text-align: left;
}

/* optional: keep photo centered while text is left */
.lion-admin-photo-wrap {
  text-align: center;
}

/* =========================================
   CENTER MEMBER ACCESS ACROSS BOTH COLUMNS
========================================= */

.lion-login-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 24px;
  align-items: start;
}

/* Make badge span BOTH columns */
.lion-login-badge {
  grid-column: 1 / -1;
  justify-self: center;

  display: inline-block;
  padding: 6px 16px;
  margin-bottom: 6px;

  border-radius: 999px;
  background: rgba(20,8,1,0.85);
  border: 1px solid #ffd56a;
  color: #ffd56a;

  font-size: 12px;
  font-weight: 900;
  letter-spacing: 1px;
  text-transform: uppercase;
}

/* =========================================
   TIGHTEN HERO SECTION SPACING
========================================= */

.lion-login-hero-section {
  padding: 18px 0 10px 0; /* was too tall */
}

.lion-login-container {
  padding: 10px 20px;
}

/* Left column tightening */
.lion-login-hero-content {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.lion-login-title {
  font-size: 40px;
  margin: 2px 0 4px 0;
}

.lion-login-text {
  margin: 0;
  line-height: 1.45;
}

/* Banner tighter */
.lion-login-banner {
  margin-top: 6px;
  margin-bottom: 6px;
}

/* Support note tighter */
.lion-login-support-note {
  margin-top: 6px;
  font-size: 12px;
}

/* Right column alignment */
.lion-login-card {
  margin-top: 6px;
  padding: 24px;
}

/* Tighten form spacing */
.lion-form-group {
  margin-bottom: 10px;
}

.lion-login-actions {
  margin-top: 10px;
}

.lion-login-links {
  margin-top: 10px;
}

/* =========================================
   SECTION 2 (ADMIN) TIGHTEN + ALIGN
========================================= */

.lion-login-admin-section {
  margin-top: 18px;
}

.lion-login-admin-card {
  padding: 18px;
  gap: 16px;
  align-items: start;
}

/* Keep text left-aligned cleanly */
.lion-admin-box,
.lion-admin-text,
.lion-disclaimer-text {
  text-align: left;
}

/* =========================================
   SECTION 3 (SECURITY) TIGHTEN
========================================= */

.lion-login-security-section {
  margin-top: 18px;
}

.lion-login-security-card {
  padding: 20px;
}

.lion-security-title {
  margin-bottom: 6px;
}

.lion-security-text {
  margin-bottom: 6px;
}

/* =========================================
   HERO TEXT — HIGH CONTRAST FIX
========================================= */

/* Main heading (Welcome Back) */
.lion-login-title {
  color: #ffffff !important;   /* bright white */
  text-shadow: 0 3px 12px rgba(0,0,0,0.85);
}

/* Supporting text */
.lion-login-text {
  color: #ffffff !important;   /* clean white, not dim */
  opacity: 0.92;               /* slight softness but still readable */
  line-height: 1.5;
}

/* Badge stays gold */
.lion-login-badge {
  color: #ffd56a;
}

/* Links inside hero */
.lion-login-hero-content a {
  color: #ffd56a !important;
  font-weight: 900;
}

.lion-login-hero-content a:hover {
  color: #ffffff !important;
}

/* Make only the hero paragraph text black on light background */
.lion-login-hero-content .lion-login-text {
  color: #000000 !important;
}

/* Login support note on light background */
.lion-login-support-note {
  color: #000000 !important;
  background: rgba(255, 255, 255, 0.78);
  padding: 8px 10px;
  border-radius: 8px;
  font-weight: 700;
}

.lion-login-support-note a {
  color: #b00000 !important;
  font-weight: 900;
  text-decoration: underline;
}

.lion-login-support-note a:hover {
  color: #d00000 !important;
}

/* =========================================
   OWNER / ADMIN LINK VISIBILITY FIX
========================================= */

.lion-login-admin-section a,
.lion-admin-box a,
.lion-admin-text a,
.lion-disclaimer-text a {
  color: #ffd56a !important;   /* bright gold */
  font-weight: 900;
  text-decoration: underline;
}

.lion-login-admin-section a:hover,
.lion-admin-box a:hover,
.lion-admin-text a:hover,
.lion-disclaimer-text a:hover {
  color: #ffffff !important;   /* bright white on hover */
}

/* =========================================
   ADVANCED PIGGYBANK BUTTONS
========================================= */

.lion-piggybank-btn {
  display: flex;
  align-items: center;
  gap: 12px;

  padding: 12px 14px;
  border-radius: 12px;

  background: linear-gradient(135deg, #e93020, #a90000);
  border: 1px solid #8b430d;

  color: #ffffff !important;
  text-decoration: none !important;

  font-size: 14px;
  font-weight: 900;

  box-shadow: 0 3px 10px rgba(0,0,0,0.30);
  transition: all 0.18s ease-in-out;
}

/* Icon */
.lion-btn-icon {
  font-size: 22px;
  min-width: 28px;
  text-align: center;
}

/* Text block */
.lion-btn-text {
  display: flex;
  flex-direction: column;
  text-align: left;
}

/* Title */
.lion-btn-text strong {
  font-size: 15px;
}

/* Subtitle */
.lion-btn-text small {
  font-size: 12px;
  font-weight: 600;
  opacity: 0.9;
}

/* Hover */
.lion-piggybank-btn:hover {
  transform: translateY(-1px);
  background: linear-gradient(135deg, #ff4a35, #c20000);
}

/* GOLD STYLE */
.lion-piggybank-btn.gold {
  background: linear-gradient(135deg, #ffd56a, #f4a51c, #b85b08);
  color: #1d0a01 !important;
  border-color: #b85b08;
}

/* FEATURED (highlight button) */
.lion-piggybank-btn.featured {
  border: 2px solid #ffd56a;
  box-shadow: 0 0 12px rgba(255,213,106,0.5);
}

/* Mobile adjustment */
@media screen and (max-width: 560px) {
  .lion-piggybank-btn {
    flex-direction: row;
    gap: 10px;
  }

  .lion-btn-icon {
    font-size: 20px;
  }

  .lion-btn-text strong {
    font-size: 14px;
  }

  .lion-btn-text small {
    font-size: 11px;
  }
}

/* PiggyBank generated deposit buttons */
.depositoptioninner input[type="submit"],
.completepurchase input[type="submit"] {
  display: block;
  width: 100%;
  max-width: 100%;
  white-space: normal;
  word-break: normal;
  overflow-wrap: break-word;

  padding: 10px 12px;
  margin: 12px auto 0 auto;

  border-radius: 10px;
  border: 1px solid #8b430d;

  background: linear-gradient(135deg, #e93020, #a90000);
  color: #ffffff !important;

  font-size: 12px;
  font-weight: 900;
  line-height: 1.25;
  text-align: center;

  cursor: pointer;
  box-shadow: 0 3px 8px rgba(0,0,0,0.30);
}

.depositoptioninner input[type="submit"]:hover,
.completepurchase input[type="submit"]:hover {
  background: linear-gradient(135deg, #ff4a35, #c20000);
  color: #ffffff !important;
}

/* Keep generated deposit cards clean */
.depositoptioninner form {
  width: 100%;
  margin-top: auto;
}

.depositoptioninner input[type="text"],
.depositoptioninner textarea {
  max-width: 100%;
}

/* Equal-height generated deposit cards */
.depositoptionouter {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  gap: 12px;

  width: 100%;
  max-width: 860px;
  margin: 0 auto;
}

.depositoptioninner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;

  width: 270px;
  min-height: 280px;

  float: none !important;
}

/* PAGE WRAP */
.lb-page-wrap {
    max-width: 900px;
    margin: 25px auto;
    display: flex;
    justify-content: center;
}

/* MAIN CARD */
.lb-card {
    width: 95%;
    padding: 25px;
    background: linear-gradient(180deg, #fff7dc 0%, #f2c35b 100%);
    border: 2px solid #8a4f00;
    border-radius: 14px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
    text-align: center;
}

/* HEADER */
.lb-header h2 {
    margin: 0 0 10px 0;
    color: #5a2f00;
}

.lb-date-range {
    display: flex;
    justify-content: center;
    gap: 20px;
    font-size: 14px;
}

/* DESCRIPTION */
.lb-description {
    margin: 15px 0 20px;
    font-size: 15px;
}

/* TABLE WRAP */
.lb-table-wrap {
    overflow-x: auto;
}

/* TABLE */
.lb-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 10px;
}

/* HEADERS */
.lb-table th {
    background: #8a4f00;
    color: #fff;
    padding: 10px;
    font-size: 14px;
}

/* ROWS */
.lb-table td {
    padding: 10px;
    border-bottom: 1px solid #d9a441;
    font-size: 14px;
}

/* STRIPING */
.lb-table tr:nth-child(even) {
    background: rgba(255,255,255,0.4);
}

/* HOVER EFFECT */
.lb-table tr:hover {
    background: rgba(255,255,255,0.7);
}

/* Suspended Page (Lion Hits) */
.lion-suspended-wrap {
    width: 100%;
    max-width: 760px;
    margin: 40px auto;
}

.lion-suspended-card {
    background: linear-gradient(180deg, #fff7dc 0%, #f2c35b 100%);
    border: 2px solid #8a4f00;
    border-radius: 14px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.35);
    padding: 30px 25px;
    text-align: center;
    color: #2b1a00;
}

.lion-suspended-card h1 {
    color: #8b0000;
    margin-bottom: 10px;
    font-size: 30px;
    text-transform: uppercase;
}

.lion-suspended-card h2 {
    color: #5a2f00;
    margin-bottom: 20px;
    font-size: 20px;
}

.lion-suspended-card ul {
    text-align: left;
    display: inline-block;
    margin: 20px auto;
    padding-left: 22px;
    max-width: 620px;
}

.lion-suspended-card li {
    margin-bottom: 12px;
}

.lion-alert-text {
    color: #8b0000;
    font-weight: bold;
}

.lion-support-btn {
    display: inline-block;
    margin-top: 22px;
    padding: 11px 24px;
    background: linear-gradient(180deg, #ffcc33 0%, #d98200 100%);
    color: #1c1200 !important;
    border: 1px solid #6b3b00;
    border-radius: 8px;
    text-decoration: none !important;
    font-weight: bold;
    box-shadow: 0 3px 0 #6b3b00;
}

.lion-support-btn:hover {
    background: linear-gradient(180deg, #ffe27a 0%, #f29a00 100%);
    transform: translateY(1px);
    box-shadow: 0 2px 0 #6b3b00;
}

/* Downline Builder Help - Lion Hits */
.lion-dlb-help {
    max-width: 900px;
    margin: 25px auto;
    padding: 0;
    border: 2px solid #8a4f00;
    border-radius: 14px;
    background: linear-gradient(180deg, #fff7dc 0%, #f2c35b 100%);
    color: #2b1a00;
    box-shadow: 0 5px 15px rgba(0,0,0,0.28);
    overflow: hidden;
}

.lion-dlb-summary {
    padding: 16px 20px;
    cursor: pointer;
    font-size: 22px;
    font-weight: bold;
    color: #1c1200;
    background: linear-gradient(180deg, #ffcc33 0%, #d98200 100%);
    border-bottom: 2px solid #8a4f00;
    list-style-position: inside;
}

.lion-dlb-content {
    padding: 24px;
    text-align: left;
}

.lion-dlb-content h2,
.lion-dlb-content h3 {
    color: #5a2f00;
    margin-top: 18px;
    margin-bottom: 8px;
}

.lion-dlb-content h2 {
    font-size: 22px;
}

.lion-dlb-content h3 {
    font-size: 18px;
}

.lion-dlb-content p,
.lion-dlb-content li {
    font-size: 15px;
    line-height: 1.55;
}

.lion-dlb-content ul,
.lion-dlb-content ol {
    margin-left: 24px;
    margin-bottom: 16px;
}

.lion-dlb-content code {
    background: #fff3bf;
    border: 1px solid #d9a441;
    padding: 2px 5px;
    border-radius: 4px;
    color: #5a2f00;
}

.lion-dlb-example {
    margin: 22px 0;
    padding: 18px;
    background: rgba(255,255,255,0.45);
    border: 1px solid #b87300;
    border-radius: 10px;
}

.lion-dlb-example label {
    display: block;
    margin-bottom: 8px;
    font-weight: bold;
    color: #5a2f00;
}

.lion-dlb-example-row {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    align-items: center;
}

.lion-dlb-example-row input {
    flex: 1;
    min-width: 220px;
    padding: 9px 10px;
    border: 1px solid #8a4f00;
    border-radius: 6px;
    font-size: 14px;
}

.lion-dlb-example-row button {
    padding: 9px 18px;
    background: linear-gradient(180deg, #ffcc33 0%, #d98200 100%);
    color: #1c1200;
    border: 1px solid #6b3b00;
    border-radius: 7px;
    font-weight: bold;
    cursor: pointer;
    box-shadow: 0 3px 0 #6b3b00;
}

.lion-dlb-example-row button:hover {
    background: linear-gradient(180deg, #ffe27a 0%, #f29a00 100%);
    transform: translateY(1px);
    box-shadow: 0 2px 0 #6b3b00;
}

.lion-dlb-example small {
    display: block;
    margin-top: 8px;
    color: #5a2f00;
}

.lion-dlb-footer {
    margin-top: 20px;
    padding-top: 18px;
    border-top: 1px solid #b87300;
    text-align: center;
}

.lion-dlb-oneclick {
    display: inline-block;
    padding: 10px 16px;
    border-radius: 9px;
    background: #fff3bf;
    border: 1px solid #8a4f00;
    font-weight: bold;
}

.lion-dlb-footer p {
    margin-top: 10px;
    font-size: 14px;
    color: #5a2f00;
}

@media (max-width: 600px) {
    .lion-dlb-help {
        margin: 18px 10px;
    }

    .lion-dlb-summary {
        font-size: 18px;
    }

    .lion-dlb-content {
        padding: 18px;
    }

    .lion-dlb-example-row button {
        width: 100%;
    }
}

/* Deleted Account Page - Lion Hits */
.lion-deleted-card {
    max-width: 800px;
    margin: 50px auto;
    padding: 30px 35px;
    background: linear-gradient(180deg, #fff7dc 0%, #f2c35b 100%);
    border: 2px solid #8a4f00;
    border-radius: 14px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.35);
    color: #2b1a00;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.6;
    text-align: center;
}

.lion-deleted-card h1 {
    color: #8b0000;
    font-size: 30px;
    margin-bottom: 18px;
    text-transform: uppercase;
}

.lion-deleted-card h2 {
    color: #5a2f00;
    font-size: 21px;
    margin: 18px 0 14px;
}

.lion-deleted-card h3 {
    color: #2b1a00;
    font-size: 16px;
    margin: 12px 0;
}

.lion-deleted-card h3 strong {
    color: #8b0000;
}

.lion-deleted-card a {
    color: #5a2f00;
    font-weight: bold;
}

.lion-deleted-card a:hover {
    color: #8b0000;
}

.lion-deleted-reasons {
    text-align: left;
    display: inline-block;
    margin: 18px auto;
    padding-left: 22px;
}

.lion-deleted-reasons li {
    margin: 10px 0;
    font-size: 15px;
}

@media (max-width: 600px) {
    .lion-deleted-card {
        margin: 20px 10px;
        padding: 22px 18px;
    }

    .lion-deleted-card h1 {
        font-size: 24px;
    }

    .lion-deleted-card h2 {
        font-size: 18px;
    }
}

/* Lion Hits Content Card */
.lion-content-card {
    max-width: 900px;
    margin: 30px auto;
    padding: 28px 34px;
    background: linear-gradient(180deg, #fff7dc 0%, #f2c35b 100%);
    border: 2px solid #8a4f00;
    border-radius: 14px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
    color: #2b1a00;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.6;
    text-align: left;
}

.lion-content-card h2 {
    color: #5a2f00;
    text-align: center;
    font-size: 24px;
    margin: 24px 0 14px;
    text-decoration: underline;
}

.lion-content-card h2:first-child {
    margin-top: 0;
}

.lion-content-card h3 {
    color: #5a2f00;
    font-size: 19px;
    margin: 22px 0 10px;
}

.lion-content-card p,
.lion-content-card li {
    font-size: 16px;
}

.lion-content-card ul {
    margin: 12px 0 18px 26px;
}

.lion-content-card a {
    color: #5a2f00;
    font-weight: bold;
}

.lion-content-card a:hover {
    color: #8b0000;
}

/* Affiliate Commissions Table - Lion Hits */
.lion-commissions-wrap {
    width: 100%;
    max-width: 950px;
    margin: 30px auto;
}

.lion-commissions-card {
    padding: 26px;
    background: linear-gradient(180deg, #fff7dc 0%, #f2c35b 100%);
    border: 2px solid #8a4f00;
    border-radius: 14px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
    color: #2b1a00;
    text-align: center;
}

.lion-commissions-card h2 {
    margin: 0 0 18px;
    color: #5a2f00;
    font-size: 24px;
    text-decoration: underline;
}

.lion-table-wrap {
    width: 100%;
    overflow-x: auto;
}

.lion-commissions-table {
    width: 100%;
    border-collapse: collapse;
    background: rgba(255,255,255,0.45);
}

.lion-commissions-table th {
    background: #8a4f00;
    color: #fff;
    padding: 10px;
    font-size: 14px;
    text-align: center;
}

.lion-commissions-table td {
    padding: 10px;
    border-bottom: 1px solid #d9a441;
    font-size: 14px;
    text-align: center;
}

.lion-commissions-table tr:nth-child(even) {
    background: rgba(255,255,255,0.35);
}

.lion-commissions-table tr:hover {
    background: rgba(255,255,255,0.65);
}

.lion-empty-row {
    font-weight: bold;
    color: #8b0000;
}

.lion-total-row td {
    font-weight: bold;
    background: rgba(255,243,191,0.85);
    color: #5a2f00;
}

@media (max-width: 600px) {
    .lion-commissions-card {
        padding: 18px;
    }

    .lion-commissions-card h2 {
        font-size: 20px;
    }

    .lion-commissions-table th,
    .lion-commissions-table td {
        font-size: 13px;
        padding: 8px;
    }
}

/* ==========================================================
   CONFIRM ACCOUNT DELETION - LION HITS
   ========================================================== */

.lion-confirm-delete-card {
  max-width: 850px;
  margin: 50px auto;
  padding: 32px 38px;
  background: linear-gradient(180deg, #fff7dc 0%, #f2c35b 100%);
  border: 2px solid #8a4f00;
  border-radius: 14px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.35);
  color: #2b1a00;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.6;
  text-align: left;
}

.lion-confirm-delete-card h2 {
  text-align: center;
  color: #8b0000;
  font-size: 28px;
  margin: 0 0 20px;
  text-transform: uppercase;
}

.lion-confirm-delete-card p {
  margin-bottom: 14px;
  font-size: 16px;
  text-align: left;
}

.lion-confirm-delete-card ul {
  display: block;
  margin: 18px 0 24px 24px;
  padding: 0;
  text-align: left;
}

.lion-confirm-delete-card li {
  margin-bottom: 12px;
  font-size: 16px;
  text-align: left;
}

.lion-confirm-delete-card li::marker {
  color: #8b0000;
}

.lion-delete-btns {
  display: flex;
  justify-content: center;
  gap: 18px;
  flex-wrap: wrap;
  margin-top: 28px;
  text-align: center;
}

.lion-danger-btn,
.lion-cancel-btn {
  display: inline-block;
  padding: 11px 24px;
  border-radius: 8px;
  text-decoration: none !important;
  font-weight: bold;
  font-size: 15px;
  text-align: center;
}

.lion-danger-btn {
  background: linear-gradient(180deg, #d64535 0%, #8b0000 100%);
  color: #fff !important;
  border: 1px solid #5c0000;
  box-shadow: 0 3px 0 #5c0000;
}

.lion-danger-btn:hover {
  background: linear-gradient(180deg, #f05a48 0%, #a40000 100%);
  color: #fff !important;
  transform: translateY(1px);
  box-shadow: 0 2px 0 #5c0000;
}

.lion-cancel-btn {
  background: linear-gradient(180deg, #ffcc33 0%, #d98200 100%);
  color: #1c1200 !important;
  border: 1px solid #6b3b00;
  box-shadow: 0 3px 0 #6b3b00;
}

.lion-cancel-btn:hover {
  background: linear-gradient(180deg, #ffe27a 0%, #f29a00 100%);
  color: #000 !important;
  transform: translateY(1px);
  box-shadow: 0 2px 0 #6b3b00;
}

@media (max-width: 600px) {
  .lion-confirm-delete-card {
    margin: 20px 10px;
    padding: 22px 18px;
  }

  .lion-confirm-delete-card h2 {
    font-size: 22px;
  }

  .lion-danger-btn,
  .lion-cancel-btn {
    width: 100%;
    text-align: center;
    box-sizing: border-box;
  }
}

/* Square Banner Info Page - Lion Hits */
.lion-square-banner-card {
    max-width: 850px;
    margin: 50px auto;
    padding: 32px 38px;
    background: linear-gradient(180deg, #fff7dc 0%, #f2c35b 100%);
    border: 2px solid #8a4f00;
    border-radius: 14px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.35);
    color: #2b1a00;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.7;
    text-align: left;
}

.lion-square-banner-card h2 {
    text-align: center;
    color: #5a2f00;
    font-size: 28px;
    margin: 0 0 20px;
    text-transform: uppercase;
}

.lion-square-banner-card p {
    font-size: 16px;
    margin: 14px 0;
}

.lion-square-banner-card a {
    color: #5a2f00;
    font-weight: bold;
}

.lion-square-banner-card a:hover {
    color: #8b0000;
}

.lion-card-actions {
    text-align: center;
    margin-top: 24px;
}

@media (max-width: 600px) {
    .lion-square-banner-card {
        margin: 20px 10px;
        padding: 22px 18px;
    }

    .lion-square-banner-card h2 {
        font-size: 22px;
    }
}

/* Square Banner Grid */
.lion-banner-grid-wrap {
    max-width: 900px;
    margin: 30px auto 50px;
    text-align: center;
}

.lion-banner-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(125px, 1fr));
    gap: 15px;
    justify-items: center;
    margin-bottom: 18px;
}

.lion-banner-grid a {
    display: block;
    padding: 8px;
    background: rgba(255,255,255,0.45);
    border: 1px solid #8a4f00;
    border-radius: 10px;
    box-shadow: 0 3px 8px rgba(0,0,0,0.25);
    transition: all 0.2s ease;
}

.lion-banner-grid a:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 14px rgba(0,0,0,0.35);
}

.lion-banner-grid img {
    width: 125px;
    height: 125px;
    display: block;
}

.lion-banner-cta a {
    font-size: 14px;
    font-weight: bold;
    color: #5a2f00;
    text-decoration: underline;
}

.lion-banner-cta a:hover {
    color: #8b0000;
}

/* Square Banner Manager - Lion Hits */
.lion-sqban-page {
    width: 100%;
    max-width: 900px;
    margin: 25px auto;
}

.lion-sqban-card {
    padding: 28px;
    background: linear-gradient(180deg, #fff7dc 0%, #f2c35b 100%);
    border: 2px solid #8a4f00;
    border-radius: 14px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.35);
    color: #2b1a00;
    text-align: center;
}

.lion-sqban-card h2 {
    margin: 0 0 18px;
    color: #5a2f00;
    font-size: 26px;
    text-transform: uppercase;
}

.lion-sqban-card p {
    color: #2b1a00;
    font-size: 15px;
}

.lion-sqban-card table {
    margin: 18px auto;
    background: rgba(255,255,255,0.45);
    border: 1px solid #8a4f00 !important;
    border-collapse: collapse;
}

.lion-sqban-card td {
    padding: 10px;
    border: 1px solid #d9a441;
    color: #2b1a00;
}

.lion-sqban-card input[type="text"] {
    max-width: 260px;
    margin: 4px;
}

.lion-sqban-card input[type="submit"] {
    font-size: 14px;
    padding: 8px 16px;
}

.lion-sqban-card img {
    border-radius: 8px;
    border: 1px solid #8a4f00;
    background: #fff;
    padding: 4px;
}

.lion-sqban-error {
    color: #8b0000;
    font-weight: bold;
}

@media (max-width: 700px) {
    .lion-sqban-card {
        padding: 20px 14px;
    }

    .lion-sqban-card table {
        width: 100%;
        display: block;
        overflow-x: auto;
    }
}

.lion-sqban-quickassign {
    max-width: 400px;
    margin: 20px auto;
    padding: 18px;
    background: rgba(255,255,255,0.45);
    border: 1px solid #8a4f00;
    border-radius: 10px;
    text-align: center;
}

.lion-sqban-quickassign h3 {
    margin-bottom: 10px;
    color: #5a2f00;
}

.lion-row {
    background: rgba(255,255,255,0.4);
}

.lion-status {
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    margin-top: 6px;
}

.lion-section-header {
    margin-bottom: 20px;
    text-align: center;
}

.lion-section-header h3 {
    color: #5a2f00;
    margin-bottom: 8px;
}

.lion-section-header {
    width: 100%;
    max-width: 760px;
    margin: 0 auto 20px auto;
    text-align: center;
}

.lion-section-header p {
    text-align: center;
}

.lion-sqban-quickassign,
.lion-sqban-card > table {
    margin-left: auto;
    margin-right: auto;
}

/* Signup Header - Lion Hits */
.lion-signup-steps {
    max-width: 850px;
    margin: 35px auto;
    padding: 28px 34px;
    background: linear-gradient(180deg, #fff7dc 0%, #f2c35b 100%);
    border: 2px solid #8a4f00;
    border-radius: 14px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.35);
    color: #2b1a00;
    text-align: left;
}

.lion-signup-steps h2 {
    text-align: center;
    color: #5a2f00;
    font-size: 28px;
    margin: 0 0 24px;
    text-transform: uppercase;
}

.lion-step-card {
    display: flex;
    gap: 16px;
    align-items: flex-start;
    margin-bottom: 18px;
    padding: 18px;
    background: rgba(255,255,255,0.45);
    border: 1px solid #8a4f00;
    border-radius: 10px;
}

.lion-step-icon {
    min-width: 42px;
    color: #8b0000;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
}

.lion-step-content h3 {
    margin: 0 0 8px;
    color: #5a2f00;
    font-size: 20px;
}

.lion-step-content p {
    margin: 0;
    font-size: 16px;
    line-height: 1.6;
}

.lion-step-content a {
    color: #5a2f00;
    font-weight: bold;
}

.lion-step-content a:hover {
    color: #8b0000;
}

@media (max-width: 600px) {
    .lion-signup-steps {
        margin: 20px 10px;
        padding: 22px 18px;
    }

    .lion-step-card {
        flex-direction: column;
    }

    .lion-signup-steps h2 {
        font-size: 22px;
    }
}

/* Signup Form Page - Lion Hits */
.lion-signup-form-card {
    max-width: 860px;
    margin: 25px auto;
    padding: 24px;
    background: linear-gradient(180deg, #fff7dc 0%, #f2c35b 100%);
    border: 2px solid #8a4f00;
    border-radius: 14px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.35);
    color: #2b1a00;
}

.lion-signup-form-card h2 {
    color: #5a2f00 !important;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}

.lion-signup-form-card h3 {
    color: #2b1a00 !important;
    font-size: 16px;
    line-height: 1.5;
    text-align: left;
}

.lion-signup-form-card td {
    color: #2b1a00;
}

.lion-signup-form-card .formlabelbold {
    color: #2b1a00;
    font-weight: bold;
}

.lion-signup-form-card input[type="text"],
.lion-signup-form-card input[type="password"],
.lion-signup-form-card select {
    width: 100%;
    max-width: 260px;
    padding: 8px 10px;
    border: 1px solid #8a4f00;
    border-radius: 7px;
    background: #fff;
    color: #2b1a00;
}

.lion-signup-form-card input[type="submit"] {
    background: linear-gradient(180deg, #ffcc33 0%, #d98200 100%);
    color: #1c1200 !important;
    border: 1px solid #6b3b00;
    border-radius: 8px;
    font-weight: bold;
    padding: 10px 20px;
    box-shadow: 0 3px 0 #6b3b00;
}

.lion-signup-form-card input[type="submit"]:hover {
    background: linear-gradient(180deg, #ffe27a 0%, #f29a00 100%);
}

.lion-helper-text {
    font-size: 12px;
    color: #5a2f00;
}

/* Signup form layout alignment */
.lion-signup-form-card form {
    display: grid;
    grid-template-columns: 180px 1fr;
    gap: 12px 16px;
    align-items: center;
}

/* Labels */
.lion-signup-form-card label {
    text-align: right;
    font-weight: bold;
    color: #5a2f00;
}

/* Inputs */
.lion-signup-form-card input[type="text"],
.lion-signup-form-card input[type="password"],
.lion-signup-form-card select {
    width: 100%;
    max-width: 320px;
    padding: 8px 10px;
    border: 1px solid #8a4f00;
    border-radius: 7px;
    background: #fff;
    color: #2b1a00;
}

/* Full-width rows (captcha, buttons, notes) */
.lion-signup-form-card .full-row {
    grid-column: span 2;
    text-align: center;
}

/* Fix captcha row alignment */
.lion-signup-form-card input[name="securitycode"] {
    width: 120px !important;
}

/* Mobile fix */
@media (max-width: 600px) {
    .lion-signup-form-card form {
        grid-template-columns: 1fr;
    }

    .lion-signup-form-card label {
        text-align: left;
    }
}

/* Signup stacked form alignment fix */
.lion-signup-form-card form {
    display: block !important;
}

.lion-signup-form-card .lion-form-row,
.lion-signup-form-card .lion-signup-field,
.lion-signup-form-card .form-row {
    width: 100%;
    max-width: 520px;
    margin: 0 auto 14px auto;
    text-align: left;
}

.lion-signup-form-card label,
.lion-signup-form-card .formlabelbold {
    display: block;
    width: 100%;
    margin-bottom: 6px;
    text-align: left;
    font-weight: bold;
    color: #5a2f00;
}

.lion-signup-form-card input[type="text"],
.lion-signup-form-card input[type="password"],
.lion-signup-form-card input[type="email"],
.lion-signup-form-card select {
    display: block;
    width: 100% !important;
    max-width: 520px !important;
    margin: 0 auto;
    box-sizing: border-box;
}

/* Security code should stay shorter */
.lion-signup-form-card input[name="securitycode"],
.lion-signup-form-card input[name="captcha"],
.lion-signup-form-card input[name="code"] {
    width: 140px !important;
    max-width: 140px !important;
    margin-left: 0;
}

/* Bounce Email Warning - Lion Hits */
.lion-bounce-warning {
    max-width: 850px;
    margin: 50px auto;
    background: linear-gradient(180deg, #fff7dc 0%, #f2c35b 100%);
    border: 2px solid #8a4f00;
    border-radius: 14px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.35);
    color: #2b1a00;
    overflow: hidden;
}

.lion-bounce-header {
    background: linear-gradient(180deg, #d64535 0%, #8b0000 100%);
    color: #fff;
    text-align: center;
    padding: 18px;
    font-size: 26px;
    font-weight: bold;
    text-transform: uppercase;
}

.lion-bounce-content {
    padding: 28px 34px;
    text-align: left;
}

.lion-bounce-content h3 {
    font-size: 16px;
    line-height: 1.6;
    color: #2b1a00;
    margin: 14px 0;
}

.lion-bounce-content a {
    color: #5a2f00;
    font-weight: bold;
}

.lion-bounce-content a:hover {
    color: #8b0000;
}

.lion-important-box {
    background: rgba(255,255,255,0.45);
    border: 1px solid #8b0000;
    padding: 18px;
    margin: 24px 0;
    border-radius: 12px;
    text-align: center;
    font-weight: bold;
    color: #8b0000;
}

.lion-bounce-note {
    margin-top: 22px;
    font-weight: bold;
    text-align: center;
    color: #5a2f00;
}

@media (max-width: 600px) {
    .lion-bounce-warning {
        margin: 20px 10px;
    }

    .lion-bounce-content {
        padding: 22px 18px;
    }

    .lion-bounce-header {
        font-size: 21px;
    }
}

/* Bounce Email Update Form */
.lion-bounce-page {
    width: 100%;
    max-width: 900px;
    margin: 30px auto;
}

.lion-bounce-form-card {
    max-width: 600px;
    margin: 25px auto 50px;
    padding: 26px 30px;
    background: linear-gradient(180deg, #fff7dc 0%, #f2c35b 100%);
    border: 2px solid #8a4f00;
    border-radius: 14px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.35);
    color: #2b1a00;
    text-align: left;
}

.lion-bounce-form-card h2 {
    text-align: center;
    color: #5a2f00;
    font-size: 24px;
    margin: 0 0 20px;
    text-transform: uppercase;
}

.lion-form-row {
    margin-bottom: 16px;
}

.lion-form-row label {
    display: block;
    margin-bottom: 6px;
    color: #5a2f00;
    font-weight: bold;
}

.lion-form-row input[type="text"] {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid #8a4f00;
    border-radius: 8px;
    background: #fff;
    color: #2b1a00;
    box-sizing: border-box;
}

.lion-bounce-form-card input[type="submit"] {
    background: linear-gradient(180deg, #ffcc33 0%, #d98200 100%);
    color: #1c1200 !important;
    border: 1px solid #6b3b00;
    border-radius: 8px;
    font-weight: bold;
    padding: 11px 22px;
    box-shadow: 0 3px 0 #6b3b00;
}

.lion-bounce-form-card input[type="submit"]:hover {
    background: linear-gradient(180deg, #ffe27a 0%, #f29a00 100%);
}

.lion-warning-box {
    margin: 14px 0;
    padding: 12px 14px;
    background: #fff16a;
    color: #8b0000;
    border: 1px solid #d99a32;
    border-radius: 10px;
    font-weight: bold;
    line-height: 1.5;
    text-align: left;
}

/* ==========================================================
   LION HITS COMPLETE STYLE.CSS
   Wide Theme Upgrade
   Width: 1180px
   Sidebar: 260px
   Content: 920px
   Header Image: header.png
   ========================================================== */

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  color: #2a1807;
  background:
    radial-gradient(circle at top center, rgba(255, 190, 58, 0.30), transparent 38%),
    linear-gradient(180deg, #120701 0%, #351704 48%, #090300 100%);
}

/* ==========================================================
   MAIN WRAPPER
   ========================================================== */

#wrapper {
  width: 1180px;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0;
  background: #fff8e8;
  border-left: 1px solid #d99a32;
  border-right: 1px solid #d99a32;
  box-shadow: 0 0 28px rgba(0,0,0,0.65);
}

/* ==========================================================
   HEADER / HERO
   ========================================================== */

#header,
.lion-hero-header {
  width: 1180px;
  min-height: 425px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;

  background:
    linear-gradient(90deg, rgba(10,4,0,0.35) 0%, rgba(20,8,1,0.68) 42%, rgba(20,8,1,0.86) 100%),
    url("images/header.png") center center no-repeat;

  background-size: cover;
  border-bottom: 4px solid #d99a32;
  box-shadow:
    inset 0 -24px 40px rgba(0,0,0,0.55),
    0 6px 18px rgba(0,0,0,0.45);
}

.lion-hero-content {
  width: 720px;
  margin-left: 410px;
  padding: 34px 30px 28px 30px;
  text-align: center;
  color: #fff4d6;
}

.lion-hero-kicker {
  display: inline-block;
  margin-bottom: 10px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 5px;
  text-transform: uppercase;
  text-shadow: 0 3px 10px rgba(0,0,0,0.85);
}

.lion-hero-content h1 {
  margin: 0;
  color: #ffd56a !important;
  font-size: 82px;
  font-weight: 900;
  line-height: 0.95;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-shadow:
    0 2px 0 #5c2b08,
    0 5px 0 #2b1203,
    0 10px 24px rgba(0,0,0,0.85);
}

.lion-hero-subtitle {
  margin: 18px auto;
  color: #ffffff;
  font-size: 24px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-shadow: 0 3px 12px rgba(0,0,0,0.9);
}

.lion-hero-benefits {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin: 20px auto 24px auto;
}

.lion-hero-benefits div {
  min-height: 68px;
  padding: 12px 8px;
  border-radius: 14px;
  border: 1px solid #ffd56a;
  background: rgba(20,8,1,0.76);
  color: #fff4d6;
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
  box-shadow: 0 4px 12px rgba(0,0,0,0.45);
}

.lion-hero-actions {
  display: flex;
  justify-content: center;
  gap: 18px;
  flex-wrap: wrap;
}

.lion-hero-btn {
  display: inline-block;
  min-width: 220px;
  padding: 15px 22px;
  border-radius: 12px;
  font-size: 20px;
  font-weight: 900;
  text-align: center;
  text-decoration: none !important;
  text-transform: uppercase;
  box-shadow: 0 5px 16px rgba(0,0,0,0.55);
  transition: all 0.18s ease-in-out;
}

.lion-hero-btn.primary {
  background: linear-gradient(135deg, #ffd56a, #f4a51c, #b85b08);
  border: 1px solid #fff0a3;
  color: #1d0a01 !important;
}

.lion-hero-btn.secondary {
  background: rgba(15,6,1,0.80);
  border: 1px solid #ffd56a;
  color: #ffd56a !important;
}

.lion-hero-btn:hover {
  transform: translateY(-2px);
  filter: brightness(1.12);
}

/* ==========================================================
   TABLE LAYOUT
   ========================================================== */

table {
  border-collapse: collapse;
}

td {
  vertical-align: top;
}

#wrapper > table,
.lion-main-table {
  width: 1180px !important;
  max-width: 1180px;
  margin: 0 auto;
}

/* Left column */
#wrapper > table > tbody > tr > td:first-child,
.lion-left-column {
  width: 260px !important;
  max-width: 260px !important;
  min-width: 260px !important;
  padding: 14px 10px;
  background: linear-gradient(180deg, #1a0b02 0%, #3a1a05 55%, #120701 100%);
  text-align: center;
}

/* Main content column */
#wrapper > table > tbody > tr > td:nth-child(2),
.lion-content-column {
  width: 920px !important;
  max-width: 920px !important;
  padding: 18px;
  background: #fff8e8;
  color: #2a1807;
  text-align: left;
}

/* Global content alignment fixes */
#wrapper > table > tbody > tr > td:nth-child(2) > center,
.lion-content-column > center {
  display: block;
  width: 100%;
  text-align: left;
}

.lion-center,
.text-center,
.carousel-caption,
.lion-welcome-card,
.lion-login-card,
.lion-login-security-card,
.lion-final-cta,
.lion-terms-bar,
.lion-proof-strip,
.leaderboard-card,
.lb-card,
.lion-suspended-card,
.lion-deleted-card,
.lion-commissions-card {
  text-align: center;
}

.lion-left,
.text-left,
.lion-content-card,
.lion-confirm-delete-card,
.lion-dlb-content,
.lion-split-card {
  text-align: left;
}


/* ==========================================================
   SIDEBAR MENU
   ========================================================== */

.rollover {
  width: 240px;
  max-width: 240px;
  margin: 0 auto;
  padding: 0 0 12px 0;
  text-align: center;
}

.rollover br {
  display: none;
}

.rollover ul {
  width: 100%;
  max-width: 240px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}

.rollover li {
  margin: 0 0 8px 0;
  padding: 0;
  list-style: none;
}

.rollover li a {
  display: flex;
  align-items: center;
  justify-content: flex-start;

  width: 100%;
  min-height: 42px;
  padding: 10px 14px;

  border-radius: 10px;
  border: 1px solid #d99a32;

  background: linear-gradient(135deg, #1d0d04, #4f2407);
  color: #fff4d6;

  font-size: 15px;
  font-weight: 800;
  text-align: left;
  text-decoration: none;

  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.10),
    0 2px 8px rgba(0,0,0,0.40);

  transition: all 0.18s ease-in-out;
}

.rollover li a:hover {
  background: linear-gradient(135deg, #7a3b10, #c7771c);
  color: #ffffff;
  border-color: #ffd56a;
  text-decoration: none;
  transform: translateX(3px);
}

.rollover li a span {
  color: inherit;
}

/* ==========================================================
   MEMBER ACTIVITY BOX
   ========================================================== */

.rollover center {
  display: block;
  width: 100%;
  max-width: 240px;
  margin: 14px auto 0 auto;
}

.rollover center table {
  width: 100%;
  max-width: 240px;
  margin: 0 auto;
  background: #fff4d6;
  color: #2a1807;
  border: 1px solid #d99a32;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0,0,0,0.35);
}

.rollover center td {
  padding: 7px 8px;
  font-size: 13px;
  color: #2a1807;
}

tr.membertd td,
.membertd td {
  background: linear-gradient(135deg, #6b330d, #b56a18);
  color: #fff4d6 !important;
  font-weight: 900;
  text-transform: uppercase;
}

/* ==========================================================
   SIDEBAR ADS / OWNER BOX
   ========================================================== */

.lion-sidebar-ad,
.lion-sidebar-box {
  width: 100%;
  max-width: 240px;
  margin: 14px auto;
  padding: 10px;
  background: linear-gradient(180deg, #2a1204, #120701);
  border: 1px solid #d99a32;
  border-radius: 12px;
  color: #fff4d6;
  text-align: center;
  box-shadow: 0 2px 10px rgba(0,0,0,0.45);
}

.lion-sidebar-ad img {
  display: block;
  max-width: 125px;
  height: auto;
  margin: 0 auto;
  border: 0;
}

.lion-sidebar-box p {
  margin: 6px 0;
  color: #fff4d6;
  font-size: 13px;
  line-height: 1.35;
}

.lion-sidebar-box a {
  color: #ffd56a;
  text-decoration: none;
}

.lion-sidebar-box a:hover {
  color: #ffffff;
  text-decoration: underline;
}

/* ==========================================================
   MAIN CONTENT
   ========================================================== */

#container,
.container {
  width: 100%;
  max-width: 860px;
  margin: 0 auto;
  padding: 14px;
  color: #2a1807;
}

.row,
.col-sm-12,
.col-sm-4,
.col-md-12 {
  width: 100%;
  margin: 0 auto;
  color: #2a1807;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #2b1203;
}

p {
  color: #2a1807;
}

.container h2,
.carousel-caption h2,
h2[style] {
  color: #2b1203 !important;
  line-height: 1.25;
}

/* ==========================================================
   CONTENT PANELS
   ========================================================== */

.carousel,
.carousel-inner,
.item,
.infobar,
.bs-example,
.content-card,
.lion-welcome-card,
.member-box,
.login-box,
.form-box,
.info-box,
.promo-box,
.reward-box,
.goal-box,
.event-box {
  width: 100%;
  max-width: 860px;
  margin: 16px auto;
  padding: 22px;
  background: linear-gradient(180deg, #fffdf7 0%, #fff4d6 100%);
  border: 1px solid #d99a32;
  border-radius: 14px;
  color: #2a1807;
  box-shadow: 0 4px 16px rgba(0,0,0,0.22);
}

.carousel-caption {
  position: static;
  width: 100%;
  margin: 0 auto;
  padding: 18px;
  color: #2a1807;
  text-align: center;
  text-shadow: none;
}

.carousel-caption p,
.carousel-caption h2 {
  color: #2a1807;
}

/* Prevent white-on-white areas */
.content-card *,
.lion-welcome-card *,
.member-box *,
.login-box *,
.form-box *,
.info-box *,
.promo-box *,
.reward-box *,
.goal-box *,
.event-box * {
  color: inherit;
}

/* Yellow promo highlight */
span[style*="BACKGROUND-COLOR"],
span[style*="background-color"],
span[style*="#ffff00"] {
  display: inline-block;
  padding: 10px 16px;
  margin: 10px 0;
  border-radius: 10px;
  background: #fff16a !important;
  color: #b00000 !important;
  border: 1px solid #d99a32;
  font-weight: 900;
}

/* ==========================================================
   BUTTONS
   ========================================================== */

.buttonlink,
a.buttonlink,
button,
input[type="submit"],
input[type="button"],
.btn,
.button {
  display: inline-block;
  margin: 8px auto;
  padding: 12px 22px;
  border-radius: 10px;
  border: 1px solid #8b430d;
  background: linear-gradient(135deg, #e93020, #a90000);
  color: #ffffff !important;
  font-size: 18px;
  font-weight: 900;
  text-align: center;
  text-decoration: none !important;
  box-shadow: 0 3px 8px rgba(0,0,0,0.35);
  cursor: pointer;
}

.buttonlink:hover,
a.buttonlink:hover,
button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
.btn:hover,
.button:hover {
  background: linear-gradient(135deg, #ff4a35, #c20000);
  color: #ffffff !important;
  text-decoration: none !important;
}

/* ==========================================================
   LINKS
   ========================================================== */

a {
  color: #9a4d08;
  font-weight: bold;
}

a:hover {
  color: #c7771c;
}

/* ==========================================================
   FORMS
   ========================================================== */

input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
select,
textarea {
  width: 100%;
  max-width: 100%;
  padding: 9px 10px;
  border-radius: 8px;
  border: 1px solid #b97922;
  background: #ffffff;
  color: #2a1807;
  font-size: 14px;
}

input:focus,
select:focus,
textarea:focus {
  outline: none;
  border-color: #e69522;
  box-shadow: 0 0 0 2px rgba(230,149,34,0.25);
}

/* ==========================================================
   IMAGES
   ========================================================== */

img {
  max-width: 100%;
  height: auto;
}

.container img,
.carousel img,
.infobar img,
.content-card img {
  max-width: 100%;
  height: auto;
}

/* ==========================================================
   FOOTER
   ========================================================== */

#footer {
  width: 1180px;
  margin: 0 auto;
  padding: 16px 24px;
  background: linear-gradient(135deg, #120701, #3a1a05);
  border-top: 4px solid #d99a32;
  color: #fff4d6;
  text-align: center;
}

#footer p {
  margin: 0;
  color: #fff4d6;
  font-size: 14px;
}

/* ==========================================================
   UTILITY FIXES
   ========================================================== */

center {
  text-align: center;
}

strong,
b {
  color: inherit;
}

br {
  line-height: 1.4;
}

td,
div,
span,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  text-shadow: none;
}

/* ==========================================================
   RESPONSIVE
   ========================================================== */

@media screen and (max-width: 1200px) {
  #wrapper,
  #header,
  #footer,
  #wrapper > table,
  .lion-main-table {
    width: 100% !important;
    max-width: 1180px;
  }
}

@media screen and (max-width: 900px) {
  #wrapper > table,
  #wrapper > table > tbody,
  #wrapper > table > tbody > tr,
  #wrapper > table > tbody > tr > td,
  .lion-main-table {
    display: block;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
  }

  #header,
  .lion-hero-header {
    min-height: auto;
    background:
      linear-gradient(180deg, rgba(10,4,0,0.60), rgba(20,8,1,0.90)),
      url("images/top.png") center center no-repeat;
    background-size: cover;
  }

  .lion-hero-content {
    width: 100%;
    margin-left: 0;
    padding: 28px 18px;
  }

  .lion-hero-content h1 {
    font-size: 48px;
  }

  .lion-hero-kicker {
    font-size: 13px;
    letter-spacing: 3px;
  }

  .lion-hero-subtitle {
    font-size: 17px;
  }

  .lion-hero-benefits {
    grid-template-columns: repeat(2, 1fr);
  }

  #wrapper > table > tbody > tr > td:first-child,
  .lion-left-column {
    padding: 14px 0;
  }

  .rollover,
  .rollover ul,
  .lion-sidebar-ad,
  .lion-sidebar-box,
  .rollover center {
    max-width: 280px;
  }

  #container,
  .container,
  .carousel,
  .carousel-inner,
  .item,
  .infobar,
  .bs-example,
  .content-card,
  .lion-welcome-card,
  .member-box,
  .login-box,
  .form-box,
  .info-box,
  .promo-box,
  .reward-box,
  .goal-box,
  .event-box {
    max-width: 94%;
  }
}

@media screen and (max-width: 560px) {
  body {
    font-size: 14px;
  }

  .lion-hero-content h1 {
    font-size: 38px;
  }

  .lion-hero-benefits {
    grid-template-columns: 1fr;
  }

  .lion-hero-btn {
    width: 100%;
    min-width: 0;
    font-size: 16px;
  }

  .buttonlink,
  a.buttonlink,
  button,
  input[type="submit"],
  input[type="button"],
  .btn,
  .button {
    font-size: 15px;
    padding: 10px 16px;
  }
}

/* ==========================================================
   HOMEPAGE CONVERSION BLOCK
   ========================================================== */

.lion-content-wrapper {
  width: 100%;
  max-width: 860px;
  margin: 0 auto;
}

.lion-welcome-card {
  padding: 28px;
  border-radius: 16px;
  background: linear-gradient(180deg, #fffdf7 0%, #fff3cf 100%);
  border: 1px solid #d99a32;
  box-shadow: 0 6px 20px rgba(0,0,0,0.25);
  text-align: center;
}

/* Title */

.lion-title {
  font-size: 42px;
  font-weight: 900;
  margin-bottom: 10px;
  color: #2b1203;
}

.lion-title span {
  color: #b85b08;
}

/* Highlight bar */

.lion-highlight {
  display: inline-block;
  padding: 12px 20px;
  margin: 15px auto;
  border-radius: 10px;
  background: #ffe94d;
  color: #a40000;
  font-size: 18px;
  font-weight: 900;
  border: 1px solid #d99a32;
}

/* Sub headline */

.lion-sub {
  margin-top: 18px;
  font-size: 20px;
  font-weight: 800;
}

/* Benefits */

.lion-benefit-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  margin: 22px 0;
}

.lion-benefit {
  padding: 18px;
  border-radius: 12px;
  background: #ffffff;
  border: 1px solid #d99a32;
  box-shadow: 0 3px 10px rgba(0,0,0,0.2);
}

.lion-icon {
  font-size: 28px;
  margin-bottom: 6px;
}

.lion-benefit-title {
  font-size: 16px;
  font-weight: 800;
}

/* CTA */

.lion-cta {
  display: inline-block;
  margin: 20px 0;
  padding: 14px 28px;
  border-radius: 10px;
  background: linear-gradient(135deg, #e52b2b, #a40000);
  color: #ffffff !important;
  font-size: 20px;
  font-weight: 900;
  text-decoration: none;
  box-shadow: 0 4px 14px rgba(0,0,0,0.4);
}

.lion-cta:hover {
  background: linear-gradient(135deg, #ff3d3d, #c20000);
}

/* Description */

.lion-desc {
  margin-top: 10px;
  font-size: 15px;
  color: #2a1807;
}

/* Footer note */

.lion-footer-note {
  margin-top: 16px;
  font-weight: 800;
  color: #5c2b08;
}

/* ==========================================================
   MOBILE FIX
   ========================================================== */

@media screen and (max-width: 700px) {

  .lion-benefit-grid {
    grid-template-columns: 1fr;
  }

  .lion-title {
    font-size: 28px;
  }

}

/* ==========================================================
   COMPLETE HOMEPAGE SECTIONS
   ========================================================== */

.lion-feature-card {
  width: 100%;
  max-width: 860px;
  margin: 18px auto;
  padding: 24px;
  border-radius: 16px;
  border: 1px solid #d99a32;
  box-shadow: 0 5px 18px rgba(0,0,0,0.28);
}

.lion-feature-card.dark {
  background: linear-gradient(180deg, #1a0b02 0%, #3a1a05 100%);
  color: #fff4d6;
}

.lion-feature-card.dark h2 {
  margin: 0 0 20px 0;
  color: #ffd56a !important;
  font-size: 30px;
  text-transform: uppercase;
}

.lion-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}

.lion-feature {
  padding: 18px;
  border-radius: 14px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,213,106,0.45);
  color: #fff4d6;
}

.lion-feature-icon {
  font-size: 30px;
  margin-bottom: 8px;
}

.lion-feature h3 {
  margin: 6px 0;
  color: #ffd56a !important;
  font-size: 18px;
}

.lion-feature p {
  margin: 0;
  color: #fff4d6 !important;
  font-size: 14px;
  line-height: 1.4;
}

.lion-split-card {
  max-width: 860px;
  margin: 18px auto;
  padding: 24px;
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 20px;
  align-items: center;
  border-radius: 16px;
  background: linear-gradient(180deg, #fffdf7 0%, #fff3cf 100%);
  border: 1px solid #d99a32;
  box-shadow: 0 5px 18px rgba(0,0,0,0.22);
  text-align: left;
}

.lion-split-text h2 {
  margin: 0 0 10px 0;
  color: #2b1203 !important;
  font-size: 28px;
}

.lion-split-text p {
  color: #2a1807;
  font-size: 15px;
  line-height: 1.5;
}

.lion-split-action {
  text-align: center;
}

.lion-cta.large {
  font-size: 22px;
  padding: 15px 28px;
}

.lion-secondary-link {
  display: block;
  margin-top: 10px;
  color: #8b430d;
  font-weight: 900;
}

.lion-proof-strip {
  max-width: 860px;
  margin: 18px auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid #d99a32;
  background: linear-gradient(135deg, #2a1204, #120701);
  box-shadow: 0 5px 18px rgba(0,0,0,0.30);
}

.lion-proof-strip div {
  padding: 18px 12px;
  text-align: center;
  border-right: 1px solid rgba(255,213,106,0.35);
}

.lion-proof-strip div:last-child {
  border-right: none;
}

.lion-proof-strip strong {
  display: block;
  color: #ffd56a;
  font-size: 16px;
  text-transform: uppercase;
}

.lion-proof-strip span {
  display: block;
  margin-top: 6px;
  color: #fff4d6;
  font-size: 13px;
}

.lion-final-cta {
  max-width: 860px;
  margin: 18px auto;
  padding: 28px;
  border-radius: 16px;
  background:
    linear-gradient(135deg, rgba(20,8,1,0.92), rgba(78,35,7,0.92)),
    radial-gradient(circle at top, rgba(255,213,106,0.25), transparent 45%);
  border: 1px solid #ffd56a;
  color: #fff4d6;
  text-align: center;
  box-shadow: 0 5px 18px rgba(0,0,0,0.35);
}

.lion-final-cta h2 {
  margin: 0 0 10px 0;
  color: #ffd56a !important;
  font-size: 30px;
}

.lion-final-cta p {
  max-width: 680px;
  margin: 0 auto 16px auto;
  color: #fff4d6 !important;
  font-size: 16px;
  line-height: 1.5;
}

.lion-terms-bar {
  max-width: 860px;
  margin: 18px auto 6px auto;
  padding: 14px;
  text-align: center;
  border-radius: 12px;
  background: #fff4d6;
  border: 1px solid #d99a32;
}

.lion-terms-bar a {
  color: #8b430d;
  font-weight: 900;
}

.lion-terms-bar span {
  margin: 0 8px;
  color: #b56a18;
}

/* Mobile homepage sections */

@media screen and (max-width: 900px) {
  .lion-feature-grid,
  .lion-proof-strip {
    grid-template-columns: repeat(2, 1fr);
  }

  .lion-split-card {
    grid-template-columns: 1fr;
    text-align: center;
  }
}

@media screen and (max-width: 560px) {
  .lion-feature-grid,
  .lion-proof-strip {
    grid-template-columns: 1fr;
  }

  .lion-feature-card.dark h2,
  .lion-final-cta h2 {
    font-size: 24px;
  }

  .lion-split-text h2 {
    font-size: 23px;
  }
}

#footer {
  width: 1180px;
  margin: 0 auto;
  padding: 0;
  background:
    linear-gradient(180deg, #2a1204 0%, #120701 100%);
  border-top: 4px solid #d99a32;
  color: #fff4d6;
  text-align: center;
}

.lion-footer-inner {
  padding: 24px 20px;
}

.lion-footer-brand strong {
  display: block;
  color: #ffd56a;
  font-size: 24px;
  font-weight: 900;
  text-transform: uppercase;
}

.lion-footer-brand span {
  display: block;
  margin-top: 4px;
  color: #fff4d6;
  font-size: 14px;
}

.lion-footer-links {
  margin: 16px auto;
  max-width: 900px;
  line-height: 1.8;
}

.lion-footer-links a {
  color: #ffd56a;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
}

.lion-footer-links a:hover {
  color: #ffffff;
  text-decoration: underline;
}

.lion-footer-links span {
  margin: 0 7px;
  color: #b56a18;
}

.lion-footer-bottom p {
  margin: 0;
  color: #fff4d6;
  font-size: 13px;
  line-height: 1.5;
}

@media screen and (max-width: 900px) {
  #footer {
    width: 100%;
  }

  .lion-footer-brand strong {
    font-size: 20px;
  }

  .lion-footer-links {
    padding: 0 12px;
  }
}

/* ==========================================================
   LION HITS LOGIN PAGE - BEAR-HITS STYLE
   ========================================================== */

.lion-login-page {
  width: 100%;
  max-width: 860px;
  margin: 0 auto;
  padding: 18px;
}

.lion-login-card {
  max-width: 520px;
  margin: 20px auto;
  padding: 28px;
  border-radius: 18px;
  background: linear-gradient(180deg, #fffdf7 0%, #fff3cf 100%);
  border: 1px solid #d99a32;
  box-shadow: 0 6px 22px rgba(0,0,0,0.28);
  text-align: center;
}

.lion-login-header {
  margin-bottom: 22px;
}

.lion-login-badge {
  display: inline-block;
  margin-bottom: 10px;
  padding: 6px 14px;
  border-radius: 999px;
  background: linear-gradient(135deg, #2a1204, #5c2b08);
  border: 1px solid #d99a32;
  color: #ffd56a;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.lion-login-header h2 {
  margin: 0 0 8px 0;
  color: #2b1203 !important;
  font-size: 34px;
  font-weight: 900;
  text-transform: uppercase;
}

.lion-login-header p {
  margin: 0 auto;
  max-width: 420px;
  color: #5c2b08;
  font-size: 15px;
  line-height: 1.5;
}

.lion-login-form {
  width: 100%;
  margin: 0 auto;
}

.lion-form-group {
  margin-bottom: 16px;
  text-align: left;
}

.lion-form-group label {
  display: block;
  margin-bottom: 6px;
  color: #2b1203;
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
}

.lion-form-group input[type="text"],
.lion-form-group input[type="password"] {
  width: 100%;
  padding: 12px 14px;
  border-radius: 10px;
  border: 1px solid #b97922;
  background: #ffffff;
  color: #2a1807;
  font-size: 16px;
}

.lion-form-submit {
  margin-top: 20px;
}

.lion-form-submit input[type="submit"] {
  width: 100%;
  padding: 14px 22px;
  border-radius: 12px;
  border: 1px solid #8b430d;
  background: linear-gradient(135deg, #e93020, #a90000);
  color: #ffffff !important;
  font-size: 20px;
  font-weight: 900;
  text-transform: uppercase;
  cursor: pointer;
  box-shadow: 0 4px 14px rgba(0,0,0,0.35);
}

.lion-form-submit input[type="submit"]:hover {
  background: linear-gradient(135deg, #ff4a35, #c20000);
}

.lion-login-links {
  margin-top: 18px;
  font-size: 14px;
}

.lion-login-links a {
  color: #8b430d;
  font-weight: 900;
  text-decoration: none;
}

.lion-login-links a:hover {
  color: #c7771c;
  text-decoration: underline;
}

.lion-login-links span {
  margin: 0 8px;
  color: #b56a18;
}

.lion-login-promo {
  max-width: 720px;
  margin: 18px auto;
  padding: 22px;
  border-radius: 16px;
  background: linear-gradient(135deg, #1a0b02, #3a1a05);
  border: 1px solid #d99a32;
  color: #fff4d6;
  text-align: center;
  box-shadow: 0 5px 18px rgba(0,0,0,0.30);
}

.lion-login-promo h3 {
  margin: 0 0 8px 0;
  color: #ffd56a !important;
  font-size: 24px;
  font-weight: 900;
  text-transform: uppercase;
}

.lion-login-promo p {
  margin: 0;
  color: #fff4d6 !important;
  font-size: 15px;
  line-height: 1.5;
}

.lion-login-ad {
  max-width: 720px;
  margin: 18px auto;
  padding: 16px;
  border-radius: 14px;
  background: #fff4d6;
  border: 1px solid #d99a32;
  text-align: center;
  box-shadow: 0 4px 14px rgba(0,0,0,0.22);
}

@media screen and (max-width: 560px) {
  .lion-login-page {
    padding: 10px;
  }

  .lion-login-card {
    padding: 20px;
  }

  .lion-login-header h2 {
    font-size: 26px;
  }
}

/* ==========================================================
   LOGIN PAGE - 3 SECTION (BEAR-HITS STYLE ADAPTED)
   ========================================================== */

.lion-login-container {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}

/* GRID */

.lion-login-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 30px;
  align-items: center;
}

/* HERO SECTION */

.lion-login-hero-section {
  margin: 20px auto;
}

.lion-login-hero-content {
  color: #fff4d6;
}

.lion-login-badge {
  display: inline-block;
  padding: 6px 14px;
  border-radius: 999px;
  background: #2a1204;
  border: 1px solid #d99a32;
  color: #ffd56a;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.lion-login-title {
  font-size: 42px;
  font-weight: 900;
  color: #ffd56a;
  margin: 10px 0;
}

.lion-login-text {
  color: #fff4d6;
  font-size: 15px;
  line-height: 1.5;
}

.lion-login-support-note {
  margin-top: 12px;
  font-size: 13px;
  color: #fff4d6;
}

/* LOGIN CARD */

.lion-login-card {
  padding: 26px;
  border-radius: 16px;
  background: linear-gradient(180deg, #fffdf7 0%, #fff3cf 100%);
  border: 1px solid #d99a32;
  box-shadow: 0 5px 18px rgba(0,0,0,0.28);
  text-align: center;
}

.lion-login-card-title {
  font-size: 26px;
  font-weight: 900;
  margin-bottom: 5px;
}

.lion-login-card-subtitle {
  font-size: 14px;
  color: #5c2b08;
  margin-bottom: 15px;
}

.lion-login-error {
  color: #c20000;
  font-weight: bold;
  margin-bottom: 10px;
}

/* FORM */

.lion-form-group {
  margin-bottom: 14px;
  text-align: left;
}

.lion-form-label {
  font-weight: 900;
  font-size: 13px;
  text-transform: uppercase;
}

.lion-form-control {
  width: 100%;
  padding: 10px;
  border-radius: 8px;
  border: 1px solid #b97922;
}

.lion-login-btn-primary {
  width: 100%;
  padding: 12px;
  border-radius: 10px;
  background: linear-gradient(135deg, #e93020, #a90000);
  color: #fff;
  font-weight: 900;
  border: none;
  cursor: pointer;
}

.lion-login-btn-primary:hover {
  background: linear-gradient(135deg, #ff4a35, #c20000);
}

.lion-login-links {
  margin-top: 12px;
  font-size: 13px;
}

.lion-login-links a {
  color: #8b430d;
  font-weight: 900;
}

.lion-link-sep {
  margin: 0 6px;
}

/* ADMIN SECTION */

.lion-login-admin-section {
  margin: 30px auto;
}

.lion-login-admin-card {
  display: grid;
  grid-template-columns: 120px 250px 1fr;
  gap: 20px;
  padding: 20px;
  border-radius: 16px;
  background: linear-gradient(135deg, #1a0b02, #3a1a05);
  border: 1px solid #d99a32;
  color: #fff4d6;
}

.lion-admin-photo {
  width: 100px;
  border-radius: 10px;
}

.lion-admin-title {
  font-weight: 900;
  color: #ffd56a;
  margin-bottom: 5px;
}

.lion-admin-text {
  font-size: 13px;
}

.lion-disclaimer-text {
  font-size: 13px;
  line-height: 1.4;
}

/* SECURITY SECTION */

.lion-login-security-section {
  margin: 30px auto;
}

.lion-login-security-card {
  padding: 24px;
  border-radius: 16px;
  background: #fff4d6;
  border: 1px solid #d99a32;
  text-align: center;
}

.lion-security-title {
  font-size: 24px;
  font-weight: 900;
  margin-bottom: 10px;
}

.lion-security-text {
  font-size: 14px;
  margin-bottom: 8px;
}

.lion-security-banner img {
  margin-top: 12px;
}

/* MOBILE */

@media screen and (max-width: 900px) {

  .lion-login-grid {
    grid-template-columns: 1fr;
  }

  .lion-login-admin-card {
    grid-template-columns: 1fr;
    text-align: center;
  }

}

/* tighten spacing above banner */
.lion-login-hero-content {
  display: flex;
  flex-direction: column;
  gap: 10px; /* controls vertical spacing */
}

/* reduce paragraph spacing */
.lion-login-text {
  margin: 0;
}

/* tighten badge/title spacing */
.lion-login-badge {
  margin-bottom: 4px;
}

.lion-login-title {
  margin-bottom: 6px;
}

/* move banner up */
.lion-login-banner {
  margin-top: 8px;   /* smaller gap above */
  margin-bottom: 10px;
}

/* force left alignment for admin section */
.lion-login-admin-card {
  text-align: left;
}

/* make text blocks align left cleanly */
.lion-admin-box,
.lion-admin-text,
.lion-disclaimer-box,
.lion-disclaimer-text {
  text-align: left;
}

/* optional: keep photo centered while text is left */
.lion-admin-photo-wrap {
  text-align: center;
}

/* =========================================
   CENTER MEMBER ACCESS ACROSS BOTH COLUMNS
========================================= */

.lion-login-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 24px;
  align-items: start;
}

/* Make badge span BOTH columns */
.lion-login-badge {
  grid-column: 1 / -1;
  justify-self: center;

  display: inline-block;
  padding: 6px 16px;
  margin-bottom: 6px;

  border-radius: 999px;
  background: rgba(20,8,1,0.85);
  border: 1px solid #ffd56a;
  color: #ffd56a;

  font-size: 12px;
  font-weight: 900;
  letter-spacing: 1px;
  text-transform: uppercase;
}

/* =========================================
   TIGHTEN HERO SECTION SPACING
========================================= */

.lion-login-hero-section {
  padding: 18px 0 10px 0; /* was too tall */
}

.lion-login-container {
  padding: 10px 20px;
}

/* Left column tightening */
.lion-login-hero-content {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.lion-login-title {
  font-size: 40px;
  margin: 2px 0 4px 0;
}

.lion-login-text {
  margin: 0;
  line-height: 1.45;
}

/* Banner tighter */
.lion-login-banner {
  margin-top: 6px;
  margin-bottom: 6px;
}

/* Support note tighter */
.lion-login-support-note {
  margin-top: 6px;
  font-size: 12px;
}

/* Right column alignment */
.lion-login-card {
  margin-top: 6px;
  padding: 24px;
}

/* Tighten form spacing */
.lion-form-group {
  margin-bottom: 10px;
}

.lion-login-actions {
  margin-top: 10px;
}

.lion-login-links {
  margin-top: 10px;
}

/* =========================================
   SECTION 2 (ADMIN) TIGHTEN + ALIGN
========================================= */

.lion-login-admin-section {
  margin-top: 18px;
}

.lion-login-admin-card {
  padding: 18px;
  gap: 16px;
  align-items: start;
}

/* Keep text left-aligned cleanly */
.lion-admin-box,
.lion-admin-text,
.lion-disclaimer-text {
  text-align: left;
}

/* =========================================
   SECTION 3 (SECURITY) TIGHTEN
========================================= */

.lion-login-security-section {
  margin-top: 18px;
}

.lion-login-security-card {
  padding: 20px;
}

.lion-security-title {
  margin-bottom: 6px;
}

.lion-security-text {
  margin-bottom: 6px;
}

/* =========================================
   HERO TEXT — HIGH CONTRAST FIX
========================================= */

/* Main heading (Welcome Back) */
.lion-login-title {
  color: #ffffff !important;   /* bright white */
  text-shadow: 0 3px 12px rgba(0,0,0,0.85);
}

/* Supporting text */
.lion-login-text {
  color: #ffffff !important;   /* clean white, not dim */
  opacity: 0.92;               /* slight softness but still readable */
  line-height: 1.5;
}

/* Badge stays gold */
.lion-login-badge {
  color: #ffd56a;
}

/* Links inside hero */
.lion-login-hero-content a {
  color: #ffd56a !important;
  font-weight: 900;
}

.lion-login-hero-content a:hover {
  color: #ffffff !important;
}

/* Make only the hero paragraph text black on light background */
.lion-login-hero-content .lion-login-text {
  color: #000000 !important;
}

/* Login support note on light background */
.lion-login-support-note {
  color: #000000 !important;
  background: rgba(255, 255, 255, 0.78);
  padding: 8px 10px;
  border-radius: 8px;
  font-weight: 700;
}

.lion-login-support-note a {
  color: #b00000 !important;
  font-weight: 900;
  text-decoration: underline;
}

.lion-login-support-note a:hover {
  color: #d00000 !important;
}

/* =========================================
   OWNER / ADMIN LINK VISIBILITY FIX
========================================= */

.lion-login-admin-section a,
.lion-admin-box a,
.lion-admin-text a,
.lion-disclaimer-text a {
  color: #ffd56a !important;   /* bright gold */
  font-weight: 900;
  text-decoration: underline;
}

.lion-login-admin-section a:hover,
.lion-admin-box a:hover,
.lion-admin-text a:hover,
.lion-disclaimer-text a:hover {
  color: #ffffff !important;   /* bright white on hover */
}

/* =========================================
   ADVANCED PIGGYBANK BUTTONS
========================================= */

.lion-piggybank-btn {
  display: flex;
  align-items: center;
  gap: 12px;

  padding: 12px 14px;
  border-radius: 12px;

  background: linear-gradient(135deg, #e93020, #a90000);
  border: 1px solid #8b430d;

  color: #ffffff !important;
  text-decoration: none !important;

  font-size: 14px;
  font-weight: 900;

  box-shadow: 0 3px 10px rgba(0,0,0,0.30);
  transition: all 0.18s ease-in-out;
}

/* Icon */
.lion-btn-icon {
  font-size: 22px;
  min-width: 28px;
  text-align: center;
}

/* Text block */
.lion-btn-text {
  display: flex;
  flex-direction: column;
  text-align: left;
}

/* Title */
.lion-btn-text strong {
  font-size: 15px;
}

/* Subtitle */
.lion-btn-text small {
  font-size: 12px;
  font-weight: 600;
  opacity: 0.9;
}

/* Hover */
.lion-piggybank-btn:hover {
  transform: translateY(-1px);
  background: linear-gradient(135deg, #ff4a35, #c20000);
}

/* GOLD STYLE */
.lion-piggybank-btn.gold {
  background: linear-gradient(135deg, #ffd56a, #f4a51c, #b85b08);
  color: #1d0a01 !important;
  border-color: #b85b08;
}

/* FEATURED (highlight button) */
.lion-piggybank-btn.featured {
  border: 2px solid #ffd56a;
  box-shadow: 0 0 12px rgba(255,213,106,0.5);
}

/* Mobile adjustment */
@media screen and (max-width: 560px) {
  .lion-piggybank-btn {
    flex-direction: row;
    gap: 10px;
  }

  .lion-btn-icon {
    font-size: 20px;
  }

  .lion-btn-text strong {
    font-size: 14px;
  }

  .lion-btn-text small {
    font-size: 11px;
  }
}

/* PiggyBank generated deposit buttons */
.depositoptioninner input[type="submit"],
.completepurchase input[type="submit"] {
  display: block;
  width: 100%;
  max-width: 100%;
  white-space: normal;
  word-break: normal;
  overflow-wrap: break-word;

  padding: 10px 12px;
  margin: 12px auto 0 auto;

  border-radius: 10px;
  border: 1px solid #8b430d;

  background: linear-gradient(135deg, #e93020, #a90000);
  color: #ffffff !important;

  font-size: 12px;
  font-weight: 900;
  line-height: 1.25;
  text-align: center;

  cursor: pointer;
  box-shadow: 0 3px 8px rgba(0,0,0,0.30);
}

.depositoptioninner input[type="submit"]:hover,
.completepurchase input[type="submit"]:hover {
  background: linear-gradient(135deg, #ff4a35, #c20000);
  color: #ffffff !important;
}

/* Keep generated deposit cards clean */
.depositoptioninner form {
  width: 100%;
  margin-top: auto;
}

.depositoptioninner input[type="text"],
.depositoptioninner textarea {
  max-width: 100%;
}

/* Equal-height generated deposit cards */
.depositoptionouter {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  gap: 12px;

  width: 100%;
  max-width: 860px;
  margin: 0 auto;
}

.depositoptioninner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;

  width: 270px;
  min-height: 280px;

  float: none !important;
}

/* PAGE WRAP */
.lb-page-wrap {
    max-width: 900px;
    margin: 25px auto;
    display: flex;
    justify-content: center;
}

/* MAIN CARD */
.lb-card {
    width: 95%;
    padding: 25px;
    background: linear-gradient(180deg, #fff7dc 0%, #f2c35b 100%);
    border: 2px solid #8a4f00;
    border-radius: 14px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
    text-align: center;
}

/* HEADER */
.lb-header h2 {
    margin: 0 0 10px 0;
    color: #5a2f00;
}

.lb-date-range {
    display: flex;
    justify-content: center;
    gap: 20px;
    font-size: 14px;
}

/* DESCRIPTION */
.lb-description {
    margin: 15px 0 20px;
    font-size: 15px;
}

/* TABLE WRAP */
.lb-table-wrap {
    overflow-x: auto;
}

/* TABLE */
.lb-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 10px;
}

/* HEADERS */
.lb-table th {
    background: #8a4f00;
    color: #fff;
    padding: 10px;
    font-size: 14px;
}

/* ROWS */
.lb-table td {
    padding: 10px;
    border-bottom: 1px solid #d9a441;
    font-size: 14px;
}

/* STRIPING */
.lb-table tr:nth-child(even) {
    background: rgba(255,255,255,0.4);
}

/* HOVER EFFECT */
.lb-table tr:hover {
    background: rgba(255,255,255,0.7);
}

/* Suspended Page (Lion Hits) */
.lion-suspended-wrap {
    width: 100%;
    max-width: 760px;
    margin: 40px auto;
}

.lion-suspended-card {
    background: linear-gradient(180deg, #fff7dc 0%, #f2c35b 100%);
    border: 2px solid #8a4f00;
    border-radius: 14px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.35);
    padding: 30px 25px;
    text-align: center;
    color: #2b1a00;
}

.lion-suspended-card h1 {
    color: #8b0000;
    margin-bottom: 10px;
    font-size: 30px;
    text-transform: uppercase;
}

.lion-suspended-card h2 {
    color: #5a2f00;
    margin-bottom: 20px;
    font-size: 20px;
}

.lion-suspended-card ul {
    text-align: left;
    display: inline-block;
    margin: 20px auto;
    padding-left: 22px;
    max-width: 620px;
}

.lion-suspended-card li {
    margin-bottom: 12px;
}

.lion-alert-text {
    color: #8b0000;
    font-weight: bold;
}

.lion-support-btn {
    display: inline-block;
    margin-top: 22px;
    padding: 11px 24px;
    background: linear-gradient(180deg, #ffcc33 0%, #d98200 100%);
    color: #1c1200 !important;
    border: 1px solid #6b3b00;
    border-radius: 8px;
    text-decoration: none !important;
    font-weight: bold;
    box-shadow: 0 3px 0 #6b3b00;
}

.lion-support-btn:hover {
    background: linear-gradient(180deg, #ffe27a 0%, #f29a00 100%);
    transform: translateY(1px);
    box-shadow: 0 2px 0 #6b3b00;
}

/* Downline Builder Help - Lion Hits */
.lion-dlb-help {
    max-width: 900px;
    margin: 25px auto;
    padding: 0;
    border: 2px solid #8a4f00;
    border-radius: 14px;
    background: linear-gradient(180deg, #fff7dc 0%, #f2c35b 100%);
    color: #2b1a00;
    box-shadow: 0 5px 15px rgba(0,0,0,0.28);
    overflow: hidden;
}

.lion-dlb-summary {
    padding: 16px 20px;
    cursor: pointer;
    font-size: 22px;
    font-weight: bold;
    color: #1c1200;
    background: linear-gradient(180deg, #ffcc33 0%, #d98200 100%);
    border-bottom: 2px solid #8a4f00;
    list-style-position: inside;
}

.lion-dlb-content {
    padding: 24px;
    text-align: left;
}

.lion-dlb-content h2,
.lion-dlb-content h3 {
    color: #5a2f00;
    margin-top: 18px;
    margin-bottom: 8px;
}

.lion-dlb-content h2 {
    font-size: 22px;
}

.lion-dlb-content h3 {
    font-size: 18px;
}

.lion-dlb-content p,
.lion-dlb-content li {
    font-size: 15px;
    line-height: 1.55;
}

.lion-dlb-content ul,
.lion-dlb-content ol {
    margin-left: 24px;
    margin-bottom: 16px;
}

.lion-dlb-content code {
    background: #fff3bf;
    border: 1px solid #d9a441;
    padding: 2px 5px;
    border-radius: 4px;
    color: #5a2f00;
}

.lion-dlb-example {
    margin: 22px 0;
    padding: 18px;
    background: rgba(255,255,255,0.45);
    border: 1px solid #b87300;
    border-radius: 10px;
}

.lion-dlb-example label {
    display: block;
    margin-bottom: 8px;
    font-weight: bold;
    color: #5a2f00;
}

.lion-dlb-example-row {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    align-items: center;
}

.lion-dlb-example-row input {
    flex: 1;
    min-width: 220px;
    padding: 9px 10px;
    border: 1px solid #8a4f00;
    border-radius: 6px;
    font-size: 14px;
}

.lion-dlb-example-row button {
    padding: 9px 18px;
    background: linear-gradient(180deg, #ffcc33 0%, #d98200 100%);
    color: #1c1200;
    border: 1px solid #6b3b00;
    border-radius: 7px;
    font-weight: bold;
    cursor: pointer;
    box-shadow: 0 3px 0 #6b3b00;
}

.lion-dlb-example-row button:hover {
    background: linear-gradient(180deg, #ffe27a 0%, #f29a00 100%);
    transform: translateY(1px);
    box-shadow: 0 2px 0 #6b3b00;
}

.lion-dlb-example small {
    display: block;
    margin-top: 8px;
    color: #5a2f00;
}

.lion-dlb-footer {
    margin-top: 20px;
    padding-top: 18px;
    border-top: 1px solid #b87300;
    text-align: center;
}

.lion-dlb-oneclick {
    display: inline-block;
    padding: 10px 16px;
    border-radius: 9px;
    background: #fff3bf;
    border: 1px solid #8a4f00;
    font-weight: bold;
}

.lion-dlb-footer p {
    margin-top: 10px;
    font-size: 14px;
    color: #5a2f00;
}

@media (max-width: 600px) {
    .lion-dlb-help {
        margin: 18px 10px;
    }

    .lion-dlb-summary {
        font-size: 18px;
    }

    .lion-dlb-content {
        padding: 18px;
    }

    .lion-dlb-example-row button {
        width: 100%;
    }
}

/* Deleted Account Page - Lion Hits */
.lion-deleted-card {
    max-width: 800px;
    margin: 50px auto;
    padding: 30px 35px;
    background: linear-gradient(180deg, #fff7dc 0%, #f2c35b 100%);
    border: 2px solid #8a4f00;
    border-radius: 14px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.35);
    color: #2b1a00;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.6;
    text-align: center;
}

.lion-deleted-card h1 {
    color: #8b0000;
    font-size: 30px;
    margin-bottom: 18px;
    text-transform: uppercase;
}

.lion-deleted-card h2 {
    color: #5a2f00;
    font-size: 21px;
    margin: 18px 0 14px;
}

.lion-deleted-card h3 {
    color: #2b1a00;
    font-size: 16px;
    margin: 12px 0;
}

.lion-deleted-card h3 strong {
    color: #8b0000;
}

.lion-deleted-card a {
    color: #5a2f00;
    font-weight: bold;
}

.lion-deleted-card a:hover {
    color: #8b0000;
}

.lion-deleted-reasons {
    text-align: left;
    display: inline-block;
    margin: 18px auto;
    padding-left: 22px;
}

.lion-deleted-reasons li {
    margin: 10px 0;
    font-size: 15px;
}

@media (max-width: 600px) {
    .lion-deleted-card {
        margin: 20px 10px;
        padding: 22px 18px;
    }

    .lion-deleted-card h1 {
        font-size: 24px;
    }

    .lion-deleted-card h2 {
        font-size: 18px;
    }
}

/* Lion Hits Content Card */
.lion-content-card {
    max-width: 900px;
    margin: 30px auto;
    padding: 28px 34px;
    background: linear-gradient(180deg, #fff7dc 0%, #f2c35b 100%);
    border: 2px solid #8a4f00;
    border-radius: 14px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
    color: #2b1a00;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.6;
    text-align: left;
}

.lion-content-card h2 {
    color: #5a2f00;
    text-align: center;
    font-size: 24px;
    margin: 24px 0 14px;
    text-decoration: underline;
}

.lion-content-card h2:first-child {
    margin-top: 0;
}

.lion-content-card h3 {
    color: #5a2f00;
    font-size: 19px;
    margin: 22px 0 10px;
}

.lion-content-card p,
.lion-content-card li {
    font-size: 16px;
}

.lion-content-card ul {
    margin: 12px 0 18px 26px;
}

.lion-content-card a {
    color: #5a2f00;
    font-weight: bold;
}

.lion-content-card a:hover {
    color: #8b0000;
}

/* Affiliate Commissions Table - Lion Hits */
.lion-commissions-wrap {
    width: 100%;
    max-width: 950px;
    margin: 30px auto;
}

.lion-commissions-card {
    padding: 26px;
    background: linear-gradient(180deg, #fff7dc 0%, #f2c35b 100%);
    border: 2px solid #8a4f00;
    border-radius: 14px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
    color: #2b1a00;
    text-align: center;
}

.lion-commissions-card h2 {
    margin: 0 0 18px;
    color: #5a2f00;
    font-size: 24px;
    text-decoration: underline;
}

.lion-table-wrap {
    width: 100%;
    overflow-x: auto;
}

.lion-commissions-table {
    width: 100%;
    border-collapse: collapse;
    background: rgba(255,255,255,0.45);
}

.lion-commissions-table th {
    background: #8a4f00;
    color: #fff;
    padding: 10px;
    font-size: 14px;
    text-align: center;
}

.lion-commissions-table td {
    padding: 10px;
    border-bottom: 1px solid #d9a441;
    font-size: 14px;
    text-align: center;
}

.lion-commissions-table tr:nth-child(even) {
    background: rgba(255,255,255,0.35);
}

.lion-commissions-table tr:hover {
    background: rgba(255,255,255,0.65);
}

.lion-empty-row {
    font-weight: bold;
    color: #8b0000;
}

.lion-total-row td {
    font-weight: bold;
    background: rgba(255,243,191,0.85);
    color: #5a2f00;
}

@media (max-width: 600px) {
    .lion-commissions-card {
        padding: 18px;
    }

    .lion-commissions-card h2 {
        font-size: 20px;
    }

    .lion-commissions-table th,
    .lion-commissions-table td {
        font-size: 13px;
        padding: 8px;
    }
}

/* ==========================================================
   CONFIRM ACCOUNT DELETION - LION HITS
   ========================================================== */

.lion-confirm-delete-card {
  max-width: 850px;
  margin: 50px auto;
  padding: 32px 38px;
  background: linear-gradient(180deg, #fff7dc 0%, #f2c35b 100%);
  border: 2px solid #8a4f00;
  border-radius: 14px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.35);
  color: #2b1a00;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.6;
  text-align: left;
}

.lion-confirm-delete-card h2 {
  text-align: center;
  color: #8b0000;
  font-size: 28px;
  margin: 0 0 20px;
  text-transform: uppercase;
}

.lion-confirm-delete-card p {
  margin-bottom: 14px;
  font-size: 16px;
  text-align: left;
}

.lion-confirm-delete-card ul {
  display: block;
  margin: 18px 0 24px 24px;
  padding: 0;
  text-align: left;
}

.lion-confirm-delete-card li {
  margin-bottom: 12px;
  font-size: 16px;
  text-align: left;
}

.lion-confirm-delete-card li::marker {
  color: #8b0000;
}

.lion-delete-btns {
  display: flex;
  justify-content: center;
  gap: 18px;
  flex-wrap: wrap;
  margin-top: 28px;
  text-align: center;
}

.lion-danger-btn,
.lion-cancel-btn {
  display: inline-block;
  padding: 11px 24px;
  border-radius: 8px;
  text-decoration: none !important;
  font-weight: bold;
  font-size: 15px;
  text-align: center;
}

.lion-danger-btn {
  background: linear-gradient(180deg, #d64535 0%, #8b0000 100%);
  color: #fff !important;
  border: 1px solid #5c0000;
  box-shadow: 0 3px 0 #5c0000;
}

.lion-danger-btn:hover {
  background: linear-gradient(180deg, #f05a48 0%, #a40000 100%);
  color: #fff !important;
  transform: translateY(1px);
  box-shadow: 0 2px 0 #5c0000;
}

.lion-cancel-btn {
  background: linear-gradient(180deg, #ffcc33 0%, #d98200 100%);
  color: #1c1200 !important;
  border: 1px solid #6b3b00;
  box-shadow: 0 3px 0 #6b3b00;
}

.lion-cancel-btn:hover {
  background: linear-gradient(180deg, #ffe27a 0%, #f29a00 100%);
  color: #000 !important;
  transform: translateY(1px);
  box-shadow: 0 2px 0 #6b3b00;
}

@media (max-width: 600px) {
  .lion-confirm-delete-card {
    margin: 20px 10px;
    padding: 22px 18px;
  }

  .lion-confirm-delete-card h2 {
    font-size: 22px;
  }

  .lion-danger-btn,
  .lion-cancel-btn {
    width: 100%;
    text-align: center;
    box-sizing: border-box;
  }
}

/* ==========================================================
   MEMBER PROFILE PAGE - LION HITS
   ========================================================== */

.lion-profile-card {
    width: 100%;
    max-width: 850px;
    margin: 30px auto;
    padding: 28px 34px;
    background: linear-gradient(180deg, #fff7dc 0%, #f2c35b 100%);
    border: 2px solid #8a4f00;
    border-radius: 14px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.35);
    color: #2b1a00;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.6;
    text-align: left;
}

.lion-profile-card h2 {
    margin: 0 0 22px 0;
    color: #5a2f00 !important;
    font-size: 28px;
    font-weight: 900;
    text-align: center;
    text-transform: uppercase;
}

.lion-profile-form {
    width: 100%;
    max-width: 620px;
    margin: 0 auto;
}

.lion-profile-card .lion-form-row {
    width: 100%;
    margin: 0 0 15px 0;
    text-align: left;
}

.lion-profile-card .lion-form-row label {
    display: block;
    width: 100%;
    margin: 0 0 6px 0;
    color: #5a2f00;
    font-weight: 900;
    text-align: left;
}

.lion-profile-card input[type="text"],
.lion-profile-card input[type="password"],
.lion-profile-card input[type="email"],
.lion-profile-card select,
.lion-profile-card textarea {
    display: block;
    width: 100% !important;
    max-width: 100% !important;
    padding: 10px 12px;
    border: 1px solid #8a4f00;
    border-radius: 8px;
    background: #ffffff;
    color: #2b1a00;
    font-size: 15px;
    box-sizing: border-box;
}

.lion-profile-card .lion-checkbox-row {
    display: flex;
    align-items: center;
    gap: 10px;
}

.lion-profile-card .lion-checkbox-row label {
    margin: 0;
}

.lion-profile-card .lion-checkbox-row input[type="checkbox"] {
    width: auto !important;
    margin: 0;
}

.lion-profile-card .lion-form-actions {
    margin: 20px auto;
    text-align: center;
}

.lion-profile-error {
    max-width: 620px;
    margin: 0 auto 18px auto;
    padding: 12px 14px;
    background: #fff16a;
    color: #8b0000;
    border: 1px solid #d99a32;
    border-radius: 10px;
    font-weight: 900;
    text-align: center;
}

.lion-profile-message {
    max-width: 620px;
    margin: 14px auto 0 auto;
    text-align: center;
    font-weight: bold;
    color: #5a2f00;
}

.lion-warning-box {
    width: 100%;
    max-width: 620px;
    margin: 14px auto;
    padding: 12px 14px;
    background: #fff16a;
    color: #8b0000;
    border: 1px solid #d99a32;
    border-radius: 10px;
    font-weight: bold;
    line-height: 1.5;
    text-align: left;
    box-sizing: border-box;
}

.lion-warning-box a {
    color: #5a2f00;
    font-weight: 900;
    text-decoration: underline;
}

.lion-warning-box a:hover {
    color: #8b0000;
}

.lion-warning-soft {
    background: #fff4d6;
    color: #5a2f00;
}

@media screen and (max-width: 600px) {
    .lion-profile-card {
        margin: 20px 10px;
        padding: 22px 18px;
    }

    .lion-profile-card h2 {
        font-size: 22px;
    }

    .lion-profile-card .lion-checkbox-row {
        align-items: flex-start;
    }
}

/* Member Banner/Text Ads */
.member-banner-ad {
    width: 100%;
    max-width: 468px;
    margin: 12px auto;
    text-align: center;
}

.member-banner-ad img {
    display: block;
    width: 100%;
    max-width: 468px;
    height: auto;
    border: 0;
}

.member-text-ad {
    max-width: 468px;
    margin: 8px auto 14px;
    text-align: center;
}

.member-text-ad a {
    color: #5a2f00;
    font-size: 15px;
    font-weight: bold;
    text-decoration: underline;
}

.member-text-ad a:hover {
    color: #8b0000;
}

/* Global Member Ads - Lion Hits */
.lion-global-ads {
    width: 100%;
    max-width: 920px;
    margin: 14px auto 22px;
    padding: 12px;
    text-align: center;
}

.lion-member-text-ads {
    margin: 8px auto 14px;
    padding: 10px 14px;
    background: linear-gradient(180deg, #fff7dc 0%, #f2c35b 100%);
    border: 1px solid #8a4f00;
    border-radius: 10px;
    color: #2b1a00;
    font-size: 15px;
}

.lion-member-text-ads strong {
    margin: 0 10px;
    color: #8b0000;
    text-transform: uppercase;
}

.lion-member-text-ads a {
    color: #5a2f00;
    font-weight: bold;
    text-decoration: underline;
}

.lion-ad-row {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
    margin: 12px auto;
}

.lion-ad-slot {
    text-align: center;
}

.lion-ad-slot img,
.b468 img,
.b728 img {
    max-width: 100%;
    height: auto;
    border: 0;
}

.b468 {
    max-width: 468px;
}

.b728 {
    max-width: 728px;
}

@media (max-width: 900px) {
    .lion-ad-row {
        flex-direction: column;
    }
}

/* Modern Global Member Ads - Lion Hits */
.lion-global-ads {
    width: 100%;
    max-width: 920px;
    margin: 16px auto 24px;
    padding: 16px;
    background:
        radial-gradient(circle at top, rgba(255,213,106,0.30), transparent 45%),
        linear-gradient(180deg, #fff7dc 0%, #f2c35b 100%);
    border: 2px solid #8a4f00;
    border-radius: 16px;
    box-shadow: 0 6px 18px rgba(0,0,0,0.35);
    text-align: center;
    overflow: hidden;
}

.lion-global-ads-header {
    margin-bottom: 12px;
}

.lion-ads-badge {
    display: inline-block;
    margin-bottom: 8px;
    padding: 5px 14px;
    background: linear-gradient(135deg, #2a1204, #5c2b08);
    border: 1px solid #ffd56a;
    border-radius: 999px;
    color: #ffd56a;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.lion-member-text-ads {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    max-width: 860px;
    margin: 0 auto;
    padding: 10px 14px;
    background: rgba(255,255,255,0.55);
    border: 1px solid rgba(138,79,0,0.75);
    border-radius: 12px;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.55);
    flex-wrap: wrap;
    white-space: normal;
}

.lion-member-text-ads a {
    display: inline;
    max-width: none;
    white-space: normal;
    overflow: visible;
    text-overflow: unset;
    color: #5a2f00;
    font-size: 15px;
    font-weight: 900;
    text-decoration: underline;
}

.lion-member-text-ads a:hover {
    color: #8b0000;
}

.lion-separator {
    flex: 0 0 auto;
    padding: 3px 10px;
    background: linear-gradient(180deg, #d64535 0%, #8b0000 100%);
    color: #fff;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.lion-ad-row {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    flex-wrap: nowrap;
    margin: 12px auto 0;
    padding-top: 12px;
    border-top: 1px solid rgba(138,79,0,0.30);
}

.lion-ad-slot {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 72px;
    padding: 6px;
    background: rgba(255,255,255,0.42);
    border: 1px solid rgba(138,79,0,0.65);
    border-radius: 12px;
    overflow: hidden;
}

.lion-ad-row-468 .lion-ad-slot {
    width: calc(50% - 4px);
    max-width: 468px;
}

.lion-ad-row-728 .lion-ad-slot {
    width: calc(50% - 4px);
    max-width: 448px;
}

.lion-ad-slot img,
.b468 img,
.b728 img {
    display: block;
    max-width: 100% !important;
    height: auto !important;
    border: 0;
}

@media (max-width: 760px) {
    .lion-member-text-ads {
        flex-wrap: wrap;
        white-space: normal;
    }

    .lion-member-text-ads a {
        max-width: 100%;
    }

    .lion-ad-row {
        flex-wrap: wrap;
    }

    .lion-ad-row-468 .lion-ad-slot,
    .lion-ad-row-728 .lion-ad-slot {
        width: 100%;
        max-width: 100%;
    }
}

/* Lion Hits Surfbar UI */
body {
    font-family: Arial, Helvetica, sans-serif;
}

.surfbar,
#surfbar,
.topbar,
#topbar {
    background: linear-gradient(180deg, #fff7dc 0%, #f2c35b 100%) !important;
    color: #2b1a00 !important;
    border-bottom: 2px solid #8a4f00;
}

.surfbar a,
#surfbar a,
.topbar a,
#topbar a {
    color: #5a2f00 !important;
    font-weight: bold;
    text-decoration: none;
}

.surfbar a:hover,
#surfbar a:hover,
.topbar a:hover,
#topbar a:hover {
    color: #8b0000 !important;
    text-decoration: underline;
}

.surf-credit,
.credit,
#credit,
.credited {
    color: #8b0000 !important;
    font-weight: bold;
}

.surfbar input[type="submit"],
.surfbar button,
#surfbar input[type="submit"],
#surfbar button {
    background: linear-gradient(180deg, #ffcc33 0%, #d98200 100%) !important;
    color: #1c1200 !important;
    border: 1px solid #6b3b00 !important;
    border-radius: 6px;
    font-weight: bold;
    padding: 6px 12px;
}

.surfbar input[type="submit"]:hover,
.surfbar button:hover,
#surfbar input[type="submit"]:hover,
#surfbar button:hover {
    background: linear-gradient(180deg, #ffe27a 0%, #f29a00 100%) !important;
}

/* Word Game Icon Collection - Lion Hits */
.lion-icon-collection-card {
    max-width: 900px;
    margin: 30px auto;
    padding: 28px 34px;
    background: linear-gradient(180deg, #fff7dc 0%, #f2c35b 100%);
    border: 2px solid #8a4f00;
    border-radius: 14px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.35);
    color: #2b1a00;
    text-align: center;
}

.lion-icon-collection-card h2 {
    color: #5a2f00;
    margin: 0 0 8px;
    font-size: 28px;
}

.lion-icon-collection-title {
    color: #8b0000;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 18px;
}

.lion-icon-collection-intro {
    max-width: 760px;
    margin: 0 auto 22px;
    text-align: left;
    font-size: 17px;
    line-height: 1.6;
}

.lion-icons-grid {
    width: 80%;
    margin: 18px auto;
    border-collapse: collapse;
    background: rgba(255,255,255,0.45);
    border: 1px solid #8a4f00;
}

.lion-icons-grid td {
    padding: 12px;
    border: 1px solid #d9a441;
    text-align: center;
}

.lion-icons-grid img {
    width: 45px;
    height: auto;
}

.lion-icon-set-links {
    margin: 18px auto;
    line-height: 2;
}

.lion-icon-set-links a {
    color: #5a2f00;
    font-weight: bold;
    text-decoration: underline;
}

.lion-icon-set-active {
    display: inline-block;
    padding: 3px 8px;
    background: #fff16a;
    color: #8b0000;
    border: 1px solid #d99a32;
    border-radius: 6px;
    font-weight: bold;
}

.lion-icon-note {
    margin: 18px auto;
    font-size: 16px;
    line-height: 1.6;
}

.lion-icon-form {
    max-width: 460px;
    margin: 22px auto 0;
    padding: 18px;
    background: rgba(255,255,255,0.45);
    border: 1px solid #8a4f00;
    border-radius: 10px;
}

.lion-icon-form label {
    display: block;
    margin-bottom: 8px;
    color: #5a2f00;
    font-weight: bold;
}

.lion-icon-form select {
    width: 100%;
    max-width: 320px;
    padding: 8px 10px;
    border: 1px solid #8a4f00;
    border-radius: 7px;
}

.lion-icon-form input[type="submit"] {
    margin-top: 12px;
    padding: 9px 18px;
    background: linear-gradient(180deg, #ffcc33 0%, #d98200 100%);
    color: #1c1200;
    border: 1px solid #6b3b00;
    border-radius: 8px;
    font-weight: bold;
    cursor: pointer;
}

@media (max-width: 700px) {
    .lion-icons-grid {
        width: 100%;
    }

    .lion-icon-collection-card {
        padding: 22px 16px;
    }
}

/* ==========================================================
   LION HITS BRIGHT FRIENDLY THEME OVERRIDE
   Matches new animated/professional Lion Hits header
   Additions target the actual active wide-theme selectors:
   #wrapper, #header, table left column, .rollover menu
   ========================================================== */

:root {
  --lion-blue: #2b6dff;
  --lion-sky: #4aa8ff;
  --lion-navy: #2b4c7e;
  --lion-gold: #f7c948;
  --lion-yellow: #ffd54a;
  --lion-orange: #f28c28;
  --lion-bg: #f7fbff;
  --lion-bg-soft: #eaf6ff;
  --lion-card: #ffffff;
  --lion-card-warm: #fff8e8;
  --lion-border: #dcecff;
  --lion-text: #2b4c7e;
  --lion-alert-bg: #fff8d9;
  --lion-alert-text: #7a5a00;
}

/* Page background */
html,
body {
  background: linear-gradient(180deg, var(--lion-bg) 0%, var(--lion-bg-soft) 100%) !important;
  color: var(--lion-text) !important;
}

/* Main wrapper */
#wrapper {
  background: var(--lion-bg) !important;
  border-left: 1px solid var(--lion-border) !important;
  border-right: 1px solid var(--lion-border) !important;
  box-shadow: 0 0 24px rgba(43,109,255,0.16) !important;
}

/* Header should show the new friendly header image, not a dark overlay or solid blue */
#header,
.lion-hero-header {
  background: url("images/header.png") center center no-repeat !important;
  background-size: cover !important;
  border-bottom: 4px solid var(--lion-gold) !important;
  box-shadow: 0 6px 18px rgba(43,109,255,0.18) !important;
}

/* Hide old dark header text overlays if the new header image already contains the text/mascot */
.lion-hero-content {
  color: #ffffff !important;
}

/* Left sidebar column */
#wrapper > table > tbody > tr > td:first-child,
.lion-left-column {
  background: linear-gradient(180deg, var(--lion-blue) 0%, var(--lion-navy) 100%) !important;
  color: #ffffff !important;
  border-right: 2px solid var(--lion-sky) !important;
}

/* Main content column */
#wrapper > table > tbody > tr > td:nth-child(2),
.lion-content-column {
  background: var(--lion-bg) !important;
  color: var(--lion-text) !important;
}

/* Sidebar menu */
.rollover li a {
  background: rgba(255,255,255,0.14) !important;
  color: #ffffff !important;
  border: 1px solid rgba(255,255,255,0.24) !important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.18),
    0 2px 8px rgba(19,48,120,0.28) !important;
}

.rollover li a:hover,
.rollover li a.active {
  background: linear-gradient(180deg, var(--lion-yellow) 0%, var(--lion-gold) 100%) !important;
  color: var(--lion-navy) !important;
  border-color: #ffffff !important;
  transform: translateX(3px);
}

.rollover li a span {
  color: inherit !important;
}

/* Member activity box */
.rollover center table {
  background: #ffffff !important;
  color: var(--lion-text) !important;
  border: 1px solid var(--lion-border) !important;
  box-shadow: 0 3px 10px rgba(43,109,255,0.16) !important;
}

.rollover center td {
  color: var(--lion-text) !important;
}

tr.membertd td,
.membertd td {
  background: linear-gradient(180deg, var(--lion-sky) 0%, var(--lion-blue) 100%) !important;
  color: #ffffff !important;
}

/* Sidebar ads and owner/admin boxes */
.lion-sidebar-ad,
.lion-sidebar-box {
  background: #ffffff !important;
  border: 1px solid var(--lion-border) !important;
  color: var(--lion-text) !important;
  box-shadow: 0 4px 12px rgba(43,109,255,0.18) !important;
}

.lion-sidebar-box p {
  color: var(--lion-text) !important;
}

.lion-sidebar-box a {
  color: var(--lion-blue) !important;
}

.lion-sidebar-box a:hover {
  color: var(--lion-orange) !important;
}

.lion-sidebar-ad img {
  border-radius: 10px;
  border: 1px solid var(--lion-border);
}

/* Global typography */
h1,
h2,
h3,
h4,
h5,
h6,
.container h2,
.carousel-caption h2,
h2[style] {
  color: var(--lion-blue) !important;
}

p,
td,
div,
span,
li,
label,
.formlabelbold,
.lfm_descr,
.lfm_descr_bold {
  color: var(--lion-text);
}

/* Standard panels and content cards */
.carousel,
.carousel-inner,
.item,
.infobar,
.bs-example,
.content-card,
.lion-welcome-card,
.member-box,
.login-box,
.form-box,
.info-box,
.promo-box,
.reward-box,
.goal-box,
.event-box,
.lion-feature-card,
.lion-split-card,
.lion-final-cta,
.lion-login-card,
.lion-login-promo,
.lion-login-ad,
.lion-login-admin-card,
.lion-login-security-card,
.lion-content-card,
.lion-confirm-delete-card,
.lion-suspended-card,
.lion-deleted-card,
.lion-commissions-card,
.lion-square-banner-card,
.lion-sqban-card,
.lion-dlb-help,
.lb-card,
.lion-bounce-warning,
.lion-bounce-form-card,
.lion-profile-card,
.lion-icon-collection-card,
.lion-global-ads {
  background: #ffffff !important;
  border: 1px solid var(--lion-border) !important;
  color: var(--lion-text) !important;
  box-shadow: 0 6px 18px rgba(43,109,255,0.12) !important;
}

/* Warm feature/notice style cards */
.lion-welcome-card,
.lion-login-card,
.lion-login-security-card,
.lion-square-banner-card,
.lion-content-card,
.lion-confirm-delete-card,
.lion-suspended-card,
.lion-deleted-card,
.lion-commissions-card,
.lion-sqban-card,
.lion-dlb-help,
.lb-card {
  background: linear-gradient(180deg, #ffffff 0%, #fff8e8 100%) !important;
}

/* Remove old dark feature sections */
.lion-feature-card.dark,
.lion-final-cta,
.lion-proof-strip,
.lion-login-promo,
.lion-login-admin-card {
  background: linear-gradient(180deg, #f7fbff 0%, #eaf6ff 100%) !important;
  border: 1px solid var(--lion-border) !important;
  color: var(--lion-text) !important;
}

.lion-feature-card.dark h2,
.lion-final-cta h2,
.lion-login-promo h3,
.lion-admin-title,
.lion-proof-strip strong {
  color: var(--lion-blue) !important;
}

.lion-feature,
.lion-proof-strip div {
  background: #ffffff !important;
  border: 1px solid var(--lion-border) !important;
  color: var(--lion-text) !important;
}

.lion-feature h3,
.lion-feature p,
.lion-final-cta p,
.lion-login-promo p,
.lion-admin-text,
.lion-disclaimer-text,
.lion-proof-strip span {
  color: var(--lion-text) !important;
}

/* Highlights */
span[style*="BACKGROUND-COLOR"],
span[style*="background-color"],
span[style*="#ffff00"],
.lion-warning-box,
.lion-alert-text,
.lion-important-box,
.lion-bonus-box,
.lion-highlight,
.tiger-bonus-box {
  background: var(--lion-alert-bg) !important;
  color: var(--lion-alert-text) !important;
  border: 1px solid var(--lion-gold) !important;
  border-radius: 12px !important;
}

/* Buttons */
.buttonlink,
a.buttonlink,
button,
input[type="submit"],
input[type="button"],
.btn,
.button,
.lion-cta,
.lion-support-btn,
.lion-cancel-btn,
.lion-login-btn-primary,
.lion-form-submit input[type="submit"],
.depositoptioninner input[type="submit"],
.completepurchase input[type="submit"],
.lion-piggybank-btn,
.lion-dlb-example-row button {
  background: linear-gradient(180deg, var(--lion-yellow) 0%, var(--lion-gold) 100%) !important;
  color: var(--lion-navy) !important;
  border: 1px solid #e7b100 !important;
  box-shadow: 0 3px 0 #c99a00 !important;
  text-decoration: none !important;
}

.buttonlink:hover,
a.buttonlink:hover,
button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
.btn:hover,
.button:hover,
.lion-cta:hover,
.lion-support-btn:hover,
.lion-cancel-btn:hover,
.lion-login-btn-primary:hover,
.lion-form-submit input[type="submit"]:hover,
.depositoptioninner input[type="submit"]:hover,
.completepurchase input[type="submit"]:hover,
.lion-piggybank-btn:hover,
.lion-dlb-example-row button:hover {
  background: linear-gradient(180deg, var(--lion-sky) 0%, var(--lion-blue) 100%) !important;
  color: #ffffff !important;
  border-color: var(--lion-blue) !important;
}

/* Keep destructive buttons red */
.lion-danger-btn {
  background: linear-gradient(180deg, #ff6b6b 0%, #c62828 100%) !important;
  color: #ffffff !important;
  border: 1px solid #a00000 !important;
  box-shadow: 0 3px 0 #8a0000 !important;
}

.lion-danger-btn:hover {
  background: linear-gradient(180deg, #ff8585 0%, #d32f2f 100%) !important;
  color: #ffffff !important;
}

/* Links */
a {
  color: var(--lion-blue) !important;
}

a:hover {
  color: var(--lion-orange) !important;
}

/* Forms */
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
select,
textarea,
.lion-form-control {
  background: #ffffff !important;
  color: var(--lion-text) !important;
  border: 1px solid #b7d8ff !important;
}

input:focus,
select:focus,
textarea:focus {
  border-color: var(--lion-blue) !important;
  box-shadow: 0 0 0 2px rgba(74,168,255,0.25) !important;
}

/* Leaderboard / tables */
.lb-table th,
.lion-commissions-table th {
  background: linear-gradient(180deg, var(--lion-sky) 0%, var(--lion-blue) 100%) !important;
  color: #ffffff !important;
}

.lb-table td,
.lion-commissions-table td,
.lion-sqban-card td {
  border-bottom: 1px solid var(--lion-border) !important;
  color: var(--lion-text) !important;
}

.lb-table tr:nth-child(even),
.lion-commissions-table tr:nth-child(even) {
  background: #f7fbff !important;
}

/* Member/global ads */
.lion-member-text-ads {
  background: #f7fbff !important;
  border: 1px solid var(--lion-border) !important;
  color: var(--lion-text) !important;
}

.lion-member-text-ads a {
  color: var(--lion-blue) !important;
}

.lion-separator {
  background: linear-gradient(180deg, var(--lion-yellow) 0%, var(--lion-gold) 100%) !important;
  color: var(--lion-navy) !important;
}

.lion-ad-slot {
  background: #ffffff !important;
  border: 1px solid var(--lion-border) !important;
}

/* Footer */
#footer,
.lion-footer-inner {
  background: linear-gradient(180deg, var(--lion-blue) 0%, var(--lion-navy) 100%) !important;
  border-top: 4px solid var(--lion-gold) !important;
  color: #ffffff !important;
}

#footer p,
.lion-footer-brand span,
.lion-footer-bottom p {
  color: #ffffff !important;
}

.lion-footer-brand strong,
.lion-footer-links a {
  color: var(--lion-yellow) !important;
}

.lion-footer-links span {
  color: #dcecff !important;
}

/* Mobile header should use same new header image */
@media screen and (max-width: 900px) {
  #header,
  .lion-hero-header {
    background: url("images/header.png") center center no-repeat !important;
    background-size: cover !important;
  }
}

/* Lion Hits Bright Surfbar Refresh */
#surfbar,
.surfbar,
.topbar,
#topbar {
    background: linear-gradient(180deg, #f7fbff 0%, #eaf6ff 100%) !important;
    color: #2b4c7e !important;
    border-bottom: 2px solid #f7c948 !important;
    box-shadow: 0 3px 10px rgba(43,109,255,0.18) !important;
}

#surfbar a,
.surfbar a,
.topbar a,
#topbar a {
    color: #2b6dff !important;
    font-weight: 800 !important;
    text-decoration: none !important;
}

#surfbar a:hover,
.surfbar a:hover,
.topbar a:hover,
#topbar a:hover {
    color: #f28c28 !important;
    text-decoration: underline !important;
}

.surf-credit,
.credit,
#credit,
.credited,
#surfbar .credits,
.surfbar .credits {
    color: #f28c28 !important;
    font-weight: 900 !important;
}

#surfbar input[type="submit"],
#surfbar button,
.surfbar input[type="submit"],
.surfbar button {
    background: linear-gradient(180deg, #ffd54a 0%, #f7c948 100%) !important;
    color: #2b4c7e !important;
    border: 1px solid #e7b100 !important;
    border-radius: 8px !important;
    font-weight: 900 !important;
    padding: 6px 12px !important;
}

#surfbar input[type="submit"]:hover,
#surfbar button:hover,
.surfbar input[type="submit"]:hover,
.surfbar button:hover {
    background: linear-gradient(180deg, #4aa8ff 0%, #2b6dff 100%) !important;
    color: #ffffff !important;
}

/* Timer / icon area */
#timer,
.timer,
.surftimer,
#surftimer {
    color: #2b6dff !important;
    font-weight: 900 !important;
}

#surfbar img,
.surfbar img {
    max-height: 42px;
    width: auto;
}

/* Bottom surf footer */
#surffooter,
.surffooter,
.bottomsurfbar {
    background: linear-gradient(180deg, #2b6dff 0%, #2b4c7e 100%) !important;
    color: #ffffff !important;
    border-top: 2px solid #f7c948 !important;
}

#surffooter a,
.surffooter a,
.bottomsurfbar a {
    color: #ffd54a !important;
    font-weight: 900 !important;
}

#surffooter a:hover,
.surffooter a:hover,
.bottomsurfbar a:hover {
    color: #ffffff !important;
}

/* Lion Hits Signup Conversion Refresh */
.lion-signup-conversion {
  max-width: 900px;
  margin: 30px auto;
  padding: 28px 34px;
  background: linear-gradient(180deg, #ffffff 0%, #fff8e8 100%) !important;
  border: 1px solid #dcecff !important;
  border-radius: 16px;
  box-shadow: 0 6px 18px rgba(43,109,255,0.12);
  color: #2b4c7e;
}

.lion-signup-hero {
  text-align: center;
  margin-bottom: 24px;
}

.lion-signup-badge {
  display: inline-block;
  margin-bottom: 10px;
  padding: 6px 16px;
  background: linear-gradient(180deg, #4aa8ff 0%, #2b6dff 100%);
  color: #ffffff;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.lion-signup-hero h2 {
  margin: 0 0 12px;
  color: #2b6dff !important;
  font-size: 32px;
  font-weight: 900;
}

.lion-signup-lead {
  max-width: 720px;
  margin: 0 auto 20px;
  color: #2b4c7e !important;
  font-size: 17px;
  line-height: 1.6;
}

.lion-signup-benefits {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin: 22px auto 6px;
}

.lion-signup-benefits div {
  padding: 16px 12px;
  background: #f7fbff;
  border: 1px solid #dcecff;
  border-radius: 14px;
  box-shadow: 0 3px 10px rgba(43,109,255,0.08);
}

.lion-signup-benefits strong {
  display: block;
  color: #2b6dff;
  font-size: 18px;
  margin-bottom: 4px;
}

.lion-signup-benefits span {
  display: block;
  color: #2b4c7e;
  font-size: 14px;
}

.lion-step-card {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin: 16px auto;
  padding: 18px;
  background: #ffffff;
  border: 1px solid #dcecff;
  border-radius: 14px;
  box-shadow: 0 3px 12px rgba(43,109,255,0.08);
  text-align: left;
}

.lion-step-icon {
  flex: 0 0 46px;
  width: 46px;
  height: 46px;
  background: linear-gradient(180deg, #ffd54a 0%, #f7c948 100%);
  color: #2b4c7e;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 900;
  box-shadow: 0 3px 0 #c99a00;
}

.lion-step-content h3 {
  margin: 0 0 8px;
  color: #2b6dff !important;
  font-size: 20px;
}

.lion-step-content p {
  margin: 0;
  color: #2b4c7e !important;
  font-size: 15px;
  line-height: 1.6;
}

.lion-step-alert {
  border-color: #f7c948;
  background: #fffdf2;
}

.lion-alert-text {
  background: #fff8d9 !important;
  color: #7a5a00 !important;
  border: 1px solid #f7c948 !important;
  border-radius: 10px;
  padding: 12px;
  font-weight: 700;
}

.lion-signup-trust-box {
  margin: 22px auto;
  padding: 16px 18px;
  background: #f7fbff;
  border: 1px solid #dcecff;
  border-left: 5px solid #2b6dff;
  border-radius: 12px;
  color: #2b4c7e;
  font-size: 15px;
  line-height: 1.6;
  text-align: left;
}

.lion-card-actions {
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 24px;
  text-align: center;
}

.lion-secondary-btn {
  display: inline-block;
  padding: 11px 22px;
  background: linear-gradient(180deg, #4aa8ff 0%, #2b6dff 100%);
  color: #ffffff !important;
  border: 1px solid #2b6dff;
  border-radius: 9px;
  font-weight: 900;
  text-decoration: none !important;
  box-shadow: 0 3px 0 #1d4fc0;
}

.lion-secondary-btn:hover {
  background: linear-gradient(180deg, #ffd54a 0%, #f7c948 100%);
  color: #2b4c7e !important;
}

@media (max-width: 700px) {
  .lion-signup-conversion {
    padding: 22px 18px;
  }

  .lion-signup-hero h2 {
    font-size: 26px;
  }

  .lion-signup-benefits {
    grid-template-columns: 1fr;
  }

  .lion-step-card {
    flex-direction: column;
  }

  .lion-step-icon {
    margin: 0 auto;
  }

  .lion-step-content {
    text-align: left;
  }
}

/* FIX OUTER SIGNUP CARD COLORS - LION HITS BRIGHT THEME */

.lion-stacked-signup-page {
  background: transparent !important;
}

.lion-stacked-signup-form {
  background: transparent !important;
}

.lion-signup-form-card,
.lion-stacked-signup-card {
  background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%) !important;
  border: 1px solid #dcecff !important;
  border-radius: 18px !important;
  box-shadow: 0 8px 24px rgba(43,109,255,0.16) !important;
  color: #2b4c7e !important;
}

/* If the form card has nested panels using old gold/brown */
.lion-signup-form-card > div,
.lion-stacked-signup-card > div {
  border-color: #dcecff !important;
}

/* Main intro area inside outer card */
.lion-signup-intro-panel {
  background: linear-gradient(180deg, #f7fbff 0%, #eaf6ff 100%) !important;
  border: 1px solid #dcecff !important;
  color: #2b4c7e !important;
}

/* Signup fields panel */
.lion-signup-fields-panel {
  background: #ffffff !important;
  border: 1px solid #dcecff !important;
  color: #2b4c7e !important;
}

/* Any older gold/brown signup notice boxes */
.lion-signup-notice,
.lion-form-error {
  background: #fff8d9 !important;
  border: 1px solid #f7c948 !important;
  color: #7a5a00 !important;
  border-radius: 12px !important;
}

/* LION HITS SIGNUP FORM POLISH */

/* spacing between top hero and actual form */
.lion-signup-fields-panel,
.lion-signup-form-panel,
.lion-stacked-signup-card form {
  margin-top: 28px !important;
}

/* form container */
.lion-stacked-signup-card form {
  background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%) !important;
  border: 1px solid #dcecff !important;
  border-radius: 18px !important;
  padding: 30px !important;
  box-shadow: 0 8px 24px rgba(43,109,255,0.12) !important;
}

/* table cleanup */
.lion-stacked-signup-card table {
  width: 100% !important;
  border-collapse: separate !important;
  border-spacing: 0 14px !important;
}

/* labels */
.lion-stacked-signup-card td:first-child {
  color: #2b4c7e !important;
  font-weight: 700 !important;
  font-size: 15px !important;
  padding-right: 18px !important;
  vertical-align: middle !important;
}

/* input cells */
.lion-stacked-signup-card td:last-child {
  vertical-align: middle !important;
}

/* inputs */
.lion-stacked-signup-card input[type="text"],
.lion-stacked-signup-card input[type="email"],
.lion-stacked-signup-card input[type="password"],
.lion-stacked-signup-card select,
.lion-stacked-signup-card textarea {
  width: 100% !important;
  background: #ffffff !important;
  border: 2px solid #d6e6ff !important;
  border-radius: 12px !important;
  padding: 12px 14px !important;
  font-size: 15px !important;
  color: #2b4c7e !important;
  transition: all 0.25s ease !important;
}

/* focus states */
.lion-stacked-signup-card input:focus,
.lion-stacked-signup-card select:focus,
.lion-stacked-signup-card textarea:focus {
  border-color: #2b6dff !important;
  box-shadow: 0 0 0 4px rgba(43,109,255,0.12) !important;
  outline: none !important;
}

/* checkbox area */
.lion-stacked-signup-card input[type="checkbox"] {
  transform: scale(1.2);
  margin-right: 8px;
}

/* helper text */
.lion-stacked-signup-card small,
.lion-stacked-signup-card font {
  color: #6a7d99 !important;
  font-size: 13px !important;
}

/* form headings/messages */
.lion-stacked-signup-card h3,
.lion-stacked-signup-card h4 {
  color: #2b6dff !important;
}

/* CTA button */
.lion-signup-submit {
  text-align: center !important;
  margin-top: 24px !important;
}

.lion-signup-submit-btn {
  min-width: 300px;
  padding: 16px 28px !important;
  font-size: 18px !important;
  font-weight: 900 !important;
  border-radius: 14px !important;
  background: linear-gradient(180deg, #ffd54a 0%, #f7c948 100%) !important;
  border: 1px solid #d4a400 !important;
  color: #2b4c7e !important;
  box-shadow: 0 5px 0 #c29200 !important;
  cursor: pointer;
  transition: all 0.25s ease;
}

.lion-signup-submit-btn:hover {
  transform: translateY(-2px);
  background: linear-gradient(180deg, #4aa8ff 0%, #2b6dff 100%) !important;
  color: #ffffff !important;
  box-shadow: 0 7px 16px rgba(43,109,255,0.30) !important;
}

/* mobile */
@media (max-width: 768px) {
  .lion-stacked-signup-card form {
    padding: 20px !important;
  }

  .lion-stacked-signup-card td {
    display: block !important;
    width: 100% !important;
  }

  .lion-stacked-signup-card td:first-child {
    padding-bottom: 8px !important;
  }

  .lion-signup-submit-btn {
    width: 100%;
    min-width: auto;
  }
}

/* FORCE LION HITS SIGNUP FORM TEXT COLORS */

.lion-stacked-signup-card,
.lion-stacked-signup-card * {
  color: #2b4c7e;
}

/* labels */
.lion-stacked-signup-card td,
.lion-stacked-signup-card td strong,
.lion-stacked-signup-card label {
  color: #2b4c7e !important;
  font-weight: 700;
}

/* legacy font tags used by old scripts */
.lion-stacked-signup-card font,
.lion-stacked-signup-card font b,
.lion-stacked-signup-card font strong {
  color: #2b4c7e !important;
}

/* instructional/helper text */
.lion-stacked-signup-card small,
.lion-stacked-signup-card span,
.lion-stacked-signup-card p {
  color: #4f6788 !important;
}

/* links */
.lion-stacked-signup-card a {
  color: #2b6dff !important;
  font-weight: 700;
}

.lion-stacked-signup-card a:hover {
  color: #f7c948 !important;
}

/* error/info system messages */
.lion-stacked-signup-card .error,
.lion-stacked-signup-card .warning,
.lion-stacked-signup-card .notice {
  color: #7a5a00 !important;
}

/* checkboxes / agreement text */
.lion-stacked-signup-card input[type="checkbox"] + *,
.lion-stacked-signup-card .terms-text {
  color: #2b4c7e !important;
}

/* REMOVE REMAINING LEGACY YELLOW SIGNUP BACKGROUNDS */

.lion-stacked-signup-page,
.lion-stacked-signup-form,
.lion-signup-form-card,
.lion-stacked-signup-card,
.lion-signup-form-card > div,
.lion-stacked-signup-card > div {
  background-image: none !important;
  background: linear-gradient(180deg, #f4faff 0%, #ffffff 55%, #f8fbff 100%) !important;
  border-color: #dcecff !important;
}

/* legacy table wrappers */
.lion-stacked-signup-card table,
.lion-stacked-signup-card tbody,
.lion-stacked-signup-card tr,
.lion-stacked-signup-card td {
  background: transparent !important;
  background-image: none !important;
}

/* any old signup content wrappers */
.signupbox,
.signupwrapper,
.signupcontainer,
.contentbox,
.formbox {
  background-image: none !important;
  background: #ffffff !important;
  border-color: #dcecff !important;
}

/* legacy inline bgcolor override */
[bgcolor="#FFFFCC"],
[bgcolor="#fff8d9"],
[bgcolor="#ffff99"] {
  background: #ffffff !important;
}