.page--g-live-betting {
    font-family: 'Arial', sans-serif;
    color: #333;
    line-height: 1.6;
    background-color: #f8f8f8;
}

.page--g-live-betting__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

.page--g-live-betting__section {
    padding: 60px 0;
    margin-bottom: 20px;
}

.page--g-live-betting__section:nth-of-type(even) {
    background-color: #f0f0f0;
}

.page--g-live-betting h1,
.page--g-live-betting h2,
.page--g-live-betting h3 {
    color: #8B0000; /* Secondary color for headings */
    text-align: center;
    margin-bottom: 25px;
    font-weight: bold;
}

.page--g-live-betting h1 {
    font-size: 2.8em;
    color: #FFD700; /* Primary color for main title */
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.page--g-live-betting h2 {
    font-size: 2.2em;
    padding-bottom: 15px;
    position: relative;
}

.page--g-live-betting h2::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background-color: #FFD700;
    border-radius: 2px;
}

.page--g-live-betting h3 {
    font-size: 1.6em;
    color: #555;
    text-align: left;
    margin-bottom: 15px;
}

.page--g-live-betting p {
    font-size: 1.1em;
    margin-bottom: 15px;
    text-align: justify;
}

.page--g-live-betting__cta-button {
    display: inline-block;
    padding: 15px 40px;
    background: #FFD700; /* Primary color */
    color: #8B0000; /* Contrasting text color for primary background */
    text-decoration: none;
    border-radius: 8px;
    font-size: 1.2em;
    font-weight: bold;
    margin-top: 20px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    border: none;
}

.page--g-live-betting__cta-button:hover {
    background: #e6c200; /* Slightly darker primary on hover */
    color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
}

.page--g-live-betting__cta-button--small {
    padding: 10px 25px;
    font-size: 1em;
}

.page--g-live-betting__button {
    display: inline-block;
    padding: 10px 25px;
    background: #8B0000; /* Secondary color */
    color: #FFD700; /* Contrasting text color for secondary background */
    text-decoration: none;
    border-radius: 5px;
    font-size: 1em;
    font-weight: bold;
    margin-top: 10px;
    transition: all 0.3s ease;
    border: none;
}

.page--g-live-betting__button:hover {
    background: #6a0000; /* Slightly darker secondary on hover */
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.page--g-live-betting ul,
.page--g-live-betting ol {
    list-style-type: disc;
    margin-left: 25px;
    margin-bottom: 20px;
}

.page--g-live-betting ol {
    list-style-type: decimal;
}

.page--g-live-betting li {
    margin-bottom: 10px;
    font-size: 1.05em;
}

.page--g-live-betting li strong {
    color: #8B0000;
}

/* Hero Section */
.page--g-live-betting__hero {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 60px 20px;
    background-color: #1a1a1a; /* Dark background for contrast with gold/red */
    overflow: hidden;
}

.page--g-live-betting__hero-container {
    position: relative;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.page--g-live-betting__hero-image {
    width: 100%;
    margin-bottom: 30px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
}

.page--g-live-betting__hero-image img {
    width: 100%;
    height: auto;
    max-width: 100%;
    display: block;
    object-fit: cover;
}

.page--g-live-betting__hero-content {
    position: relative;
    z-index: 2;
    text-align: center;
    width: 100%;
    max-width: 900px;
    color: #ffffff;
}

.page--g-live-betting__hero-content h1 {
    color: #FFD700;
    font-size: 3.5em;
    margin-bottom: 15px;
    text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.5);
}

.page--g-live-betting__hero-content p {
    font-size: 1.3em;
    color: #e0e0e0;
    margin-bottom: 25px;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
}

/* Grid Layout for Highlights and Promotions */
.page--g-live-betting__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page--g-live-betting__card,
.page--g-live-betting__promo-card {
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    padding: 25px;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.page--g-live-betting__card:hover,
.page--g-live-betting__promo-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

.page--g-live-betting__card-img,
.page--g-live-betting__promo-img {
    max-width: 100%;
    height: 200px; /* Fixed height for images */
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 20px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.page--g-live-betting__card h3,
.page--g-live-betting__promo-card h3 {
    color: #8B0000;
    font-size: 1.4em;
    margin-bottom: 10px;
    text-align: center;
}

.page--g-live-betting__card h3 a,
.page--g-live-betting__promo-card h3 a {
    color: #8B0000;
    text-decoration: none;
    transition: color 0.3s ease;
}

.page--g-live-betting__card h3 a:hover,
.page--g-live-betting__promo-card h3 a:hover {
    color: #FFD700;
}

.page--g-live-betting__card p,
.page--g-live-betting__promo-card p {
    font-size: 1em;
    color: #555;
    text-align: center;
}

.page--g-live-betting__center-text {
    text-align: center;
    margin-top: 30px;
}

/* FAQ Section */
.page--g-live-betting__faq-list {
    margin-top: 30px;
}

.faq-item {
  margin-bottom: 15px;
}

.faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
  background: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

.faq-question:hover {
  background: #fffbe6; /* Light yellow hover for questions */
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}

.faq-question h3 {
  margin: 0;
  font-size: 1.2em;
  color: #8B0000; /* Secondary color for FAQ questions */
  text-align: left;
}

.faq-toggle {
  font-size: 24px;
  font-weight: bold;
  color: #FFD700; /* Primary color for toggle icon */
  transition: transform 0.3s ease;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-out, padding 0.4s ease-out;
  padding: 0 20px;
  background: #fdfdfd;
  border-left: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  border-radius: 0 0 8px 8px;
}

.faq-item.active .faq-answer {
  max-height: 500px; /* Sufficient height to contain content */
  padding: 20px;
  background: #fffaf0; /* Light background for answers */
}

.faq-item.active .faq-toggle {
  transform: rotate(45deg);
  color: #8B0000; /* Secondary color when active */
}

.faq-answer p {
    margin: 0;
    color: #444;
    font-size: 1em;
}

/* Contact Section */
.page--g-live-betting__contact ul {
    list-style-type: none;
    padding: 0;
    text-align: center;
}

.page--g-live-betting__contact li {
    margin-bottom: 8px;
    font-size: 1.1em;
}

.page--g-live-betting__contact li strong {
    color: #8B0000;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .page--g-live-betting__hero-content h1 {
        font-size: 3em;
    }
    .page--g-live-betting__hero-content p {
        font-size: 1.2em;
    }
}

@media (max-width: 768px) {
    .page--g-live-betting__section {
        padding: 40px 0;
    }
    .page--g-live-betting h1 {
        font-size: 2.5em;
    }
    .page--g-live-betting h2 {
        font-size: 1.8em;
    }
    .page--g-live-betting h3 {
        font-size: 1.3em;
    }
    .page--g-live-betting p {
        font-size: 1em;
    }
    .page--g-live-betting__hero {
        padding: 40px 15px;
    }
    .page--g-live-betting__hero-content h1 {
        font-size: 2.5em;
    }
    .page--g-live-betting__hero-content p {
        font-size: 1em;
    }
    .page--g-live-betting__cta-button {
        padding: 12px 30px;
        font-size: 1em;
    }
    .page--g-live-betting__grid {
        grid-template-columns: 1fr;
    }
    .page--g-live-betting__card-img,
    .page--g-live-betting__promo-img {
        height: 180px;
    }
    .page--g-live-betting ul,
    .page--g-live-betting ol {
        margin-left: 15px;
    }
    .faq-question {
        padding: 12px 15px;
    }
    .faq-question h3 {
        font-size: 1.1em;
    }
    .faq-toggle {
        font-size: 20px;
    }
    .faq-answer {
        padding: 0 15px;
    }
    .faq-item.active .faq-answer {
        padding: 15px;
    }
}

@media (max-width: 480px) {
    .page--g-live-betting__hero-content h1 {
        font-size: 2em;
    }
    .page--g-live-betting__hero-content p {
        font-size: 0.9em;
    }
    .page--g-live-betting__cta-button {
        font-size: 0.9em;
        padding: 10px 25px;
    }
    .page--g-live-betting h2 {
        font-size: 1.6em;
    }
    .page--g-live-betting h3 {
        font-size: 1.2em;
    }
    .page--g-live-betting p {
        font-size: 0.95em;
    }
    .page--g-live-betting__card-img,
    .page--g-live-betting__promo-img {
        height: 150px;
    }
}