.page-game-hall-cockfighting-rules-tips {
  font-family: 'Arial', sans-serif;
  color: #FFFFFF;
  background-color: #0A192F;
  line-height: 1.6;
}

.page-game-hall-cockfighting-rules-tips__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-game-hall-cockfighting-rules-tips__hero {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 500px;
  padding: 80px 0;
  text-align: center;
  overflow: hidden;
  background: linear-gradient(135deg, #0A192F 0%, #1a2a4b 100%);
}

.page-game-hall-cockfighting-rules-tips__hero-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0.3;
}

.page-game-hall-cockfighting-rules-tips__hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(50%) brightness(0.7);
}

.page-game-hall-cockfighting-rules-tips__hero-content {
  position: relative;
  z-index: 2;
  max-width: 800px;
  padding: 20px;
}

.page-game-hall-cockfighting-rules-tips__title {
  font-size: 3.5em;
  margin-bottom: 20px;
  color: #FFD700;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  font-weight: bold;
}

.page-game-hall-cockfighting-rules-tips__subtitle {
  font-size: 1.4em;
  margin-bottom: 30px;
  color: #E0E0E0;
}

.page-game-hall-cockfighting-rules-tips__btn {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
  font-size: 1.1em;
  cursor: pointer;
  border: none;
}

.page-game-hall-cockfighting-rules-tips__btn--primary {
  background-color: #FFD700;
  color: #0A192F;
}

.page-game-hall-cockfighting-rules-tips__btn--primary:hover {
  background-color: #e6c200;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

.page-game-hall-cockfighting-rules-tips__btn--secondary {
  background-color: transparent;
  color: #FFD700;
  border: 2px solid #FFD700;
  margin-left: 20px;
}

.page-game-hall-cockfighting-rules-tips__btn--secondary:hover {
  background-color: #FFD700;
  color: #0A192F;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

.page-game-hall-cockfighting-rules-tips__section {
  padding: 60px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.page-game-hall-cockfighting-rules-tips__section:last-of-type {
  border-bottom: none;
}

.page-game-hall-cockfighting-rules-tips__heading {
  font-size: 2.5em;
  color: #FFD700;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
}

.page-game-hall-cockfighting-rules-tips__heading::after {
  content: '';
  display: block;
  width: 80px;
  height: 4px;
  background-color: #FFD700;
  margin: 15px auto 0 auto;
  border-radius: 2px;
}

.page-game-hall-cockfighting-rules-tips__subheading {
  font-size: 1.8em;
  color: #FFD700;
  margin-top: 30px;
  margin-bottom: 20px;
  border-left: 5px solid #FFD700;
  padding-left: 15px;
}

.page-game-hall-cockfighting-rules-tips__text {
  font-size: 1.1em;
  color: #E0E0E0;
  margin-bottom: 15px;
}

.page-game-hall-cockfighting-rules-tips__list,
.page-game-hall-cockfighting-rules-tips__ordered-list {
  list-style-type: disc;
  margin-left: 25px;
  margin-bottom: 20px;
  color: #E0E0E0;
}

.page-game-hall-cockfighting-rules-tips__ordered-list {
  list-style-type: decimal;
}

.page-game-hall-cockfighting-rules-tips__list li,
.page-game-hall-cockfighting-rules-tips__ordered-list li {
  margin-bottom: 10px;
  font-size: 1.1em;
}

.page-game-hall-cockfighting-rules-tips__sublist {
  list-style-type: circle;
  margin-left: 20px;
  margin-top: 10px;
  color: #CCCCCC;
}

.page-game-hall-cockfighting-rules-tips__image {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 40px auto;
  border-radius: 10px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
  object-fit: cover;
}

.page-game-hall-cockfighting-rules-tips .highlight {
  color: #FFD700;
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-game-hall-cockfighting-rules-tips__title {
    font-size: 2.8em;
  }
  .page-game-hall-cockfighting-rules-tips__subtitle {
    font-size: 1.2em;
  }
  .page-game-hall-cockfighting-rules-tips__heading {
    font-size: 2em;
  }
  .page-game-hall-cockfighting-rules-tips__subheading {
    font-size: 1.5em;
  }
}

@media (max-width: 768px) {
  .page-game-hall-cockfighting-rules-tips__hero {
    min-height: 400px;
    padding: 60px 0;
  }
  .page-game-hall-cockfighting-rules-tips__title {
    font-size: 2.2em;
  }
  .page-game-hall-cockfighting-rules-tips__subtitle {
    font-size: 1em;
  }
  .page-game-hall-cockfighting-rules-tips__heading {
    font-size: 1.8em;
  }
  .page-game-hall-cockfighting-rules-tips__subheading {
    font-size: 1.3em;
  }
  .page-game-hall-cockfighting-rules-tips__btn {
    padding: 12px 25px;
    font-size: 1em;
  }
  .page-game-hall-cockfighting-rules-tips__btn--secondary {
    margin-left: 0;
    margin-top: 15px;
  }
  .page-game-hall-cockfighting-rules-tips__section {
    padding: 40px 0;
  }
  .page-game-hall-cockfighting-rules-tips__list,
  .page-game-hall-cockfighting-rules-tips__ordered-list {
    margin-left: 20px;
    font-size: 1em;
  }
  .page-game-hall-cockfighting-rules-tips__text {
    font-size: 1em;
  }
}

@media (max-width: 576px) {
  .page-game-hall-cockfighting-rules-tips__hero-content {
    padding: 15px;
  }
  .page-game-hall-cockfighting-rules-tips__title {
    font-size: 1.8em;
  }
  .page-game-hall-cockfighting-rules-tips__subtitle {
    font-size: 0.9em;
  }
  .page-game-hall-cockfighting-rules-tips__btn {
    display: block;
    width: 100%;
    margin-top: 10px;
    margin-left: 0;
  }
  .page-game-hall-cockfighting-rules-tips__heading {
    font-size: 1.5em;
  }
  .page-game-hall-cockfighting-rules-tips__subheading {
    font-size: 1.2em;
  }
  .page-game-hall-cockfighting-rules-tips__container {
    padding: 0 15px;
  }
}