/* style/sports-betting-rules.css */
.page-sports-betting-rules {
  font-family: 'Arial', sans-serif;
  color: #333;
  line-height: 1.6;
  background-color: #f8f8f8;
}

.page-sports-betting-rules__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-sports-betting-rules__hero-section {
  background: linear-gradient(135deg, #0A2342, #1A406D);
  color: #fff;
  padding: 80px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-sports-betting-rules__hero-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('[GALLERY:bg:abstract,sports,pattern,dark]') no-repeat center center/cover;
  opacity: 0.1;
  z-index: 0;
}

.page-sports-betting-rules__main-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  color: #FFD700;
  position: relative;
  z-index: 1;
  text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}

.page-sports-betting-rules__intro-text {
  font-size: 1.2em;
  margin-bottom: 30px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
}

.page-sports-betting-rules__section {
  padding: 60px 0;
  border-bottom: 1px solid #eee;
}

.page-sports-betting-rules__section:last-of-type {
  border-bottom: none;
}

.page-sports-betting-rules__section--dark-bg {
  background-color: #0A2342;
  color: #fff;
}

.page-sports-betting-rules__section-title {
  font-size: 2.5em;
  color: #0A2342;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
}

.page-sports-betting-rules__section-title--light {
  color: #FFD700;
}

.page-sports-betting-rules__section-title::after {
  content: '';
  display: block;
  width: 80px;
  height: 4px;
  background-color: #FFD700;
  margin: 15px auto 0;
  border-radius: 2px;
}

.page-sports-betting-rules__section-title--light::after {
  background-color: #FFD700;
}

.page-sports-betting-rules__sub-title {
  font-size: 1.8em;
  color: #0A2342;
  margin-top: 30px;
  margin-bottom: 15px;
  border-left: 5px solid #FFD700;
  padding-left: 15px;
}

.page-sports-betting-rules__sub-title--light {
  color: #FFD700;
  border-left-color: #fff;
}

.page-sports-betting-rules__paragraph--light {
  color: #e0e0e0;
}

.page-sports-betting-rules__list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 20px;
}

.page-sports-betting-rules__list li {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="%23FFD700"><path d="M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z"/></svg>') no-repeat left 8px;
  background-size: 18px 18px;
  padding-left: 30px;
  margin-bottom: 10px;
  color: #444;
}

.page-sports-betting-rules__list--light li {
  color: #e0e0e0;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="%23FFD700"><path d="M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z"/></svg>') no-repeat left 8px;
  background-size: 18px 18px;
}

.page-sports-betting-rules__nested-list {
  list-style: none;
  padding-left: 20px;
  margin-top: 5px;
}

.page-sports-betting-rules__nested-list li {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="15" height="15" viewBox="0 0 24 24" fill="%23FFD700"><circle cx="12" cy="12" r="8"/></svg>') no-repeat left 6px;
  background-size: 12px 12px;
  padding-left: 25px;
  margin-bottom: 5px;
  color: #555;
}

.page-sports-betting-rules__nested-list--light li {
  color: #ccc;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="15" height="15" viewBox="0 0 24 24" fill="%23FFD700"><circle cx="12" cy="12" r="8"/></svg>') no-repeat left 6px;
  background-size: 12px 12px;
}

.page-sports-betting-rules__list-item-title {
  color: #0A2342;
  font-weight: bold;
}

.page-sports-betting-rules__list-item-title--light {
  color: #FFD700;
}

.page-sports-betting-rules__highlight-text {
  color: #0A2342;
  font-weight: bold;
}

.page-sports-betting-rules__section--dark-bg .page-sports-betting-rules__highlight-text {
  color: #FFD700;
}

.page-sports-betting-rules__image {
  max-width: 100%;
  height: auto;
  margin: 30px 0;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.page-sports-betting-rules__image--center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.page-sports-betting-rules__image--right {
  float: right;
  margin-left: 20px;
  max-width: 40%;
  shape-outside: circle(50%);
  shape-margin: 10px;
}

.page-sports-betting-rules__image--left {
  float: left;
  margin-right: 20px;
  max-width: 40%;
  shape-outside: circle(50%);
  shape-margin: 10px;
}

.page-sports-betting-rules__image--full-width {
  width: 100%;
  margin-top: 0;
  margin-bottom: 40px;
  box-shadow: none;
  border-radius: 0;
}

.page-sports-betting-rules__button-group {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 20px;
}

.page-sports-betting-rules__button {
  display: inline-block;
  padding: 15px 30px;
  font-size: 1.1em;
  font-weight: bold;
  text-decoration: none;
  border-radius: 5px;
  transition: all 0.3s ease;
  cursor: pointer;
  margin: 10px;
  border: none;
}

.page-sports-betting-rules__button--primary {
  background-color: #FFD700;
  color: #0A2342;
}

.page-sports-betting-rules__button--primary:hover {
  background-color: #E6C200;
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}

.page-sports-betting-rules__button--secondary {
  background-color: #0A2342;
  color: #FFD700;
  border: 2px solid #FFD700;
}

.page-sports-betting-rules__button--secondary:hover {
  background-color: #1A406D;
  color: #fff;
  border-color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}

.page-sports-betting-rules__cta-section {
  background: linear-gradient(135deg, #FFD700, #E6C200);
  color: #0A2342;
  padding: 80px 0;
  text-align: center;
}

.page-sports-betting-rules__cta-section .page-sports-betting-rules__section-title {
  color: #0A2342;
}

.page-sports-betting-rules__cta-section .page-sports-betting-rules__section-title::after {
  background-color: #0A2342;
}

.page-sports-betting-rules__cta-section .page-sports-betting-rules__paragraph--light {
  color: #333;
}

.page-sports-betting-rules__cta-section .page-sports-betting-rules__highlight-text {
  color: #0A2342;
}

/* Responsive Design */
@media (max-width: 768px) {
  .page-sports-betting-rules__main-title {
    font-size: 2.5em;
  }

  .page-sports-betting-rules__section-title {
    font-size: 2em;
  }

  .page-sports-betting-rules__sub-title {
    font-size: 1.5em;
  }

  .page-sports-betting-rules__image--right,
  .page-sports-betting-rules__image--left {
    float: none;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }

  .page-sports-betting-rules__list li,
  .page-sports-betting-rules__nested-list li {
    padding-left: 25px;
    background-position: left 5px;
  }

  .page-sports-betting-rules__button {
    display: block;
    margin: 10px auto;
    width: 80%;
  }
}

@media (max-width: 480px) {
  .page-sports-betting-rules__main-title {
    font-size: 2em;
  }

  .page-sports-betting-rules__intro-text {
    font-size: 1em;
  }

  .page-sports-betting-rules__section-title {
    font-size: 1.8em;
  }

  .page-sports-betting-rules__sub-title {
    font-size: 1.3em;
  }

  .page-sports-betting-rules__button {
    width: 90%;
    padding: 12px 20px;
  }
}