.page-resources-lottery-betting-tips {
  font-family: 'Arial', sans-serif;
  color: #333333;
  line-height: 1.6;
  background-color: #f8f8f8;
}

.page-resources-lottery-betting-tips-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-resources-lottery-betting-tips-section {
  padding: 60px 0;
  border-bottom: 1px solid #eeeeee;
}

.page-resources-lottery-betting-tips-section:last-of-type {
  border-bottom: none;
}

.page-resources-lottery-betting-tips-hero {
  background-color: #ffffff;
  padding: 40px 0;
  text-align: center;
}

.page-resources-lottery-betting-tips-hero-image {
  width: 100%;
  max-width: 800px;
  height: auto;
  border-radius: 8px;
  margin-bottom: 30px;
  object-fit: cover;
}

.page-resources-lottery-betting-tips-hero h1 {
  color: #CC0000;
  font-size: 2.8em;
  margin-bottom: 20px;
  text-shadow: 1px 1px 2px rgba(0,0,0,0.1);
}

.page-resources-lottery-betting-tips-hero p {
  font-size: 1.1em;
  margin-bottom: 25px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.page-resources-lottery-betting-tips h2 {
  color: #CC0000;
  font-size: 2.2em;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
}

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

.page-resources-lottery-betting-tips h3 {
  color: #CC0000;
  font-size: 1.6em;
  margin-top: 30px;
  margin-bottom: 15px;
}

.page-resources-lottery-betting-tips-cta-button {
  display: inline-block;
  background-color: #CC0000;
  color: #ffffff;
  padding: 15px 35px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, transform 0.3s ease;
  margin-top: 20px;
}

.page-resources-lottery-betting-tips-cta-button:hover {
  background-color: #FFD700;
  color: #333333;
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.page-resources-lottery-betting-tips-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 30px;
}

.page-resources-lottery-betting-tips-card {
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  padding: 30px;
  transition: transform 0.3s ease;
}

.page-resources-lottery-betting-tips-card:hover {
  transform: translateY(-5px);
}

.page-resources-lottery-betting-tips-card h3 {
  color: #CC0000;
  margin-top: 0;
  margin-bottom: 15px;
}

.page-resources-lottery-betting-tips-card ul {
  list-style-type: disc;
  margin-left: 20px;
  padding: 0;
}

.page-resources-lottery-betting-tips-card li {
  margin-bottom: 8px;
}

.page-resources-lottery-betting-tips-strategy-item {
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  padding: 30px;
  margin-bottom: 30px;
}

.page-resources-lottery-betting-tips-strategy-item:last-of-type {
  margin-bottom: 0;
}

.page-resources-lottery-betting-tips-strategy-image {
  width: 100%;
  max-width: 600px;
  height: auto;
  border-radius: 8px;
  margin: 20px auto;
  display: block;
  object-fit: cover;
}

.page-resources-lottery-betting-tips-image-full {
  width: 100%;
  height: auto;
  max-height: 400px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 30px;
}

.page-resources-lottery-betting-tips-image-right {
  width: 100%;
  max-width: 500px;
  float: right;
  margin-left: 30px;
  margin-bottom: 20px;
  border-radius: 8px;
  object-fit: cover;
}

.page-resources-lottery-betting-tips-psychology ul {
  list-style-type: decimal;
  margin-left: 20px;
  padding: 0;
}

.page-resources-lottery-betting-tips-benefits ul {
  list-style-type: circle;
  margin-left: 20px;
  padding: 0;
}

.page-resources-lottery-betting-tips-faq-list {
  margin-top: 30px;
}

/* FAQ default state - answer hidden */
.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
  padding: 0 15px;
  background-color: #f9f9f9;
  border-radius: 0 0 5px 5px;
}

/* FAQ expanded state */
.faq-item.active .faq-answer {
  max-height: 500px; /* Sufficient height to contain content */
  padding: 15px;
  border-top: 1px solid #e0e0e0;
}

.faq-item.active .faq-toggle {
  transform: rotate(45deg);
  transition: transform 0.3s ease;
}

/* Question style */
.faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  margin-bottom: 10px;
}

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

.faq-question h3 {
  margin: 0;
  color: #333333;
  font-size: 1.1em;
}

/* Toggle icon */
.faq-toggle {
  font-size: 20px;
  font-weight: bold;
  transition: transform 0.3s ease;
  color: #CC0000;
}

.page-resources-lottery-betting-tips-link {
  color: #CC0000;
  text-decoration: none;
  font-weight: bold;
}

.page-resources-lottery-betting-tips-link:hover {
  text-decoration: underline;
  color: #FFD700;
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-resources-lottery-betting-tips-hero h1 {
    font-size: 2.2em;
  }
  .page-resources-lottery-betting-tips h2 {
    font-size: 1.8em;
  }
  .page-resources-lottery-betting-tips h3 {
    font-size: 1.4em;
  }
  .page-resources-lottery-betting-tips-image-right {
    float: none;
    margin: 20px auto;
    width: 80%;
  }
}

@media (max-width: 768px) {
  .page-resources-lottery-betting-tips-section {
    padding: 40px 0;
  }
  .page-resources-lottery-betting-tips-hero h1 {
    font-size: 1.8em;
  }
  .page-resources-lottery-betting-tips h2 {
    font-size: 1.6em;
  }
  .page-resources-lottery-betting-tips h3 {
    font-size: 1.2em;
  }
  .page-resources-lottery-betting-tips-cta-button {
    padding: 12px 25px;
    font-size: 1em;
  }
  .page-resources-lottery-betting-tips-grid {
    grid-template-columns: 1fr;
  }
  .faq-question {
    padding: 12px;
  }
  .faq-question h3 {
    font-size: 1em;
  }
  .faq-toggle {
    font-size: 18px;
  }
}

@media (max-width: 480px) {
  .page-resources-lottery-betting-tips-hero h1 {
    font-size: 1.5em;
  }
  .page-resources-lottery-betting-tips h2 {
    font-size: 1.4em;
  }
  .page-resources-lottery-betting-tips h3 {
    font-size: 1.1em;
  }
  .page-resources-lottery-betting-tips-hero p {
    font-size: 0.95em;
  }
}