body {
  --light-gray-black: #efefef;
  --light-gray-border: #efefef;
  --gray-light-color:#292a2d;
  --white-gray-bkg:#fff;
  --text-white: #040504;
  --white-gray-light-bkg: #fff;
  --light-gray-bkg: #efefef;
  --light-gray-bkg-rgb: 239,239,239;
  --black-white: #fff;
  --white-black-rgb: 255,255,255;
  --black-white-rgb: 4,5,4;
  --light-white: #9a9999;
  --stars-border:#e1e1e1;
  --white-green:#fff;
  --green-white:#149688;
  --table-bg: 239,239,239;
  --dark-gray:#b9b8b8;
  --black-gray: #040504;
  --footer-gray-color: #b9b8b8;
}

body.dark {
  --light-gray-black: #040504;
  --light-gray-border: #2a2a2d;
  --gray-light-color: #efefef;
  --white-gray-bkg: #040504;
  --text-white: #dedada;
  --white-gray-light-bkg: #2a2a2d;
  --light-gray-bkg: #474545;
  --light-gray-bkg-rgb: 71,69,69;
  --black-white: #040504;
  --white-black-rgb: 4,5,4;
  --black-white-rgb: 255,255,255;
  --light-white: #fff;
  --stars-border:#f2f1f1;
  --white-green:#149688;
  --green-white:#fff;
  --table-bg: 20,20,20;
  --dark-gray:#474545;
  --black-gray: #4c4c4c;
  --footer-gray-color: #2a2a2d;
}

.main-content {
  padding: 0;
}
.main-content .live-streaming-schedule-page {
  margin-top: 3.2rem;
}
.main-content .live-streaming-schedule-page > h3 {
  margin-top: 3.25rem;
  margin-bottom: 1.15rem;
  line-height: 2.0625rem;
}
.main-content .live-streaming-schedule-page > h4 {
  margin-bottom: 1.4rem;
}
.main-content .live-streaming-schedule-page > h4:first-of-type {
  margin-top: 1.35rem;
}
.main-content .live-streaming-schedule-page > p {
  margin-bottom: 1.5rem;
  line-height: 1.55rem;
}
.main-content .live-streaming-schedule-page > p:first-child {
  margin-top: 1.5;
}
.main-content .live-streaming-schedule-page .intro-section {
  margin-bottom: 3.4rem;
}
.main-content .live-streaming-schedule-page .intro-section .intro-content {
  margin-bottom: 0;
}
.main-content .live-streaming-schedule-page .table-of-content {
  margin-bottom: 3.5rem;
  margin-top: 3.4rem;
}
.main-content .live-streaming-schedule-page .live-streaming-tabs-section {
  margin-top: 3.5rem;
  margin-bottom: 2.6rem;
}
.main-content .live-streaming-schedule-page .live-streaming-tabs-section h3 {
  margin-bottom: 1.2rem;
}
.main-content .live-streaming-schedule-page .live-streaming-tabs-section .live-streaming-tabs {
  position: relative;
  font-family: "Poppins-SemiBold";
  line-height: 1.5625rem;
  border-bottom: none;
}
.main-content .live-streaming-schedule-page .live-streaming-tabs-section .live-streaming-tabs li {
  background: var(--light-gray-bkg);
  width: 50%;
  margin-right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.main-content .live-streaming-schedule-page .live-streaming-tabs-section .live-streaming-tabs li .nav-link {
  border: none;
  border-radius: 0;
  color: var(--text-white);
  border-top: 0.125rem solid transparent;
  padding: 0.4rem 0rem;
  width: 100%;
  font-size: 0.875rem;
  text-transform: uppercase;
}
.main-content .live-streaming-schedule-page .live-streaming-tabs-section .live-streaming-tabs li .nav-link.active {
  position: relative;
  background: var(--black-white);
  border-top: 0.125rem solid #149688;
  width: 100%;
}
.main-content .live-streaming-schedule-page .live-streaming-tabs-section .tab-pane {
  padding-top: 1.35rem;
}
.main-content .live-streaming-schedule-page .live-streaming-tabs-section .tab-pane p {
  line-height: 1.5625rem;
}
.main-content .live-streaming-schedule-page .live-streaming-tabs-section .tab-pane .streaming-wrapper {
  margin-top: 1.7rem;
  display: flex;
  gap: 1.4rem;
}
.main-content .live-streaming-schedule-page .live-streaming-tabs-section .tab-pane .streaming-wrapper .image-gallery-container {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 0.5rem;
}
.main-content .live-streaming-schedule-page .live-streaming-tabs-section .tab-pane .streaming-wrapper .image-gallery-container .image-gallery-top {
  width: 100%;
}
.main-content .live-streaming-schedule-page .live-streaming-tabs-section .tab-pane .streaming-wrapper .image-gallery-container .image-gallery-top .own-carousel__container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-content .live-streaming-schedule-page .live-streaming-tabs-section .tab-pane .streaming-wrapper .image-gallery-container .image-gallery-top .own-carousel__container .own-carousel__outer .own-carousel__item img {
  width: 100%;
}
.main-content .live-streaming-schedule-page .live-streaming-tabs-section .tab-pane .streaming-wrapper .image-gallery-container .image-gallery-top .own-carousel__container .own-carousel__control {
  width: 100%;
  position: absolute;
  display: flex;
  justify-content: space-between;
  padding: 0 0.7rem;
}
.main-content .live-streaming-schedule-page .live-streaming-tabs-section .tab-pane .streaming-wrapper .image-gallery-container .image-gallery-bottom {
  overflow: hidden;
  display: flex;
  gap: 0.5rem;
}
.main-content .live-streaming-schedule-page .live-streaming-tabs-section .tab-pane .streaming-wrapper .image-gallery-container .image-gallery-bottom div {
  width: 11.3125rem;
  height: 19.5rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.main-content .live-streaming-schedule-page .live-streaming-tabs-section .tab-pane .streaming-wrapper .instructions {
  width: 50%;
}
.main-content .live-streaming-schedule-page .live-streaming-tabs-section .tab-pane .streaming-wrapper .instructions .instructions-header {
  background: #149688;
  color: #fff;
  padding: 0.55rem;
  text-align: center;
  margin-bottom: 0.6rem;
}
.main-content .live-streaming-schedule-page .live-streaming-tabs-section .tab-pane .streaming-wrapper .instructions .instructions-header h3,
.main-content .live-streaming-schedule-page .live-streaming-tabs-section .tab-pane .streaming-wrapper .instructions .instructions-header h4 {
  margin: 0;
  text-transform: uppercase;
}
.main-content .live-streaming-schedule-page .live-streaming-tabs-section .tab-pane .streaming-wrapper .instructions .step {
  border: 0.0625rem solid #149688;
  margin-bottom: 1.2rem;
  display: flex;
  padding: 1.4rem 0;
  min-height: 9.185rem;
}
.main-content .live-streaming-schedule-page .live-streaming-tabs-section .tab-pane .streaming-wrapper .instructions .step:last-child {
  margin-bottom: 0;
}
.main-content .live-streaming-schedule-page .live-streaming-tabs-section .tab-pane .streaming-wrapper .instructions .step:last-child .left img {
  height: 1.5rem;
}
.main-content .live-streaming-schedule-page .live-streaming-tabs-section .tab-pane .streaming-wrapper .instructions .step .left {
  width: 38%;
  border-right: 0.0625rem solid var(--light-gray-border);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 1.4rem;
  position: relative;
}
.main-content .live-streaming-schedule-page .live-streaming-tabs-section .tab-pane .streaming-wrapper .instructions .step .left .step-number {
  margin-left: -0.2rem;
  margin-top: -1.1rem;
  background-color: #149688;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.05rem 1.1rem;
  font-size: 1.25rem;
  font-family: "Poppins-SemiBold";
}
.main-content .live-streaming-schedule-page .live-streaming-tabs-section .tab-pane .streaming-wrapper .instructions .step .left h4 {
  font-family: "LeagueSpartan-SemiBold", sans-serif;
  text-transform: uppercase;
  text-align: center;
  width: 7rem;
  line-height: 1.3rem;
}
.main-content .live-streaming-schedule-page .live-streaming-tabs-section .tab-pane .streaming-wrapper .instructions .step .left img {
  margin-top: 0.2rem;
  height: 1.9rem;
}
.main-content .live-streaming-schedule-page .live-streaming-tabs-section .tab-pane .streaming-wrapper .instructions .step .right {
  width: 62%;
  display: flex;
  align-items: center;
  padding: 0 1.7rem;
}
.main-content .live-streaming-schedule-page .live-streaming-tabs-section .tab-pane .streaming-wrapper .instructions .step .right ul {
  list-style: none;
  margin-bottom: 0;
}
.main-content .live-streaming-schedule-page .live-streaming-tabs-section .tab-pane .streaming-wrapper .instructions .step .right ul li {
  line-height: 1.4375rem;
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 1.5rem;
}
.main-content .live-streaming-schedule-page .live-streaming-tabs-section .tab-pane .streaming-wrapper .instructions .step .right ul li:before {
  content: "";
  position: absolute;
  left: 0;
  display: inline-block;
  width: 1rem;
  height: 0.6rem;
  background-image: url("../../img/green-hook-icon.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.main-content .live-streaming-schedule-page .live-streaming-tabs-section .green-btn {
  margin-left: auto;
  margin-right: auto;
  margin-top: 1rem;
  padding: 0.7rem 3rem;
  display: block;
  width: fit-content;
}
.main-content .live-streaming-schedule-page .live-streaming-tabs-section .green-btn i {
  margin-left: 0.7rem;
}
.main-content .live-streaming-schedule-page .more-about > h2,
.main-content .live-streaming-schedule-page .more-about > h3 {
  margin-top: 2rem;
  margin-bottom: 0.75rem;
  line-height: 2.0625rem;
}
.main-content .live-streaming-schedule-page .more-about > h4 {
  margin-bottom: 1.4rem;
}
.main-content .live-streaming-schedule-page .more-about > h4:first-of-type {
  margin-top: 1.35rem;
}
.main-content .live-streaming-schedule-page .more-about > p {
  margin-bottom: 0.75rem;
  line-height: 1.55rem;
}
.main-content .live-streaming-schedule-page .more-about > p:first-child {
  margin-top: 1.5;
}
.main-content .live-streaming-schedule-page .quote-box {
  background-color: var(--light-gray-border);
  border: 0.1rem solid #707070;
  border-radius: 1.8rem;
  font-family: "Poppins-Italic";
  letter-spacing: -0.01rem;
  margin: 2.6rem 3rem;
  padding: 0.65rem 2.65rem;
  position: relative;
}
.main-content .live-streaming-schedule-page .quote-box .quote-start, .main-content .live-streaming-schedule-page .quote-box .quote-end {
  font-family: "Poppins-Regular";
  color: #616161;
  font-size: 5.2rem;
  line-height: 4.2rem;
  vertical-align: top;
  position: absolute;
}
.main-content .live-streaming-schedule-page .quote-box .quote-start {
  top: 0;
  left: 0.4rem;
}
.main-content .live-streaming-schedule-page .quote-box .quote-end {
  bottom: -3.7rem;
  right: 0.5rem;
}
.main-content .live-streaming-schedule-page .why-watch-with {
  margin: 2.6rem 0 4rem 0;
  padding: 1.8rem 1.3rem;
  background: linear-gradient(90deg, rgba(161, 161, 161, 0.07) 50%, rgba(141, 141, 141, 0) 90%, rgba(var(--white-black-rgb), 0) 90%);
}
.main-content .live-streaming-schedule-page .why-watch-with h3 {
  padding-left: 0.5rem;
}
.main-content .live-streaming-schedule-page .why-watch-with .why-watch-content {
  display: flex;
  align-items: center;
  margin-top: 1.6rem;
  gap: 3.7rem;
}
.main-content .live-streaming-schedule-page .why-watch-with .why-watch-content .device {
  border-radius: 1.4rem;
  padding: 0.6rem 1rem 1rem 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 0.0625rem solid #149688;
  background-color: var(--white-gray-light-bkg);
  height: fit-content;
}
.main-content .live-streaming-schedule-page .why-watch-with .why-watch-content .device .camera {
  border-radius: 50%;
  height: 0.7rem;
  width: 0.7rem;
  border: 0.0625rem solid #149688;
}
.main-content .live-streaming-schedule-page .why-watch-with .why-watch-content .device .img-container {
  margin: 0.5rem 0 1rem 0;
  width: 16rem;
  height: 14.8rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.main-content .live-streaming-schedule-page .why-watch-with .why-watch-content .device .btn {
  height: 0.6rem;
  width: 5rem;
  border: 0.0625rem solid #149688;
}
.main-content .live-streaming-schedule-page .why-watch-with .why-watch-content .text-container ul {
  list-style: disc;
  list-style-image: url("../../img/green-hook-icon.svg");
}
.main-content .live-streaming-schedule-page .why-watch-with .why-watch-content .text-container ul li {
  margin-bottom: 0.8rem;
  line-height: 1.5625rem;
}
.main-content .live-streaming-schedule-page .why-watch-with .why-watch-content .text-container a {
  padding: 0.7rem 2.6rem;
  margin-top: 1.8rem;
  margin-left: auto;
  margin-right: 6rem;
}
.main-content .live-streaming-schedule-page .why-watch-with .why-watch-content .text-container a i {
  margin-left: 0.7rem;
}
.main-content .live-streaming-schedule-page .why-watch-with .quote-box {
  margin: 2.6rem 1.6rem 0 1.6rem;
}
.main-content .live-streaming-schedule-page .live-streaming-schedule {
  margin-bottom: 4rem;
  display: flex;
  flex-direction: column;
  /* Smooth scroll behavior */
  scroll-margin-top: 2rem;
  scroll-behavior: smooth;
}
#live-streaming-schedule {
  /* Add padding/margin to account for fixed header if you have one */
  scroll-margin-top: 100px; /* Adjust this value based on your header height */
}
.main-content .live-streaming-schedule-page .live-streaming-schedule .header {
  background-color: #149688;
  color: #fff;
  display: flex;
  align-items: center;
  padding: 0.6rem 1rem 0.55rem 1.5rem;
}
.main-content .live-streaming-schedule-page .live-streaming-schedule .header p {
  padding-right: 1.9rem;
  margin-left: auto;
}
.main-content .live-streaming-schedule-page .live-streaming-schedule .header img {
  height: 1.1875rem;
}
.main-content .live-streaming-schedule-page .live-streaming-schedule .filters-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.25rem;
  padding: 1.7rem 0 1.2rem 0;
}
.main-content .live-streaming-schedule-page .live-streaming-schedule .filters-row .dropdown-container .dropdown-header {
  min-width: 10.5rem;
}
.main-content .live-streaming-schedule-page .live-streaming-schedule .input-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.main-content .live-streaming-schedule-page .live-streaming-schedule .input-container form {
  display: flex;
  flex: 1;
}
.main-content .live-streaming-schedule-page .live-streaming-schedule .input-container form input::placeholder {
  color: var(--text-white);
}
.main-content .live-streaming-schedule-page .live-streaming-schedule .input-container form input:focus {
  outline: 0.0625rem solid #149688;
}
.main-content .live-streaming-schedule-page .live-streaming-schedule .input-container form #search {
  flex: 1;
  border: 0.0625rem solid var(--light-gray-bkg);
  border-radius: 1.5rem;
  padding: 0.8rem 2.6rem;
  background-color: var(--white-gray-light-bkg);
  background-image: url("../../img/icons/search.svg");
  background-size: auto 1.6rem;
  background-repeat: no-repeat;
  background-position: right 2rem center;
  -webkit-box-shadow: 0 0.0625rem 0.375rem 0 rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 0.0625rem 0.375rem 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 0.0625rem 0.375rem 0 rgba(0, 0, 0, 0.16);
}
.main-content .live-streaming-schedule-page .live-streaming-schedule .reset-filters-btn {
  border: none;
  margin-left: 1rem;
  color: var(--text-white);
  width: fit-content;
}
.main-content .live-streaming-schedule-page .live-streaming-schedule .reset-filters-btn:active {
  color: black;
}
.main-content .live-streaming-schedule-page .live-streaming-schedule .reset-filters-btn img {
  margin-right: 0.5rem;
  height: 0.95rem;
  width: 0.95rem;
}
.main-content .live-streaming-schedule-page .live-streaming-schedule #live-streaming-schedule-table {
  margin-top: 1.3rem;
  width: 100%;
}
.main-content .live-streaming-schedule-page .live-streaming-schedule #live-streaming-schedule-table thead {
  border-bottom: 0.0625rem solid #149688;
}
.main-content .live-streaming-schedule-page .live-streaming-schedule #live-streaming-schedule-table thead th {
  font-family: "Poppins-SemiBold";
  line-height: 1.5625rem;
  padding: 0.5rem;
  text-align: center;
  vertical-align: middle;
}
.main-content .live-streaming-schedule-page .live-streaming-schedule #live-streaming-schedule-table thead th:first-child {
  text-align: start;
  padding-left: 2.1rem;
}
.main-content .live-streaming-schedule-page .live-streaming-schedule #live-streaming-schedule-table tbody tr.live-streaming-schedule-row-hidden {
  display: none;
}
.main-content .live-streaming-schedule-page .live-streaming-schedule #live-streaming-schedule-table tbody tr:nth-child(even) {
  background: rgba(128, 128, 128, 0.07);
}
.main-content .live-streaming-schedule-page .live-streaming-schedule #live-streaming-schedule-table tbody tr td {
  padding: 1.25rem;
  text-align: center;
  vertical-align: middle;
  line-height: 1.3125rem;
}
.main-content .live-streaming-schedule-page .live-streaming-schedule #live-streaming-schedule-table tbody tr td:first-child {
  text-align: start;
  padding-left: 2.1rem;
  width: 24%;
}
.main-content .live-streaming-schedule-page .live-streaming-schedule #live-streaming-schedule-table tbody tr td:nth-child(2) {
  width: 30%;
}
.main-content .live-streaming-schedule-page .live-streaming-schedule #live-streaming-schedule-table tbody tr td:nth-child(3) {
  width: 16%;
}
.main-content .live-streaming-schedule-page .live-streaming-schedule #live-streaming-schedule-table tbody tr td:nth-child(3) img {
  margin-bottom: 0.5rem;
}
.main-content .live-streaming-schedule-page .live-streaming-schedule #live-streaming-schedule-table tbody tr td:nth-child(4) {
  width: 30%;
}
.main-content .live-streaming-schedule-page .live-streaming-schedule #live-streaming-schedule-table tbody tr td:nth-child(4) a {
  margin-top: 0;
  display: flex;
  align-items: center;
  gap: 0.4rem;
}
.main-content .live-streaming-schedule-page .live-streaming-schedule #live-streaming-schedule-table tbody tr td:nth-child(4) a p {
  text-transform: uppercase;
  font-size: 1rem;
  line-height: 1rem;
}
.main-content .live-streaming-schedule-page .live-streaming-schedule #live-streaming-schedule-table tbody tr td:nth-child(4) a img {
  height: 0.8rem;
}
.main-content .live-streaming-schedule-page .live-streaming-schedule #live-streaming-schedule-table tbody tr td:nth-child(4) a i {
  margin-left: 0.6rem;
}
.main-content .live-streaming-schedule-page .live-streaming-schedule #live-streaming-schedule-table tbody tr td a {
  margin: auto;
  width: fit-content;
  margin-top: 0.6rem;
  padding: 0.8rem 2.4rem;
}
.main-content .live-streaming-schedule-page .live-streaming-schedule #live-streaming-schedule-table tbody tr td > img {
  height: 2.375rem;
}
.main-content .live-streaming-schedule-page .live-streaming-schedule #live-streaming-schedule-btn-show-all {
  padding: 0.7rem 1.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Poppins-Bold";
  transition: 0.5s;
  text-align: center;
  margin: 3rem auto 0 auto;
  width: 40%;
}
.main-content .live-streaming-schedule-page .live-streaming-schedule #live-streaming-schedule-btn-show-all i {
  margin-left: 1rem;
  color: #149688;
}
.main-content .live-streaming-schedule-page .descriptive-cards-section .info-card .icon-container img {
  filter: brightness(0) invert(1);
}
.main-content .live-streaming-schedule-page .descriptive-cards-section .info-card .icon-container {
  align-self: flex-start;
  padding: 1rem 0;
}
.main-content .live-streaming-schedule-page .faq {
  margin-bottom: 2.9rem;
}
.main-content .live-streaming-schedule-page .soccer-betting-resources {
  margin-top: 2.9rem;
}
.main-content .right-column {
  padding-top: 6.1rem;
}

@media (max-width: 1399px) {
  .main-content .live-streaming-schedule-page .live-streaming-tabs-section .live-streaming-tabs li {
    flex-direction: column;
    width: 100%;
  }
  .main-content .live-streaming-schedule-page .live-streaming-tabs-section .tab-pane .streaming-wrapper {
    flex-direction: column;
  }
  .main-content .live-streaming-schedule-page .live-streaming-tabs-section .tab-pane .streaming-wrapper .image-gallery-container, .main-content .live-streaming-schedule-page .live-streaming-tabs-section .tab-pane .streaming-wrapper .instructions {
    width: auto;
  }
  .main-content .live-streaming-schedule-page .live-streaming-tabs-section .tab-pane .streaming-wrapper .image-gallery-container .image-gallery-bottom {
    gap: 1.25rem;
  }
  .main-content .live-streaming-schedule-page .live-streaming-tabs-section .tab-pane .streaming-wrapper .image-gallery-container .image-gallery-bottom > div {
    flex: 1;
  }
  .main-content .live-streaming-schedule-page .live-streaming-tabs-section .tab-pane .streaming-wrapper .instructions .step .right ul {
    width: 100%;
  }
  .main-content .live-streaming-schedule-page .why-watch-with .why-watch-content {
    flex-direction: column;
    gap: 2rem;
  }
  .main-content .live-streaming-schedule-page .why-watch-with .why-watch-content .device {
    margin: auto;
    width: fit-content;
  }
  .main-content .live-streaming-schedule-page .why-watch-with .why-watch-content .text-container {
    margin-left: 0;
  }
  .main-content .live-streaming-schedule-page .why-watch-with .why-watch-content .text-container ul li {
    text-align: justify;
  }
  .main-content .live-streaming-schedule-page .why-watch-with .why-watch-content .text-container a {
    margin: auto;
  }
  .main-content .live-streaming-schedule-page .why-watch-with .quote-box {
    margin: 1rem 0;
  }
}
@media (max-width: 767px) {
  .main-content .live-streaming-schedule-page .live-streaming-schedule .header {
    flex-direction: column;
    align-items: center;
    gap: 1rem;
  }
  .main-content .live-streaming-schedule-page .live-streaming-schedule .header h3 {
    text-align: center;
  }
  .main-content .live-streaming-schedule-page .live-streaming-schedule .header p {
    padding: 0;
    margin: 0;
  }
  .main-content .live-streaming-schedule-page .live-streaming-schedule .filters-row {
    justify-content: center;
  }
  .main-content .live-streaming-schedule-page .live-streaming-schedule #live-streaming-schedule-btn-show-all {
    width: auto;
  }
}

/* ── Live Streaming Betting Sites – extra styles ───────────────────────── */

/* h2 headings (new page uses h2, old used h3) */
.main-content .live-streaming-schedule-page .live-streaming-tabs-section h2 {
  margin-bottom: 1.2rem;
}
.main-content .live-streaming-schedule-page .live-streaming-tabs-section .section-subtitle {
  margin-bottom: 1.2rem;
  color: var(--light-white);
}
.main-content .live-streaming-schedule-page .why-watch-with h2 {
  padding-left: 0.5rem;
}
.main-content .live-streaming-schedule-page .more-about > h2 {
  margin-top: 2rem;
  margin-bottom: 0.75rem;
  line-height: 2.0625rem;
}

/* streaming-wrapper used directly (no .tab-pane wrapper) */
.main-content .live-streaming-schedule-page .live-streaming-tabs-section > .streaming-wrapper {
  margin-top: 1.7rem;
  display: flex;
  gap: 1.4rem;
}
.main-content .live-streaming-schedule-page .live-streaming-tabs-section > .streaming-wrapper .image-gallery-container {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 0.5rem;
}
.main-content .live-streaming-schedule-page .live-streaming-tabs-section > .streaming-wrapper .image-gallery-container .image-gallery-top {
  width: 100%;
}
.main-content .live-streaming-schedule-page .live-streaming-tabs-section > .streaming-wrapper .image-gallery-container .image-gallery-top img {
  width: 100%;
  height: auto;
  display: block;
}
.main-content .live-streaming-schedule-page .live-streaming-tabs-section > .streaming-wrapper .image-gallery-container .image-gallery-bottom {
  overflow: hidden;
  display: flex;
  gap: 0.5rem;
}
.main-content .live-streaming-schedule-page .live-streaming-tabs-section > .streaming-wrapper .image-gallery-container .image-gallery-bottom div {
  width: 11.3125rem;
  height: 19.5rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.main-content .live-streaming-schedule-page .live-streaming-tabs-section > .streaming-wrapper .instructions {
  width: 50%;
}
.main-content .live-streaming-schedule-page .live-streaming-tabs-section > .streaming-wrapper .instructions .instructions-header {
  background: #149688;
  color: #fff;
  padding: 0.55rem;
  text-align: center;
  margin-bottom: 0.6rem;
}
.main-content .live-streaming-schedule-page .live-streaming-tabs-section > .streaming-wrapper .instructions .step {
  border: 0.0625rem solid #149688;
  margin-bottom: 1.2rem;
  display: flex;
  padding: 1.4rem 0;
  min-height: 9.185rem;
}
.main-content .live-streaming-schedule-page .live-streaming-tabs-section > .streaming-wrapper .instructions .step:last-child {
  margin-bottom: 0;
}
.main-content .live-streaming-schedule-page .live-streaming-tabs-section > .streaming-wrapper .instructions .step:last-child .left img {
  height: 1.5rem;
}
.main-content .live-streaming-schedule-page .live-streaming-tabs-section > .streaming-wrapper .instructions .step .left {
  width: 38%;
  border-right: 0.0625rem solid var(--light-gray-border);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 1.4rem;
  position: relative;
}
.main-content .live-streaming-schedule-page .live-streaming-tabs-section > .streaming-wrapper .instructions .step .left .step-number {
  margin-left: -0.2rem;
  margin-top: -1.1rem;
  background-color: #149688;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.05rem 1.1rem;
  font-size: 1.25rem;
  font-family: "Poppins-SemiBold";
}
.main-content .live-streaming-schedule-page .live-streaming-tabs-section > .streaming-wrapper .instructions .step .left h4 {
  font-family: "LeagueSpartan-SemiBold", sans-serif;
  text-transform: uppercase;
  text-align: center;
  width: 7rem;
  line-height: 1.3rem;
}
.main-content .live-streaming-schedule-page .live-streaming-tabs-section > .streaming-wrapper .instructions .step .left img {
  margin-top: 0.2rem;
  height: 1.9rem;
}
.main-content .live-streaming-schedule-page .live-streaming-tabs-section > .streaming-wrapper .instructions .step .right {
  width: 62%;
  display: flex;
  align-items: center;
  padding: 0 1.7rem;
}
.main-content .live-streaming-schedule-page .live-streaming-tabs-section > .streaming-wrapper .instructions .step .right ul {
  list-style: none;
  margin-bottom: 0;
}
.main-content .live-streaming-schedule-page .live-streaming-tabs-section > .streaming-wrapper .instructions .step .right ul li {
  line-height: 1.4375rem;
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 1.5rem;
}
.main-content .live-streaming-schedule-page .live-streaming-tabs-section > .streaming-wrapper .instructions .step .right ul li::before {
  content: "";
  position: absolute;
  left: 0;
  display: inline-block;
  width: 1rem;
  height: 0.6rem;
  background-image: url("../../img/green-hook-icon.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

/* Responsive – direct streaming-wrapper */
@media (max-width: 1399px) {
  .main-content .live-streaming-schedule-page .live-streaming-tabs-section > .streaming-wrapper {
    flex-direction: column;
  }
  .main-content .live-streaming-schedule-page .live-streaming-tabs-section > .streaming-wrapper .image-gallery-container,
  .main-content .live-streaming-schedule-page .live-streaming-tabs-section > .streaming-wrapper .instructions {
    width: auto;
  }
  .main-content .live-streaming-schedule-page .live-streaming-tabs-section > .streaming-wrapper .image-gallery-container .image-gallery-bottom {
    gap: 1.25rem;
  }
  .main-content .live-streaming-schedule-page .live-streaming-tabs-section > .streaming-wrapper .image-gallery-container .image-gallery-bottom > div {
    flex: 1;
  }
  .main-content .live-streaming-schedule-page .live-streaming-tabs-section > .streaming-wrapper .instructions .step .right ul {
    width: 100%;
  }
}

/* RG Strip */
.rg-strip {
    background: #28292d;
    padding: 8px 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    flex-wrap: wrap;
}
.rg-strip p {
    font-size: 11px;
    color: #ccc;
    flex: 1;
    margin: 0;
}
.rg-strip a {
    color: #149688;
    text-decoration: none;
    font-size: 11px;
    white-space: nowrap;
}
.rg-strip a:hover { text-decoration: underline; }
.rg-strip .rg-18 {
    background: #149688;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    padding: 2px 7px;
    border-radius: 3px;
    flex-shrink: 0;
}
body.dark .rg-strip { background: #ebf0f3; }
body.dark .rg-strip p { color: #28292d; }
body.dark .rg-strip a { color: #149688; }

/*# sourceMappingURL=live-streaming-schedule.css.map */
