.page-live-center-match-schedule {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #333333; /* Default text color for light background */
  background-color: var(--background, #FFFFFF);
}

.page-live-center-match-schedule__dark-bg {
  background-color: #017439;
  color: #ffffff;
}

.page-live-center-match-schedule__light-bg {
  background-color: #ffffff;
  color: #333333;
}

.page-live-center-match-schedule__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 600px;
  text-align: center;
  overflow: hidden;
  padding: 40px 20px;
  box-sizing: border-box;
}

.page-live-center-match-schedule__hero-content {
  position: relative;
  z-index: 2;
  max-width: 900px;
  margin: 0 auto;
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.4); /* Semi-transparent overlay for text readability */
  border-radius: 10px;
}

.page-live-center-match-schedule__hero-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  color: #ffffff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-live-center-match-schedule__hero-description {
  font-size: 1.2em;
  margin-bottom: 30px;
  color: #f0f0f0;
}

.page-live-center-match-schedule__hero-video-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
}

.page-live-center-match-schedule__hero-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-live-center-match-schedule__video-link {
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.page-live-center-match-schedule__content-area {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 20px;
  box-sizing: border-box;
}

.page-live-center-match-schedule__section-title {
  font-size: 2.5em;
  color: #017439;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 15px;
}

.page-live-center-match-schedule__section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: #017439;
  border-radius: 2px;
}

.page-live-center-match-schedule__sub-title {
  font-size: 1.8em;
  color: #017439;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 20px;
}

.page-live-center-match-schedule__paragraph {
  font-size: 1.1em;
  margin-bottom: 20px;
  text-align: justify;
}

.page-live-center-match-schedule__match-schedule-table {
  margin-top: 40px;
  margin-bottom: 60px;
}

.page-live-center-match-schedule__table-responsive {
  overflow-x: auto;
  margin-bottom: 30px;
}

.page-live-center-match-schedule__table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
  min-width: 700px;
}

.page-live-center-match-schedule__table th,
.page-live-center-match-schedule__table td {
  border: 1px solid #e0e0e0;
  padding: 12px 15px;
  text-align: left;
}

.page-live-center-match-schedule__table th {
  background-color: #017439;
  color: #ffffff;
  font-weight: bold;
}

.page-live-center-match-schedule__table tr:nth-child(even) {
  background-color: #f9f9f9;
}

.page-live-center-match-schedule__table-link {
  color: #C30808;
  text-decoration: none;
  font-weight: bold;
}

.page-live-center-match-schedule__table-link:hover {
  text-decoration: underline;
}

.page-live-center-match-schedule__cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 40px;
  flex-wrap: wrap;
}

.page-live-center-match-schedule__btn-primary,
.page-live-center-match-schedule__btn-secondary,
.page-live-center-match-schedule__card-button {
  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, border-color 0.3s ease;
  text-align: center;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-live-center-match-schedule__btn-primary {
  background-color: #017439;
  color: #ffffff;
  border: 2px solid #017439;
}

.page-live-center-match-schedule__btn-primary:hover {
  background-color: #005f2e;
  border-color: #005f2e;
}

.page-live-center-match-schedule__btn-secondary {
  background-color: #ffffff;
  color: #017439;
  border: 2px solid #017439;
}

.page-live-center-match-schedule__btn-secondary:hover {
  background-color: #f0f0f0;
  color: #005f2e;
  border-color: #005f2e;
}

.page-live-center-match-schedule__how-to-guide {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
  margin-bottom: 60px;
}

.page-live-center-match-schedule__card {
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  padding: 25px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: #333333;
}

.page-live-center-match-schedule__guide-image,
.page-live-center-match-schedule__analysis-image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin-bottom: 20px;
  display: block;
}

.page-live-center-match-schedule__card-title {
  font-size: 1.5em;
  color: #017439;
  margin-bottom: 15px;
}

.page-live-center-match-schedule__card-title a {
  color: #017439;
  text-decoration: none;
}

.page-live-center-match-schedule__card-title a:hover {
  text-decoration: underline;
}

.page-live-center-match-schedule__card-button {
  margin-top: 20px;
  background-color: #C30808;
  color: #FFFF00;
  border: 2px solid #C30808;
}

.page-live-center-match-schedule__card-button:hover {
  background-color: #a00606;
  border-color: #a00606;
}

.page-live-center-match-schedule__analysis-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 30px;
  margin-top: 40px;
  margin-bottom: 60px;
}

.page-live-center-match-schedule__feature-list {
  list-style: none;
  padding: 0;
  margin-top: 30px;
  margin-bottom: 40px;
}

.page-live-center-match-schedule__list-item {
  background-color: #f5f5f5;
  border-left: 5px solid #017439;
  padding: 15px 20px;
  margin-bottom: 10px;
  border-radius: 5px;
  font-size: 1.1em;
  color: #333333;
}

.page-live-center-match-schedule__list-item strong {
  color: #017439;
}

.page-live-center-match-schedule__faq-list {
  margin-top: 40px;
  margin-bottom: 60px;
}

.page-live-center-match-schedule__faq-item {
  margin-bottom: 15px;
  text-align: left;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
  border-radius: 8px;
  overflow: hidden;
}

.page-live-center-match-schedule__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #017439;
  color: #ffffff;
  padding: 18px 25px;
  font-size: 1.2em;
  font-weight: bold;
  cursor: pointer;
  list-style: none;
  user-select: none;
}

.page-live-center-match-schedule__faq-question::-webkit-details-marker {
  display: none;
}

.page-live-center-match-schedule__faq-qtext {
  flex-grow: 1;
}

.page-live-center-match-schedule__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  margin-left: 15px;
  transition: transform 0.3s ease;
}

.page-live-center-match-schedule__faq-item[open] .page-live-center-match-schedule__faq-toggle {
  transform: rotate(45deg);
}

.page-live-center-match-schedule__faq-answer {
  background-color: #fdfdfd;
  padding: 20px 25px;
  font-size: 1.05em;
  color: #333333;
  border-top: 1px solid #eee;
}

/* Responsive Styles */
@media (max-width: 1024px) {
  .page-live-center-match-schedule__hero-title {
    font-size: 2.8em;
  }

  .page-live-center-match-schedule__section-title {
    font-size: 2.2em;
  }
}

@media (max-width: 768px) {
  .page-live-center-match-schedule {
    font-size: 16px;
    line-height: 1.6;
  }

  .page-live-center-match-schedule__hero-section {
    min-height: 450px;
    padding-top: var(--header-offset, 120px) !important;
  }

  .page-live-center-match-schedule__hero-content {
    padding: 15px;
  }

  .page-live-center-match-schedule__hero-title {
    font-size: 2em;
    margin-bottom: 15px;
  }

  .page-live-center-match-schedule__hero-description {
    font-size: 1em;
    margin-bottom: 20px;
  }

  .page-live-center-match-schedule__content-area {
    padding: 30px 15px;
  }

  .page-live-center-match-schedule__section-title {
    font-size: 1.8em;
    margin-bottom: 30px;
  }

  .page-live-center-match-schedule__sub-title {
    font-size: 1.5em;
  }

  .page-live-center-match-schedule__paragraph {
    font-size: 1em;
  }

  .page-live-center-match-schedule__cta-buttons {
    flex-direction: column;
    gap: 15px;
  }

  .page-live-center-match-schedule__btn-primary,
  .page-live-center-match-schedule__btn-secondary,
  .page-live-center-match-schedule__card-button {
    max-width: 100% !important;
    width: 100% !important;
    padding: 12px 20px;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
  }

  .page-live-center-match-schedule__how-to-guide,
  .page-live-center-match-schedule__analysis-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .page-live-center-match-schedule__card {
    padding: 20px;
  }

  .page-live-center-match-schedule__table-responsive {
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: auto !important;
    box-sizing: border-box !important;
  }

  .page-live-center-match-schedule__table {
    width: 100%; /* Ensure table fits within its scrollable container */
    min-width: 600px; /* Maintain minimum width for readability */
  }

  .page-live-center-match-schedule__table th,
  .page-live-center-match-schedule__table td {
    padding: 10px;
    font-size: 0.9em;
  }

  /* Ensure all images and videos are responsive */
  .page-live-center-match-schedule img,
  .page-live-center-match-schedule video {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  .page-live-center-match-schedule__hero-video-wrapper,
  .page-live-center-match-schedule__hero-video,
  .page-live-center-match-schedule__video-link,
  .page-live-center-match-schedule__how-to-guide,
  .page-live-center-match-schedule__analysis-grid,
  .page-live-center-match-schedule__card,
  .page-live-center-match-schedule__faq-item {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    overflow: hidden !important; /* Important for video/image containers */
  }

  .page-live-center-match-schedule__faq-question {
    font-size: 1.1em;
    padding: 15px 20px;
  }

  .page-live-center-match-schedule__faq-answer {
    padding: 15px 20px;
  }
}