* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: Roboto-flex, Helvetica, Arial, sans-serif;
  background: #f2f2f3;
  color: #222;
  padding-top: 80px; /* match your header height */
}

/* Hide scrollbar but keep page scrollable */
html, body {
  overflow-y: scroll;  /* still scrolls */
  overflow-x: hidden;
  -ms-overflow-style: none;  /* hides scrollbar in IE and Edge */
  scrollbar-width: none;  /* hides scrollbar in Firefox */
}

html::-webkit-scrollbar,
body::-webkit-scrollbar {
  display: none;  /* hides scrollbar in Chrome, Safari, Opera */
}

html, body {
  touch-action: pan-x pan-y;
}

:root {
  --secondary-color: #f2f2f3; 
  --background-color: #f2f2f3; 
  --surface-color: #f2f2f3;   
}



/* ====== NAV TABS ====== */
.tabs{
  display:flex;
  align-items:center;

  width:100%;
  height:50px;
  min-height:50px;

  margin:0 auto 14px;
  padding:0;

  background:#f2f2f3;

  border-bottom:1px solid #e4e4e4;

  box-sizing:border-box;
  position:relative;
  z-index:90;
}

/* ====== RESPONSIVE ====== */
@media (max-width:600px){
  .tabs{
    height:50px;
    min-height:50px;
  }
}

@media (max-width:420px){
  .tabs{
    height:42px;
    min-height:42px;
  }
}

@media (min-width:820px){
  .tabs{
    height:52px;
    min-height:52px;
  }
}

/* ====== PAGE ====== */
main{
  padding-top:8px;
}

/* ====== TAB BUTTONS ====== */
.tab{
  flex:1;

  display:flex;
  align-items:center;
  justify-content:center;

  height:100%;

  padding:8px 10px;

  background:#f2f2f3;
  color:#000;

  font-size:14px;
  font-weight:400;

  cursor:pointer;
  white-space:nowrap;

  border:none;
  outline:none;
  box-shadow:none;

  border-bottom:1px solid transparent;

  box-sizing:border-box;

  position:relative;
  z-index:90;

  transition:background 0.2s ease,
             border-color 0.2s ease;
}

/* ====== HOVER ====== */
.tab:hover{
  background:#f3f3f3;
}

/* ====== ACTIVE TAB ====== */
.tab.active{
  background:#f2f2f3;
  color:#252a2d;
  font-weight:800;

  border-bottom:2px solid #222;

  z-index:100;
}

/* ====== SETTLED TAB ====== */
.tab.settled{
  font-weight:400;
}

/* ====== SETTLED ACTIVE ====== */
.tab.settled.active{
  font-weight:400;
}

/* ====== REMOVE DEFAULT BUTTON OUTLINES ====== */
.tab:focus,
.tab:active,
.tab:focus-visible{
  outline:none;
  border:none;
  box-shadow:none;
}

/* ====== BADGES ====== */
.tab .badge{
  margin-left:8px;

  padding:4px;

  background:#cacece;
  color:#252a2d;

  border-radius:50px;

  font-size:12px;
  font-weight:600;
}

.tab .badge-2{
  margin-left:8px;

  padding:4px;

  background:#cacece;
  color:#252a2d;

  border-radius:50px;

  font-size:12px;
  font-weight:600;
}


.win-amount {
  background-color: #f8f9f4;
  display: grid;
  align-items: center;
  justify-content: center;
  margin-top: -5px;
  max-height: 20vh;
  gap: 4px;
  padding: 10px 0;
  background-image: url('images/won.jpg');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  margin-bottom: 2px;
}

.win-amount p {
  font-size: 14px;
  margin: 0;
  color: #6b6b6b;
  margin-bottom: 1px;
  margin-left:53px;
}

.win-amount h {
  font-size: 16px;
  color: #000;
  margin: 3px 0 0;
  font-weight: 800;
  margin-top: 0px;
  margin-left: 54px;
}

.win-amount-2 {
  background-color: #eeefeb;
  display: grid;
  align-items: center;
  justify-content: center;
  margin-top: -5px;
  max-height: 20vh;
  gap: 4px;
  padding: 10px 0;
  background-image: url('images/won.jpg');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  margin-bottom: 2px;
}

.win-amount-2 p {
  font-size: 14px;
  margin: 0;
  color: #6b6b6b;
  margin-bottom: 1px;
  margin-left:53px;
}

.win-amount-2 h {
  font-size: 16px;
  color: #000;
  margin: 3px 0 0;
  font-weight: 800;
  margin-top: 0px;
  margin-left: 54px;
}



/* Outer wrapper color area */
.summary-area {
  width: 100vw;                  /* full viewport width */
  height: auto;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;            /* make it break out of container */
  margin-right: -50vw;
  background-color: #f8f9f4;     /* outer color */
  padding: 20px 0;               /* top & bottom spacing only */
  border-top: 1px solid #e6e7e2;
  top: 10px;
  margin-top: 30px;
  margin-bottom: 0px;
}

.summary-area-2 {
  width: 100vw;                  /* full viewport width */
  height: 33vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;            /* make it break out of container */
  margin-right: -50vw;
  background-color: #f2f3f0;     /* outer color */
  padding: 20px 0;               /* top & bottom spacing only */
  border-top: 1px solid #e6e7e2;
  border-bottom: 1px solid #e6e7e2;
  top: 10px;
  margin-top: 14px;
  margin-bottom: -8px;
}

.summary-area-3 {
  width: 100vw;                  /* full viewport width */
  height: 33vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;            /* make it break out of container */
  margin-right: -50vw;
  background-color: #f2f3f0;     /* outer color */
  padding: 20px 0;               /* top & bottom spacing only */
  border-top: 1px solid #e6e7e2;
  border-bottom: 1px solid #e6e7e2;
  top: 10px;
  margin-top: 14px;
  margin-bottom: -8px;
}

.summary-area-4 {
  width: 100vw;                  /* full viewport width */
  height: 33vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;            /* make it break out of container */
  margin-right: -50vw;
  background-color: #f2f3f0;     /* outer color */
  padding: 20px 0;               /* top & bottom spacing only */
  border-top: 1px solid #e6e7e2;
  top: 10px;
  margin-top: 14px;
  margin-bottom: -8px;
}


.ticket-summary h1 {
  font-size: 18px;
  color: #222;
  margin-top: 15px;
  font-weight: 800;
  text-align: center;
}



/* Keep summary box with its own background color */
.summary-box {
  background-color: #ffffff; /* stays white */
  border: 3px solid transparent; /* required for border-image */
  border-image: linear-gradient(90deg,  #b76e00, #ffdc6a, #aa7e38, #edcc5f);
  border-image-slice: 1;
  padding: 10px 12px; 
  letter-spacing: normal;
  border-radius: 1px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  margin-top: -5px;
  height: auto;
  max-width: 6000vh;
}

/* Keep summary box with its own background color */
.summary-box-3 {
  background-color: #ffffff; /* stays white */
  border: 3px solid transparent; /* required for border-image */
  border-image: linear-gradient(90deg,  #7f848d, #ffdc6a, #aa7e38, #edcc5f);
  border-image-slice: 1;
  padding: 10px 12px; 
  letter-spacing: normal;
  border-radius: 1px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  margin-top: -5px;
  height: auto;
  max-width: 6000vh;
}

@media (max-width: 600px) {
  .summary-box {
    width: 95%;
  }

  .summary-area {
    height: auto;
    top: -70px;
  }
}

.summary-box p {
  margin: 2.5px 0;            /* ↓ reduce vertical spacing */
  line-height: 1.45;         /* ↓ tighter lines */
  font-size: 12px;          /* optional: slightly smaller text */
  color: #848484;
  font-weight: 400;
}


.summary-box strong {
  font-weight: 600;
  color: #0f0f0fff;
}

.summary-box span {
  float: right;
  color: #848484;
  font-size: 12px;
  font-weight: 400;
}

.payout {
  padding-top: 10px;
  font-weight: 700;
}

.won {
  color: #4CAF50;
}

.summary-box-2 {
  background-color: #ffffff; /* stays white */
  border: 1px solid #dfe0dc; 
  padding: 10px 14px; 
  letter-spacing: normal;
  border-radius: 1px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  margin-top: -13px;
  height: auto;
  max-width: 6000vh;
}

@media (max-width: 600px) {
  .summary-box-2 {
    width: 95%;
  }

  .summary-area-2 {
    height: 47.3vh;
    top: -34px;
  }
  
  .summary-area-3 {
    height: 34.2vh;
    top: -34px;
  }
}

.summary-box-2 p {
 margin: 3px 0;            /* ↓ reduce vertical spacing */
 line-height: 1.35;         /* ↓ tighter lines */
 font-size: 12px;          /* optional: slightly smaller text */
 color: #979797;
}


.summary-box-2 strong {
  font-weight: 600;
  color: #979797;
}

.summary-box-2 span {
  float: right;
  color: #222;
}

.summary-box-5 {
  background-color: #ffffff; /* stays white */
  border: 3px solid transparent; /* required for border-image */
  border-image: linear-gradient(90deg,  #8b9fab, #b9bcc0, #4e6475, #8b9fab);
  border-image-slice: 1;
  padding: 10px 12px; 
  letter-spacing: normal;
  border-radius: 1px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  margin-top: -5px;
  height: auto;
  max-width: 6000vh;
}

@media (max-width: 600px) {
  .summary-box-5 {
    width: 95%;
  }

  .summary-area {
    height: auto;
    top: -70px;
  }
}

@media(max-width:480px){
    .summary-area{
        height: auto;
        top: -70px;
    }
    .summary-area-4{
        height: auto;
        top: -70px;
    }
}

.summary-box-5 p {
  margin: 2.5px 0;            /* ↓ reduce vertical spacing */
  line-height: 1.45;         /* ↓ tighter lines */
  font-size: 12px;          /* optional: slightly smaller text */
  color: #848484;
  font-weight: 400;
}


.summary-box-5 strong {
  font-weight: 600;
  color: #0f0f0fff;
}

.summary-box-5 span {
  float: right;
  color: #848484;
  font-size: 12px;
  font-weight: 400;
}

.payout {
  padding-top: 10px;
  font-weight: 700;
}

.won {
  color: #4CAF50;
}

.summary-box-4 {
  background-color: #ffffff; /* stays white */
  border: 1px solid #dfe0dc; 
  padding: 15px;
  border-radius: 1px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  margin-top: -8px;
  height: auto;
  max-width: 6000vh;
}

@media (max-width: 600px) {
  .summary-box-4 {
    width: 95%;
  }

  .summary-area-4 {
    height: auto;
    top: -35px;
  }
}

.summary-box-4 p {
  margin: 4px 0;
  font-size: 13px;
}


.summary-box-4 strong {
  font-weight: 600;
  color: #000;
}

.summary-box-4 span {
  float: right;
  color: #222;
}



/* Share Button */
.share-btn {
  font-family: inherit;
  letter-spacing: 0.4px;
  margin-top: 10px;
  margin-bottom: -14px;
  text-align: center;
}

.share-btn button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;

  padding: 8px 10px;        /* 🔽 reduce left/right padding */
  width: fit-content;       /* ✅ button fits content exactly */
  white-space: nowrap;      /* ✅ prevents text from breaking */

  background-color: #9feb35;
  color: #222;
  border: none;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 35px;
  border-radius: 8px;
  cursor: pointer;
  padding-right: -15px;
}

.share-btn button .icon {
  font-size: 28px;
  margin-left: -15px; /* pull the icon leftward */
  margin-right: 3px;   /* small gap between icon and text */
}

.icon {
  width: 26px;
  height: 26px;
  margin-right: 4px;
  margin-left: -2px;
}


/* Remove unnecessary span styling */
.share-btn button span {
  display: inline-flex;
  align-items: center;
}

/* Hover effect (optional but nice) */
.share-btn button:hover {
  background-color: #8ed82c;
}

/* Tablets & normal phones */
@media (max-width: 768px) {
  .share-btn button {
    font-size: 25px;
    padding: 6px 10px;
    width: fit-content;
    white-space: nowrap;
    padding-right: -10px;
  }

  .icon {
    font-size: 22px;
  }
}

/* Small phones (very important 🔥) */
@media (max-width: 480px) {
  .share-btn button {
    font-size: 23px;        /* smaller text */
    padding: 5px 8px;       /* tighter width */
    gap: 4px;               /* reduce space between icon & text */
  }

  .icon {
    font-size: 18px;
  }
}




/* Responsive */
@media (max-width: 768px) {
  .ticket-summary, .matches {
    margin: 10px;
    padding: 10px;
  }

  .summary-box p {
    font-size: 14px;
    font-weight: 400;
  }

  #shareBtn {
    font-size: 14px;
    padding: 10px 27px;
  }

}

.box-container {
  max-width: 600px;
  margin: 20px auto;
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 16px;
  font-family: Arial, sans-serif;
}

.custom-box {
  display: flex;
  align-items: center;
  min-height: 44px;
  width: 95%;
  margin-top: -10px;
  margin-bottom: 5px;
  justify-content: space-between;
  padding: 8px 12px;
  box-shadow: 0 0 0 1px #ddd;
}

/* Box 1 */
.light-box {
  background: #f7f7f4;
}

.light-box .left {
  display: flex;
  align-items: center;
  gap: 10px;
}

.light-box .text {
  font-size: 13px;
  font-weight: 500;
  margin-left: -10px;
}

.request-btn {
  background: #23272a;
  color: #fff;
  border: none;
  padding: 8px 14px;
  font-weight: bold;
  font-size: 15px;
  cursor: pointer;
}

/* Box 2 */
.green-box {
  background: #9be22d;
  font-size: 13px;
  font-weight: bold;
}

.green-box-2 {
  background: #f8e3ad;
  font-size: 12px;
  font-weight: 100;
}

.green-box .right {
  display: flex;
  align-items: center;
  gap: 5px;
}

.count {
  font-size: 13px;
}

.arrow {
  font-size: 15px;
}

.top-section {
  text-align: center;
  padding-top: 10px;
}

@media (max-width: 360px) {
  .custom-box {
    padding: 8px 10px;
    min-height: 46px;
    font-size: 16px;
  }
}



.match-box {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  line-height: 1.24;
  background: #f4f5f0;
  padding: 18px 0;
  border-bottom: 1px solid #eaeae9;
  box-sizing: border-box;
  font-family: 'Inter', system-ui, sans-serif,;
  top: 0; /* desktop default offset */
  bottom: 0;
  position: relative;
}

/* Keep same offset on medium screens but pull up more on small devices */
@media (max-width: 768px) {
  .match-box {
    top: -70; /* extended upward on small devices */
    bottom: 0;
  }
}

/* Very small phones — extend further if needed */
@media (max-width: 420px) {
  .match-box {
    top: -70px; /* further pull-up for very small screens */
    bottom: 0;
  }
}



.match-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 5px;
  font-size: 13px;
  color: #444;
}

.match-odds {
  display: flex;
  align-items: center;
  gap: 5px;
}

.odd-value {
  color: #8dc63f;
  font-weight: 800;
  letter-spacing: 0.6px;
  font-size: 15px;
}

.odd-box {
  width: 18px;
  height: 18px;
  background: #8dc63f;
  border-radius: 2px;
}

.odd-value-2 {
  color: #cc371b;
  font-weight: 700;
  font-size: 14px;
}

.odd-value-3 {
  color: #222;
  font-weight: 700;
  font-size: 14px;
}

.odd-value-4 {
  color: #222;
  font-weight: 700;
  font-size: 14px;
  text-decoration: line-through;
}

.odd-box-2 {
  width: 18px;
  height: 18px;
  background: #cc371b;
  border-radius: 2px;
}

.odd-box-3 {
  width: 18px;
  height: 18px;
  background: #e6e6e6;
  border-radius: 2px;
}

.match-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 13px;
  margin: 3px 0;
  margin-bottom: 0px;
}

.match-title-group {
  display: flex;
  align-items: center;
  gap: 4px; /* very close spacing between title and arrow */
  flex: 1;
}

.match-title {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  text-decoration: underline;
  color: #000;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-left: -2px;
  margin-bottom: 4px;
}


.match-title2 {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  text-decoration: none;
  color: #161616;
  font-size: 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-left: -2px;
  margin-bottom: 4px;
  gap: 2px;
}

.title-image {
  width: 18px;
  height: 18px;
  margin-right: 2px;
}

.match-title,
.match-title2 {
  gap: 2px; /* adjust as you like */
}

.match-arrow {
  color: #000;
  font-weight: 000;
  font-family: "Arial Narrow", "Helvetica Neue", sans-serif; /* thinner look */
  font-size: 14px;
  transform: scale(1.02, 1.02); /* scaleX, scaleY */
  margin-left: 4px;
}

.match-score {
  color: #000;
  font-weight: 500;
  letter-spacing: 0.7px;
  font-size: 14px;
}

.match-subtitle {
  color: #999;
  font-size: 18px;
  margin-top: -4px;
  margin-bottom: 3px;
}

.match-market {
  font-size: 12px;
  margin-top: 4px;
  color: #000;
}

@media (max-width: 768px) {
  .match-box {
    padding: 9px 12px;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    top: -70px; /* pull up more on small devices */
  }

  .match-header,
  .match-main,
  .match-subtitle,
  .match-market {
    font-size: 12px;
    margin-top: 0px;
  }

  .odd-box {
    width: 18px;
    height: 18px;
    border-radius: 2px;
  }

  .match-time {
    font-size: 14px;
    color: #000;
  }

  .match-score, .odd-value {
    font-size: 14px;
  }
  
  
  .match-time-3 {
    display: inline-flex;
    align-items: center; 
    color: #000;
    white-space: nowrap; 
    font-size: 14px;
    text-decoration: line-through;
  }
}


.terms {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  font-size: 18px;
  background-color: #f4f5f0;
  font-style: italic;
  color: #141414;
  margin-top: 0;
  line-height: 1.4;
  align-items: center;

  /* pull the terms section upward across all devices */
  position: relative;
  top: -80px;          /* default pull-up for desktop/tablet */
  box-sizing: border-box;
  padding: 12px 16px;
  z-index: 2;
}

/* ensure it stays pulled up (and adjust if necessary) on smaller screens */
@media (max-width: 768px) {
  .terms {
    top: -70px; /* maintain pull-up on smaller screens */
    bottom: 0; 
    padding: 10px 20px;
    font-size: 16px;
  }
}

@media (max-width: 420px) {
  .terms {
    top: -70px; /* maintain pull-up on very small screens */
    bottom: 0;
    font-size: 14px;
    padding: 10px 20px;
  }
}

.terms p {
  margin: 4px 0;
  text-align: center;
}

.terms a {
  color: #030202;
  text-decoration: underline;
  font-weight: bold;
}

@media (max-width: 780px)  {
  .terms {
    padding: 10px 20px;
  }
}


/* RESPONSIVE */
@media (max-width: 768px) {
  .summary-box p { font-size: 14px; }
  .terms { font-size: 12px; }
  .terms p { margin: 2px 0; }
}

.bet-status-box {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  background: #f4f5f0;
  padding: 12px 16px;
  border-bottom: 1px solid #eaeae9;;
  font-family: Arial, Helvetica, sans-serif;
  box-sizing: border-box;
  position: relative;
  top: 0; /* Default offset for all screens */
  bottom: 0;
}

/* Keep same offset on medium screens but pull up more on small devices */
@media (max-width: 768px) {
  .bet-status-box {
    top: -70px; /* Pull up slightly more on small devices */
    bottom: 0;
  }
}

/* Very small phones — extend further up */
@media (max-width: 420px) {
  .bet-status-box {
    top: -70px; /* Pull up significantly on very small devices */
    bottom: 0;
  }
}

.bet-time {
  text-align: center;
  font-size: 14px;
  color: #333;
  margin-bottom: 10px;
  margin-top: 4px;
}

.status-list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 22px;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

.status-item {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  color: #222;
}

.status-color {
  width: 18px;
  height: 18px;
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Colors */
.pending {
  background: #e6e6e6;
}

.won {
  background: #8dc63f;
}

.lost {
  background: #cc371b;
}

.void {
  background: #e6e6e6;
  color: #555;
  font-weight: bold;
}

.void-x {
  font-size: 16px;        /* slightly taller */
  line-height: 1;         /* keeps it vertically centered */
  font-weight: 100;       /* makes it thin */
  font-family: "Arial Narrow", "Helvetica Neue", sans-serif; /* thinner look */
  transform: scale(1.6, 1.7); /* scaleX, scaleY */  /* makes it taller vertically */
}

/* Responsive for mobile */
@media (max-width: 768px) {
  .bet-status-box {
    padding: 2px 0px;
  }

  .bet-time {
    font-size: 13px;
  }

  .status-item {
    font-size: 13px;
    gap: 5px;
  }

  .status-color {
    width: 18px;
    height: 18px;
  }
}

mybets {
  height: 30px;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  font-size: 18px;
  font-style: italic;
  color: #141414;
  margin-top: 0px;
  line-height: 1.4;
  align-items: center;
}

.my-bets-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap; /* prevents text from breaking into 2 lines */
  margin: auto;
  margin-top: 10px;
  width: 24%;
  max-width: 600px;
  height: 40px;
  background-color: #252a2d;
  color: #fff;
  border: none;
  font-weight: 500;
  font-size: 14px;
  border-radius: 1px;
  cursor: pointer;
  transition: background 0.3s;
  padding: 12px 13px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

@media (max-width: 780px) {
  .my-bets {
    padding: 10px 20px;
    bottom: 15px;
  }
  .my-bets-btn {
    font-size: 12px;
    padding: 8px 12px;
  }
}

/* For iPhone 13 size (approx 390px width) */
@media (max-width: 420px) {
  .my-bets-btn {
    width: 80%;        /* Increase width so text fits */
    font-size: 15px;   /* Slightly smaller text */
    padding: 8px 12px; /* Reduce padding to avoid wrapping */
  }
}


/* Reset box sizing */
* { box-sizing: border-box; }

.footer {
    background: #2a2d2f;
    margin-left: calc(50% - 50vw);
    width: 100vw;
    color: #ccc;
    padding: 20px;
    font-style: normal;

}

/* Top */
.footer-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    text-align: left;
    flex-wrap: wrap;
    gap: 10px;
}

.logo {
    height: 30px;
}

.country {
    display: flex;
    align-items: center;
    background: #2a3138;
    padding: 4px 10px;
    border-radius: 7px;
    gap: 6px;
}

.country span {
    font-size: 12px;
    color: #fff;
    font-weight: 600;
}

.flag {
    width: 22px;
    height: 22px;
}

/* Links */
.footer-links {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    margin-top: 20px;
}

.footer-links h4 {
    color: #aaa;
    margin-bottom: 10px;
    font-size: 14px;
}

.footer-links p {
    margin: 6px 0;
    font-size: 14px;
    cursor: pointer;
    text-align: left;
}

/* Social */
.social {
    margin-top: 20px;
    text-align: left;
}

.icons {
    display: flex;
    gap: 15px;
    margin-top: 10px;
    flex-wrap: wrap;
}

.icons img {
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 50%;
    padding: 6px;
}

/* Partner */
.partner {
    text-align: center;
    margin-top: 10px;
    margin-bottom: -5px;
}

.partner-logo {
    width: 50px;
    height: 70px;
}

/* Bottom text */
.footer-text {
    text-align: left;
    font-size: 12px;
    margin-top: 20px;
    color: #aaa;
    line-height: 1.6;
}
                
/* Divider */
hr {
    border: none;
    border-top: 1px solid #6c6c71;
    margin: 20px 0;
}

.hr-text {
  position: relative;
  text-align: center;
  margin-top: 15px;
}

.hr-text::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  border-top: 1px solid #6c6c71;
  transform: translateY(-50%);
}

.hr-text span {
  background: #2a2d2f; /* same as your background */
  padding: 0 10px;
  position: relative;
}

/* 📱 MOBILE (keep 2 columns like screenshot) */
@media (max-width: 768px) {

    .footer-links {
        display: flex;
        flex-direction: row; /* 👈 keep side by side */
        justify-content: space-between;
        gap: 20px;
    }

    .footer-links div {
        width: 50%; /* 👈 each takes half */
    }

    .footer-links h4 {
        font-size: 13px;
    }

    .footer-links p {
        font-size: 13px;
    }
    .flags {
        width: 25px;
        height: 25px;
    }

    .social { 
      text-align: left;
    }

    .partner {
      text-align: center;
      margin-top: 10px;
      margin-bottom: -5px;
    }

    .partner-logo {
      width: 50px;
      height: 55px;
    }

     .footer-text {
        font-size: 11px;
        text-align: left;
    }
  }

/* 📱 EXTRA SMALL DEVICES */
@media (max-width: 480px) {

    .logo {
        height: 25px;
    }

    .country {
        padding: 5px 10px;
        font-size: 11px;
        border-radius: 7px;
    }

    .footer-text {
        font-size: 11px;
    }
    

    .icons img {
        width: 35px;
        height: 35px;
    }

    .flags {
        width: 25px;
        height: 25px;
    }

     .partner-logo {
        width: 50px;
        height: 55px;
   }

   .partner {
      text-align: center;
      margin-top: 10px;
      margin-bottom: -5px;
    }
}


/* 💻 TABLET & UP */
@media (min-width: 769px) {

    .footer-links {
        max-width: 900px;
       
    }

    .footer {
        padding: 30px 40px;
    }
}

/* Bet ID Text */
.bet-id-bar .bet-id-text {
  font-weight: 700;
  font-size: 15px; /* Changed to match mobile */
  color: #000;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.3px;
}

/* Responsive adjustments */
@media (max-width: 500px) {
  .bet-id-bar {
    top: 50px;
    padding: 16px 14px;
    min-height: 56px;
  }

  .bet-id-bar .back-btn {
    font-size: 20px;
    font-weight: 700;
    left: 12px;
  }

  .bet-id-bar .back-btn i {
    font-size: 20px;
    font-weight: 700;
    left: 12px;
  }

  .bet-id-bar .bet-id-text {
    font-size: 40px;
  }
}


