.page-resources-how-to-watch-bet-thomo-live {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #ffffff; /* Default text color for dark body background */
  background-color: transparent; /* Main content background will be handled by sections */
}

/* Header offset for fixed header */
.page-resources-how-to-watch-bet-thomo-live__hero-section {
  padding-top: var(--header-offset, 120px);
}

.page-resources-how-to-watch-bet-thomo-live__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-resources-how-to-watch-bet-thomo-live__section-title {
  font-size: 2.5em;
  color: #ffffff;
  text-align: center;
  margin-bottom: 40px;
  font-weight: bold;
}

.page-resources-how-to-watch-bet-thomo-live__paragraph {
  font-size: 1.1em;
  margin-bottom: 20px;
  color: #f0f0f0; /* Light grey for paragraphs on dark background */
}

.page-resources-how-to-watch-bet-thomo-live a {
  color: #FFFF00; /* Link color for visibility */
  text-decoration: underline;
}

.page-resources-how-to-watch-bet-thomo-live a:hover {
  text-decoration: none;
  color: #ffc107; /* Slightly different hover color */
}

/* Hero Section */
.page-resources-how-to-watch-bet-thomo-live__hero-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  overflow: hidden;
  padding-bottom: 60px;
}

.page-resources-how-to-watch-bet-thomo-live__hero-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.page-resources-how-to-watch-bet-thomo-live__hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.5); /* Darken image for text readability */
}

.page-resources-how-to-watch-bet-thomo-live__hero-content {
  position: relative;
  z-index: 1;
  max-width: 900px;
  padding: 40px 20px;
  color: #ffffff;
}

.page-resources-how-to-watch-bet-thomo-live__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  color: #ffffff;
  line-height: 1.2;
}

.page-resources-how-to-watch-bet-thomo-live__hero-description {
  font-size: 1.4em;
  margin-bottom: 30px;
  color: #f0f0f0;
}

.page-resources-how-to-watch-bet-thomo-live__cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.page-resources-how-to-watch-bet-thomo-live__btn-primary,
.page-resources-how-to-watch-bet-thomo-live__btn-secondary {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, color 0.3s ease;
  box-sizing: border-box;
  max-width: 100%;
  white-space: normal;
  word-wrap: break-word;
  text-align: center;
}

.page-resources-how-to-watch-bet-thomo-live__btn-primary {
  background-color: #C30808;
  color: #FFFF00;
  border: 2px solid #C30808;
}

.page-resources-how-to-watch-bet-thomo-live__btn-primary:hover {
  background-color: #e02a2a;
  border-color: #e02a2a;
}

.page-resources-how-to-watch-bet-thomo-live__btn-secondary {
  background-color: transparent;
  color: #FFFF00;
  border: 2px solid #C30808;
}

.page-resources-how-to-watch-bet-thomo-live__btn-secondary:hover {
  background-color: #C30808;
  color: #FFFF00;
}

/* Dark Background Sections */
.page-resources-how-to-watch-bet-thomo-live__dark-bg {
  background-color: #017439;
  padding: 60px 0;
  color: #ffffff;
}

/* Video Section */
.page-resources-how-to-watch-bet-thomo-live__video-section {
  padding: 60px 0;
  text-align: center;
}

.page-resources-how-to-watch-bet-thomo-live__video-wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
  height: 0;
  overflow: hidden;
  max-width: 100%;
  background: #000;
  margin-top: 30px;
  margin-bottom: 30px;
  border-radius: 8px;
}

.page-resources-how-to-watch-bet-thomo-live__video,
.page-resources-how-to-watch-bet-thomo-live__video-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  cursor: pointer;
  display: block;
}

/* Guide Section */
.page-resources-how-to-watch-bet-thomo-live__guide-section {
  padding: 60px 0;
  background-color: #1a1a1a;
}

.page-resources-how-to-watch-bet-thomo-live__step-by-step {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-resources-how-to-watch-bet-thomo-live__step-item {
  background-color: rgba(255, 255, 255, 0.1);
  padding: 30px;
  border-radius: 8px;
  text-align: left;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-resources-how-to-watch-bet-thomo-live__step-title {
  font-size: 1.5em;
  color: #FFFF00;
  margin-bottom: 15px;
  font-weight: bold;
}

.page-resources-how-to-watch-bet-thomo-live__step-description {
  color: #e0e0e0;
}

.page-resources-how-to-watch-bet-thomo-live__image-content {
  text-align: center;
  margin-top: 40px;
}

.page-resources-how-to-watch-bet-thomo-live__content-image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

/* Bet Types Section */
.page-resources-how-to-watch-bet-thomo-live__bet-types-section {
  padding: 60px 0;
}

.page-resources-how-to-watch-bet-thomo-live__list {
  list-style: none;
  padding: 0;
  margin-top: 30px;
}

.page-resources-how-to-watch-bet-thomo-live__list-item {
  background-color: rgba(255, 255, 255, 0.08);
  margin-bottom: 15px;
  padding: 20px;
  border-left: 5px solid #FFFF00;
  border-radius: 4px;
  color: #e0e0e0;
  font-size: 1.1em;
}

.page-resources-how-to-watch-bet-thomo-live__list-item strong {
  color: #ffffff;
}

/* Tips Section */
.page-resources-how-to-watch-bet-thomo-live__tips-section {
  padding: 60px 0;
  background-color: #1a1a1a;
}

.page-resources-how-to-watch-bet-thomo-live__tips-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-resources-how-to-watch-bet-thomo-live__card {
  background-color: rgba(255, 255, 255, 0.1);
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  color: #e0e0e0;
}

.page-resources-how-to-watch-bet-thomo-live__card-title {
  font-size: 1.4em;
  color: #FFFF00;
  margin-bottom: 15px;
  font-weight: bold;
}

.page-resources-how-to-watch-bet-thomo-live__card-description {
  font-size: 1em;
}

/* Advantages Section */
.page-resources-how-to-watch-bet-thomo-live__advantages-section {
  padding: 60px 0;
}

.page-resources-how-to-watch-bet-thomo-live__advantages-list .page-resources-how-to-watch-bet-thomo-live__list-item {
  border-left-color: #C30808;
}


/* FAQ Section */
.page-resources-how-to-watch-bet-thomo-live__faq-section {
  padding: 60px 0;
  background-color: #1a1a1a;
}

.page-resources-how-to-watch-bet-thomo-live__faq-list {
  max-width: 800px;
  margin: 40px auto 0 auto;
}
}