* {
  box-sizing: border-box;
}

html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

body {
  margin: 0;
  font-family: Arial, sans-serif;
  background: #ffffff;
  padding-bottom: 120px;
  overflow-x: hidden;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

.container {
  max-width: 1200px;
  margin: auto;
  padding: 0 15px;
}

/* ===================== NAVBAR + HERO ===================== */
.hero-section {
  background: linear-gradient(90deg, #1d6f3a 0%, #009c32 100%);
  color: #fff;
}

.logo-box {
  text-decoration: none;
  background: #ffffff;
  padding: 4px 10px;
  border-radius: 2px;
}

.flag {
  font-size: 22px;
  margin-right: 6px;
  line-height: 1;
}

.logo-text {
  color: #0c7a2d;
  font-size: 30px;
  font-weight: 800;
  line-height: 1;
}

.logo-text span {
  background: #198754;
  color: #fff;
  font-size: 20px;
  padding: 2px 8px;
  border-radius: 2px;
  margin-left: 4px;
}

.navbar {
  padding-top: 14px;
  padding-bottom: 14px;
}

.navbar .nav-link {
  color: #fff !important;
  font-weight: 700;
  font-size: 17px;
  padding-left: 14px !important;
  padding-right: 14px !important;
}

.navbar .nav-link:hover {
  color: #ffd27f !important;
}

.register-btn {
  background: #f7931e;
  color: #fff;
  font-weight: 700;
  font-size: 17px;
  padding: 12px 28px;
  border-radius: 0;
  border: none;
}

.register-btn:hover {
  background: #ff8610;
  color: #fff;
}

.hero-content {
  padding-top: 50px;
  padding-bottom: 20px;
}

.hero-title {
  font-size: 35px;
  font-weight: 800;
  line-height: 1.3;
  margin-bottom: 20px;
  max-width: 650px;
}

.hero-text {
  font-size: 16px;
  line-height: 1.8;
  color: #f3f3f3;
  margin-bottom: 18px;
  max-width: 650px;
}

.place-bet-btn {
  background: linear-gradient(90deg, #ff8a00, #ff6a00);
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  padding: 15px 36px;
  border-radius: 0;
  border: none;
  display: inline-block;
}

.place-bet-btn:hover {
  background: linear-gradient(90deg, #ff7800, #ff5b00);
  color: #fff;
}

.hero-img {
  margin-top: 80px;
  max-width: 430px;
  width: 100%;
  height: auto;
  object-fit: contain;
}

/* ===================== TOC / ACCORDION ===================== */
.toc-header {
  background: #0b7a2d !important;
  color: #fff !important;
  font-weight: 700;
  font-size: 18px;
  border: none;
  box-shadow: none !important;
}

.accordion-button::after {
  display: none;
}

.toc-body {
  background: #cfe3d6;
  border: 2px solid #0b7a2d;
  padding: 20px;
}

.toc-body ol {
  padding-left: 20px;
  margin-bottom: 0;
}

.toc-body li {
  margin-bottom: 10px;
  font-size: 16px;
  color: #000;
}

.toc-body ol ol {
  margin-top: 8px;
}

/* ===================== GENERAL CONTENT ===================== */
.betting-sites-section,
.category-card-section {
  background: #f3f3f3;
}

.sites-title {
  font-size: 35px;
  font-weight: 800;
  color: #111;
  margin-bottom: 12px;
}

.sites-desc {
  font-size: 16px;
  line-height: 1.8;
  color: #111;
  max-width: 1160px;
  margin-bottom: 28px;
}

/* ===================== TOP BETTING CARDS ===================== */
.bet-card {
  background: #b8d3c1;
  border: 1px solid #0b8a39;
  border-radius: 2px;
  padding: 18px 16px;
  margin-bottom: 34px;
}

.rank-badge {
  position: absolute;
  top: -18px;
  left: 20px;
  background: #008a2e;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  width: 26px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
}

.brand-box {
  width: 82px;
  height: 82px;
  margin: 0 auto;
  border-radius: 4px;
  background: #0c8a63;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.brand-img {
  width: 90px;
  height: 90px;
  object-fit: contain;
  display: block;
  margin: 0 auto;
}

.brand-green {
  background: #0c8a63;
}

.brand-black {
  background: #000;
}

.brand-dark {
  background: #071423;
}

.bonus-label {
  color: #008a2e;
  font-size: 16px;
  margin-bottom: 4px;
}

.bonus-title {
  font-size: 28px;
  line-height: 1.2;
  font-weight: 800;
  color: #111;
}

.bonus-sub {
  font-size: 16px;
  font-weight: 700;
  color: #111;
  margin-top: 4px;
}

.rating-box {
  border: 1px solid #333;
  padding: 12px 18px;
  font-size: 20px;
  font-weight: 700;
  color: #111;
  display: inline-block;
  min-width: 195px;
  background: transparent;
}

.rating-box span {
  margin-left: 8px;
  font-size: 18px;
  font-weight: 500;
}

.terms-link {
  display: block;
  margin-top: 10px;
  color: #008a2e;
  font-size: 16px;
  text-decoration: underline;
}

.bet-now-btn {
  background: linear-gradient(90deg, #ff8a1f, #ff6f1f);
  color: #fff;
  font-size: 18px;
  font-weight: 800;
  padding: 16px 38px;
  border: none;
  min-width: 165px;
  box-shadow: 0 8px 18px rgba(255, 128, 0, 0.22);
}

.bet-now-btn:hover {
  background: linear-gradient(90deg, #ff7a00, #ff6410);
  color: #fff;
}

/* ===================== CATEGORY CARD ===================== */
.odds-card {
  border: 2px solid #0b8a39;
  padding: 34px 20px 26px;
  background: #fff;
}

.odds-card-title {
  font-size: 28px;
  font-weight: 800;
  color: #111;
  margin-bottom: 12px;
}

.odds-card-text {
  font-size: 16px;
  line-height: 1.65;
  color: #111;
  max-width: 700px;
  margin-bottom: 14px;
}

.odds-list-title {
  font-size: 16px;
  font-weight: 800;
  color: #111;
  margin-bottom: 12px;
}

.odds-list {
  max-width: 720px;
  margin-bottom: 26px;
}

.odds-item {
  background: #c9ddd0;
  border-left: 2px solid #0b8a39;
  padding: 10px 12px;
  font-size: 16px;
  color: #111;
  margin-bottom: 4px;
}

.start-betting-btn {
  background: linear-gradient(90deg, #f48c2a, #ff6f1f);
  color: #fff;
  font-size: 16px;
  font-weight: 800;
  padding: 12px 28px;
  border: none;
  border-radius: 0;
  min-width: 175px;
}

.start-betting-btn:hover {
  background: linear-gradient(90deg, #ff7a00, #ff6410);
  color: #fff;
}

.odds-card-img {
  max-width: 360px;
  width: 100%;
  height: auto;
  object-fit: contain;
}

/* ===================== FACTOR CARDS ===================== */
.factor-card {
  background: #5c5c5c;
  color: #fff;
  padding: 18px 20px;
  border-radius: 4px;
  font-size: 16px;
  line-height: 1.5;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 0 #000;
}

.factor-card:hover {
  transform: translateY(-6px);
  background: #0b8a39;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.25);
}

.factor-card b {
  font-weight: 700;
}

/* ===================== BOOKMAKER GREEN SECTION ===================== */
.bookmakers-section {
  background: #0b8a39;
  padding: 60px 0;
}

.bookmakers-title {
  font-size: 35px;
  font-weight: 800;
  color: #fff;
  margin-bottom: 20px;
}

.bookmakers-img {
  width: 100%;
  display: block;
  margin-bottom: 20px;
}

.bookmakers-text {
  font-size: 16px;
  line-height: 1.8;
  color: #f4f4f4;
  max-width: 1100px;
}

/* ===================== STEP CARDS ===================== */
.bet-steps-section {
  padding: 40px 0;
}

.step-card {
  background: #066f2f;
  color: #fff;
  padding: 24px;
  border-radius: 4px;
  height: 100%;
}

.step-title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 1.35;
}

.step-text {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 12px;
  color: #f4f4f4;
}

.step-list {
  padding-left: 18px;
  margin-bottom: 15px;
}

.step-list li {
  font-size: 14px;
  margin-bottom: 6px;
  color: #fff;
}

.step-btn {
  background: #ff7a00;
  color: #fff;
  padding: 8px 18px;
  font-size: 14px;
  font-weight: 600;
  border: none;
  border-radius: 2px;
}

.step-btn:hover {
  background: #ff5b00;
  color: #fff;
}

/* ===================== TABLE ===================== */
.bonus-table-section {
  background: #ffffff;
}

.bonus-table-wrap {
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  border-radius: 2px;
  overflow: hidden;
  background: #fff;
}

.bonus-table {
  margin: 0;
}

.bonus-table thead th {
  background: #0b8a39;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  padding: 18px 14px;
  border: none;
  white-space: nowrap;
}

.bonus-table tbody td {
  font-size: 16px;
  color: #1b2f4b;
  padding: 14px;
  border-color: #e5e5e5;
  background: #fff;
}

.bonus-table tbody tr:hover td {
  background: #f9fcf9;
}

.check,
.cross {
  font-size: 18px;
  line-height: 1;
}

/* ===================== MATCH BETS SECTION ===================== */
.match-bets-section {
  background: #ffffff;
}

.match-card {
  border: 2px solid #0b8a39;
  padding: 30px 24px;
  background: #fff;
}

.match-title {
  font-size: 28px;
  font-weight: 800;
  color: #111;
  margin-bottom: 10px;
}

.match-desc {
  font-size: 16px;
  line-height: 1.7;
  color: #111;
  margin-bottom: 12px;
}

.match-subtitle {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 12px;
  color: #111;
}

.match-list {
  margin-bottom: 20px;
}

.match-item {
  background: #b8d3c1;
  border-left: 4px solid #0b8a39;
  padding: 10px 14px;
  margin-bottom: 6px;
  font-size: 16px;
  color: #111;
}

.match-btn {
  background: linear-gradient(90deg, #ff8a00, #ff6a00);
  color: #fff;
  font-weight: 700;
  padding: 12px 28px;
  border: none;
  border-radius: 2px;
}

.match-btn:hover {
  background: linear-gradient(90deg, #ff7800, #ff5b00);
  color: #fff;
}

/* ===================== CUSTOM PADDING ===================== */
.px-200 {
  padding-left: 15px;
  padding-right: 15px;
}

/* ===================== REVIEWS ===================== */
.reviews-section {
  background: linear-gradient(90deg, #1f6f3b 0%, #00912f 100%);
  padding: 60px 0;
}

.reviews-main-title {
  font-size: 35px;
  font-weight: 800;
  color: #fff;
  margin-bottom: 16px;
  max-width: 980px;
}

.reviews-main-text {
  font-size: 16px;
  line-height: 1.8;
  color: #eef8ef;
  max-width: 1200px;
  margin-bottom: 28px;
}

.review-group-title {
  font-size: 28px;
  font-weight: 800;
  color: #fff;
  margin-bottom: 14px;
}

.review-card {
  background: #69a67d;
  border: 2px solid rgba(255, 255, 255, 0.45);
  padding: 20px 18px;
  border-radius: 3px;
  height: 100%;
}

.review-top {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 12px;
}

.review-avatar {
  width: 66px;
  height: 66px;
  object-fit: cover;
  border-radius: 10px;
  display: block;
}

.review-name {
  font-size: 18px;
  font-weight: 800;
  color: #fff;
  margin: 0 0 4px;
}

.review-stars {
  color: #ffd34d;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 2px;
}

.review-text {
  font-size: 15px;
  line-height: 1.75;
  color: #f7fff7;
  font-style: italic;
  margin-bottom: 0;
}

/* ===================== FAQ ===================== */
.faq-section {
  background: #ffffff;
}

.faq-title {
  font-size: 35px;
  font-weight: 800;
  color: #111;
  margin-bottom: 18px;
}

.faq-item {
  border: 1px solid #d9d9d9 !important;
  margin-bottom: 10px;
  background: #ececec;
  border-radius: 2px !important;
  overflow: hidden;
}

.faq-button {
  background: #ececec !important;
  color: #4a4a4a !important;
  font-size: 18px;
  font-weight: 700;
  padding: 18px 20px;
  box-shadow: none !important;
}

.faq-button:not(.collapsed) {
  background: #ececec !important;
  color: #4a4a4a !important;
}

.faq-button::after {
  display: none;
}

.faq-button::before {
  content: "+";
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
  margin-right: 16px;
  color: #4a4a4a;
}

.faq-body {
  background: #fff;
  font-size: 16px;
  line-height: 1.8;
  color: #111;
  padding: 16px 20px;
}

/* ===================== FOOTER ===================== */
.footer-section {
  background: #f3f3f3;
  border-top: 1px solid #ddd;
}

.footer-links a {
  color: #0b8a39;
  font-size: 16px;
  font-weight: 600;
  margin: 0 10px;
  text-decoration: none;
}

.footer-links a:hover {
  text-decoration: underline;
}

.footer-logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 30px;
}

.footer-logos img {
  height: 40px;
  object-fit: contain;
  opacity: 0.9;
  transition: 0.3s;
}

.footer-logos img:hover {
  opacity: 1;
  transform: scale(1.05);
}

/* ===================== STICKY OFFER BAR ===================== */
.top-offer-bar {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 999;
  width: calc(100% - 20px);
  max-width: 1200px;
  background: #ffffff;
  border-top: 4px solid #0b8a39;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.08);
  border-radius: 12px 12px 0 0;
}

.top-offer-bar .container-fluid {
  padding-left: 12px;
  padding-right: 12px;
}

.offer-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 12px 0;
  flex-wrap: wrap;
}

.offer-left {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
  flex: 1 1 260px;
}

.offer-logo {
  width: 50px;
  height: 50px;
  object-fit: contain;
  flex-shrink: 0;
}

.offer-title {
  font-size: 16px;
  font-weight: 700;
  color: #111;
  line-height: 1.3;
}

.offer-rating {
  font-size: 14px;
  color: #0b8a39;
  line-height: 1.3;
}

.offer-rating span {
  color: #111;
  margin-left: 5px;
}

.offer-center {
  text-align: center;
  flex: 1 1 220px;
  min-width: 0;
}

.offer-label {
  font-size: 12px;
  color: #0b8a39;
  font-weight: 700;
  line-height: 1.2;
}

.offer-text {
  font-size: 18px;
  font-weight: 800;
  color: #111;
  line-height: 1.3;
}

.offer-sub {
  font-size: 13px;
  color: #0b8a39;
  line-height: 1.3;
}

.offer-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex: 0 0 auto;
}

.offer-btn {
  background: linear-gradient(90deg, #ff8a00, #ff6a00);
  color: #fff;
  font-weight: 700;
  padding: 10px 24px;
  border: none;
  border-radius: 4px;
  white-space: nowrap;
  text-decoration: none;
}

.offer-btn:hover {
  background: linear-gradient(90deg, #ff7a00, #ff5b00);
  color: #fff;
}

/* ===================== SCROLL TOP BUTTON ===================== */
#scrollTopBtn {
  position: fixed;
  bottom: 95px;
  right: 20px;
  z-index: 1000;
  display: none;
  width: 50px;
  height: 50px;
  border: none;
  border-radius: 50%;
  background: #0b8a39;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  transition: background 0.3s ease, transform 0.3s ease;
}

#scrollTopBtn:hover {
  background: #086c2c;
  transform: translateY(-2px);
}

/* ===================== TABLE / WIDE CONTENT SAFETY ===================== */
.table-responsive {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.ipl-table {
  width: 100%;
  min-width: 700px;
  border-collapse: collapse;
  margin-top: 15px;
  font-family: Arial, sans-serif;
}

.ipl-table thead {
  background: #0b8a39;
  color: #fff;
}

.ipl-table th,
.ipl-table td {
  padding: 12px;
  text-align: left;
  border-bottom: 1px solid #ddd;
  white-space: nowrap;
}

.ipl-table tbody tr:hover {
  background: #f5f5f5;
}

.bonus-list {
  padding-left: 18px;
}

.bonus-list li {
  margin-bottom: 10px;
  line-height: 1.6;
}

/* ===================== RESPONSIVE ===================== */
@media (min-width: 992px) {
  .px-200 {
    padding-left: 80px;
    padding-right: 80px;
  }
}

@media (max-width: 1199.98px) {
  .hero-img {
    max-width: 360px;
    margin-top: 60px;
  }

  .bonus-title {
    font-size: 24px;
  }

  .odds-card-title,
  .match-title,
  .review-group-title {
    font-size: 24px;
  }
}

@media (max-width: 991.98px) {
  .hero-section {
    padding-bottom: 60px;
  }

  .hero-content {
    padding-top: 35px;
    text-align: center;
  }

  .hero-title {
    font-size: 28px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .hero-text {
    font-size: 15px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .hero-img {
    max-width: 300px;
    margin: 20px auto 0;
  }

  .navbar-collapse {
    background: rgba(0, 0, 0, 0.18);
    padding: 20px;
    border-radius: 10px;
    margin-top: 12px;
  }

  .register-btn {
    display: inline-block;
    margin-top: 10px;
  }

  .sites-title,
  .bookmakers-title,
  .faq-title,
  .reviews-main-title {
    font-size: 30px;
  }

  .bonus-title {
    font-size: 24px;
  }

  .odds-card {
    padding: 28px 18px 24px;
  }

  .odds-card-title {
    font-size: 24px;
  }

  .odds-card-img {
    max-width: 280px;
    margin: 20px auto 0;
  }

  .rating-box {
    min-width: auto;
    width: 100%;
    text-align: center;
  }

  .bet-now-btn,
  .start-betting-btn,
  .match-btn {
    width: 100%;
  }

  .step-card,
  .review-card,
  .factor-card,
  .match-card {
    height: auto;
  }

  .px-200 {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 767.98px) {
  body {
    padding-bottom: 165px;
  }

  .sites-title {
    font-size: 24px;
  }

  .hero-title,
  .bookmakers-title,
  .faq-title,
  .reviews-main-title {
    font-size: 24px;
  }

  .hero-text,
  .sites-desc,
  .bookmakers-text,
  .reviews-main-text {
    font-size: 14px;
    line-height: 1.7;
  }

  .place-bet-btn,
  .register-btn,
  .bet-now-btn,
  .start-betting-btn,
  .step-btn,
  .match-btn,
  .offer-btn {
    width: 100%;
    text-align: center;
  }

  .bet-card {
    margin-bottom: 26px;
    padding: 16px 12px;
  }

  .rank-badge {
    top: -14px;
    left: 14px;
    width: 24px;
    height: 30px;
    font-size: 16px;
  }

  .brand-box {
    width: 74px;
    height: 74px;
  }

  .brand-img {
    width: 78px;
    height: 78px;
  }

  .odds-card-img {
    max-width: 220px;
  }

  .odds-card-title,
  .match-title,
  .review-group-title {
    font-size: 22px;
  }

  .bonus-table thead th,
  .bonus-table tbody td,
  .ipl-table th,
  .ipl-table td {
    font-size: 14px;
    padding: 12px 10px;
  }

  .check,
  .cross {
    font-size: 16px;
  }

  .offer-content {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
    padding: 12px 0;
  }

  .offer-left,
  .offer-center,
  .offer-right {
    width: 100%;
    flex: 1 1 100%;
    text-align: center;
    justify-content: center;
  }

  .offer-left {
    justify-content: center;
  }

  .offer-right .offer-btn {
    width: 100%;
    text-align: center;
  }

  #scrollTopBtn {
    bottom: 150px;
    right: 14px;
    width: 45px;
    height: 45px;
    font-size: 18px;
  }
}

@media (max-width: 575.98px) {
  body {
    padding-bottom: 180px;
  }

  .logo-text {
    font-size: 22px;
  }

  .logo-text span {
    font-size: 15px;
  }

  .flag {
    font-size: 18px;
  }

  .hero-content {
    padding-top: 24px;
  }

  .hero-title,
  .sites-title,
  .bookmakers-title,
  .faq-title,
  .reviews-main-title {
    font-size: 24px;
  }

  .hero-text,
  .sites-desc,
  .bookmakers-text,
  .reviews-main-text,
  .review-text {
    font-size: 14px;
  }

  .review-group-title {
    font-size: 22px;
  }

  .review-avatar {
    width: 58px;
    height: 58px;
  }

  .hero-img {
    max-width: 240px;
  }

  .bonus-title {
    font-size: 22px;
  }

  .bonus-label,
  .bonus-sub,
  .terms-link,
  .odds-card-text,
  .odds-list-title,
  .odds-item,
  .step-text,
  .step-list li,
  .factor-card,
  .match-desc,
  .match-subtitle,
  .match-item,
  .faq-body {
    font-size: 14px;
  }

  .top-offer-bar {
    width: 100%;
    left: 0;
    transform: none;
    max-width: 100%;
    border-radius: 0;
  }

  .top-offer-bar .container-fluid {
    padding-left: 10px;
    padding-right: 10px;
  }

  .offer-logo {
    width: 42px;
    height: 42px;
  }

  .offer-title {
    font-size: 14px;
  }

  .offer-rating,
  .offer-sub {
    font-size: 13px;
  }

  .offer-text {
    font-size: 16px;
  }

  #scrollTopBtn {
    bottom: 100px;
    right: 30px;
    width: 42px;
    height: 42px;
    font-size: 16px;
  }

  .footer-logos img {
    height: 30px;
  }

  .footer-links a {
    font-size: 14px;
  }

  .faq-button {
    font-size: 16px;
    padding: 16px;
  }

  .faq-body {
    font-size: 14px;
  }

  .px-200 {
    padding-left: 12px;
    padding-right: 12px;
  }
}

@media (max-width: 480px) {
  body {
    padding-bottom: 180px;
  }

  .top-offer-bar {
    width: 100%;
    left: 0;
    transform: none;
    max-width: 100%;
    border-radius: 0;
  }

  .top-offer-bar .container-fluid {
    padding-left: 10px;
    padding-right: 10px;
  }

  .offer-logo {
    width: 42px;
    height: 42px;
  }

  .offer-title {
    font-size: 14px;
  }

  .offer-rating,
  .offer-sub {
    font-size: 13px;
  }

  .offer-text {
    font-size: 16px;
  }

  #scrollTopBtn {
    bottom: 100px;
    right: 12px;
    width: 42px;
    height: 42px;
    font-size: 16px;
  }
}

@media (max-width: 399.98px) {
  body {
    padding-bottom: 195px;
  }

  .hero-title,
  .sites-title,
  .bookmakers-title,
  .faq-title {
    font-size: 20px;
  }

  .offer-text {
    font-size: 14px;
  }

  .place-bet-btn,
  .register-btn,
  .bet-now-btn,
  .start-betting-btn,
  .step-btn,
  .match-btn,
  .offer-btn {
    padding-left: 16px;
    padding-right: 16px;
  }

  .bonus-table thead th,
  .bonus-table tbody td,
  .ipl-table th,
  .ipl-table td {
    font-size: 12px;
    padding: 8px 7px;
  }
}