/* style/resources-123b-online-gambling-strategy.css */

:root {
  --primary-color: #FF0000; /* Đỏ */
  --secondary-color: #FFA500; /* Cam */
  --text-dark: #333333;
  --text-light: #ffffff;
  --background-light: #f8f8f8;
  --background-dark: #222222;
  --border-color: #e0e0e0;
}

.page-resources-123b-online-gambling-strategy {
  font-family: 'Arial', sans-serif;
  color: var(--text-dark);
  line-height: 1.6;
  background-color: var(--background-light);
}

.page-resources-123b-online-gambling-strategy__section {
  padding: 60px 0;
  margin-bottom: 20px;
}

.page-resources-123b-online-gambling-strategy__section:nth-of-type(odd) {
  background-color: #ffffff;
}

.page-resources-123b-online-gambling-strategy__section:nth-of-type(even) {
  background-color: var(--background-light);
}

.page-resources-123b-online-gambling-strategy__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-resources-123b-online-gambling-strategy h1,
.page-resources-123b-online-gambling-strategy h2,
.page-resources-123b-online-gambling-strategy h3 {
  color: var(--primary-color);
  text-align: center;
  margin-bottom: 30px;
  line-height: 1.2;
}

.page-resources-123b-online-gambling-strategy h1 {
  font-size: 3.2em;
  color: var(--text-light);
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
}

.page-resources-123b-online-gambling-strategy h2 {
  font-size: 2.5em;
  color: var(--primary-color);
  position: relative;
  padding-bottom: 15px;
}

.page-resources-123b-online-gambling-strategy h2::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: var(--secondary-color);
  border-radius: 2px;
}

.page-resources-123b-online-gambling-strategy h3 {
  font-size: 1.8em;
  color: var(--text-dark);
  margin-top: 40px;
  margin-bottom: 20px;
  text-align: left;
}

.page-resources-123b-online-gambling-strategy p {
  margin-bottom: 15px;
  font-size: 1.1em;
}

.page-resources-123b-online-gambling-strategy a {
  color: var(--primary-color);
  text-decoration: none;
  transition: color 0.3s ease;
}

.page-resources-123b-online-gambling-strategy a:hover {
  color: var(--secondary-color);
  text-decoration: underline;
}

.page-resources-123b-online-gambling-strategy__link-button,
.page-resources-123b-online-gambling-strategy__cta-button {
  display: inline-block;
  padding: 15px 30px;
  background: var(--primary-color);
  color: var(--text-light);
  text-decoration: none;
  border-radius: 5px;
  font-size: 1.1em;
  font-weight: bold;
  margin-top: 20px;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
  text-align: center;
}

.page-resources-123b-online-gambling-strategy__link-button:hover,
.page-resources-123b-online-gambling-strategy__cta-button:hover {
  background: var(--secondary-color);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

/* Hero Section */
.page-resources-123b-online-gambling-strategy__hero-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 80px 20px;
  background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
  color: var(--text-light);
}

.page-resources-123b-online-gambling-strategy__hero-container {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.page-resources-123b-online-gambling-strategy__hero-image {
  width: 100%;
  margin-bottom: 30px;
}

.page-resources-123b-online-gambling-strategy__hero-image img {
  width: 100%;
  height: auto;
  max-width: 100%;
  display: block;
  border-radius: 8px;
  object-fit: cover;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
}

.page-resources-123b-online-gambling-strategy__hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  width: 100%;
}

.page-resources-123b-online-gambling-strategy__hero-content h1 {
  margin-bottom: 20px;
}

.page-resources-123b-online-gambling-strategy__hero-content p {
  font-size: 1.3em;
  margin-bottom: 30px;
  color: var(--text-light);
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

/* Content Blocks */
.page-resources-123b-online-gambling-strategy__content-block {
  margin-bottom: 40px;
  padding: 20px;
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.page-resources-123b-online-gambling-strategy__content-block h3 {
  color: var(--primary-color);
  margin-top: 0;
  margin-bottom: 15px;
}

.page-resources-123b-online-gambling-strategy__image--full-width {
  width: 100%;
  height: auto;
  border-radius: 8px;
  margin: 20px 0;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.page-resources-123b-online-gambling-strategy__image--small-centered {
  display: block;
  margin: 20px auto;
  max-width: 600px;
  width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

/* Lists */
.page-resources-123b-online-gambling-strategy__unordered-list,
.page-resources-123b-online-gambling-strategy__numbered-list {
  list-style-type: disc;
  margin-left: 25px;
  margin-bottom: 20px;
}

.page-resources-123b-online-gambling-strategy__numbered-list {
  list-style-type: decimal;
}

.page-resources-123b-online-gambling-strategy__unordered-list li,
.page-resources-123b-online-gambling-strategy__numbered-list li {
  margin-bottom: 10px;
  font-size: 1.05em;
}

/* Game Cards */
.page-resources-123b-online-gambling-strategy__game-card {
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
  overflow: hidden;
}

.page-resources-123b-online-gambling-strategy__game-image {
  width: 100%;
  height: 250px;
  object-fit: cover;
}

.page-resources-123b-online-gambling-strategy__game-content {
  padding: 25px;
}

.page-resources-123b-online-gambling-strategy__game-content h3 {
  color: var(--primary-color);
  margin-top: 0;
  margin-bottom: 15px;
  text-align: left;
}

/* Promotion Cards */
.page-resources-123b-online-gambling-strategy__promotions .page-resources-123b-online-gambling-strategy__container p {
  text-align: center;
  margin-bottom: 40px;
}

.page-resources-123b-online-gambling-strategy__promo-card {
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
  overflow: hidden;
}

.page-resources-123b-online-gambling-strategy__promo-image {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.page-resources-123b-online-gambling-strategy__promo-content {
  padding: 25px;
}

.page-resources-123b-online-gambling-strategy__promo-content h3 {
  color: var(--primary-color);
  margin-top: 0;
  margin-bottom: 15px;
  text-align: left;
}

/* FAQ Section */
.page-resources-123b-online-gambling-strategy__faq-list {
  margin-top: 30px;
}

.faq-item {
  margin-bottom: 15px;
  border: 1px solid var(--border-color);
  border-radius: 8px;
  overflow: hidden;
  background-color: #ffffff;
}

.faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  background: #fff;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.faq-question:hover {
  background: #f5f5f5;
}

.faq-question h3 {
  margin: 0;
  font-size: 1.2em;
  color: var(--text-dark);
  text-align: left;
}

.faq-toggle {
  font-size: 24px;
  font-weight: bold;
  color: var(--primary-color);
  transition: transform 0.3s ease;
  margin-left: 15px;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
  padding: 0 25px;
  background: var(--background-light);
  color: var(--text-dark);
}

.faq-item.active .faq-answer {
  max-height: 500px; /* Đủ cao để chứa nội dung */
  padding: 15px 25px;
  border-top: 1px solid var(--border-color);
}

.faq-item.active .faq-toggle {
  transform: rotate(45deg);
  color: var(--secondary-color);
}

/* Conclusion Section */
.page-resources-123b-online-gambling-strategy__conclusion {
  text-align: center;
  padding-bottom: 80px;
}

.page-resources-123b-online-gambling-strategy__conclusion p {
  font-size: 1.15em;
  margin-bottom: 25px;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-resources-123b-online-gambling-strategy h1 {
    font-size: 2.8em;
  }
  .page-resources-123b-online-gambling-strategy h2 {
    font-size: 2.2em;
  }
  .page-resources-123b-online-gambling-strategy h3 {
    font-size: 1.6em;
  }
  .page-resources-123b-online-gambling-strategy__section {
    padding: 50px 0;
  }
}

@media (max-width: 768px) {
  .page-resources-123b-online-gambling-strategy h1 {
    font-size: 2.2em;
  }
  .page-resources-123b-online-gambling-strategy h2 {
    font-size: 1.8em;
  }
  .page-resources-123b-online-gambling-strategy h3 {
    font-size: 1.4em;
    text-align: center;
  }
  .page-resources-123b-online-gambling-strategy p {
    font-size: 1em;
  }
  .page-resources-123b-online-gambling-strategy__hero-section {
    padding: 60px 15px;
  }
  .page-resources-123b-online-gambling-strategy__hero-content p {
    font-size: 1.1em;
  }
  .page-resources-123b-online-gambling-strategy__link-button,
  .page-resources-123b-online-gambling-strategy__cta-button {
    padding: 12px 25px;
    font-size: 1em;
  }
  .page-resources-123b-online-gambling-strategy__game-card,
  .page-resources-123b-online-gambling-strategy__promo-card {
    flex-direction: column;
  }
  .page-resources-123b-online-gambling-strategy__game-content,
  .page-resources-123b-online-gambling-strategy__promo-content {
    padding: 20px;
  }
  .page-resources-123b-online-gambling-strategy__game-content h3,
  .page-resources-123b-online-gambling-strategy__promo-content h3 {
    text-align: center;
  }
  .faq-question {
    padding: 15px 20px;
  }
  .faq-question h3 {
    font-size: 1.1em;
  }
  .faq-toggle {
    font-size: 20px;
  }
  .faq-answer {
    padding: 0 20px;
  }
  .faq-item.active .faq-answer {
    padding: 15px 20px;
  }
}

@media (max-width: 480px) {
  .page-resources-123b-online-gambling-strategy h1 {
    font-size: 1.8em;
  }
  .page-resources-123b-online-gambling-strategy h2 {
    font-size: 1.6em;
  }
  .page-resources-123b-online-gambling-strategy h3 {
    font-size: 1.2em;
  }
  .page-resources-123b-online-gambling-strategy__hero-content p {
    font-size: 1em;
  }
  .page-resources-123b-online-gambling-strategy__link-button,
  .page-resources-123b-online-gambling-strategy__cta-button {
    padding: 10px 20px;
    font-size: 0.9em;
  }
  .page-resources-123b-online-gambling-strategy__game-image,
  .page-resources-123b-online-gambling-strategy__promo-image {
    height: 180px;
  }
  .faq-question h3 {
    font-size: 1em;
  }
}