/* style/blog-choosing-pagcor-licensed-casinos.css */

/* Base styles for the page content, ensuring contrast with shared body background */
.page-blog-choosing-pagcor-licensed-casinos {
  background-color: var(--background-color, #0A0A0A);
  color: var(--text-main-color, #FFF6D6);
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
}

.page-blog-choosing-pagcor-licensed-casinos__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

/* Hero Section */
.page-blog-choosing-pagcor-licensed-casinos__hero-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px 20px 60px; /* Small top padding, more bottom padding */
  background: var(--background-color, #0A0A0A);
  overflow: hidden;
}

.page-blog-choosing-pagcor-licensed-casinos__hero-image-wrapper {
  width: 100%;
  max-width: 1600px;
  margin-bottom: 30px;
}

.page-blog-choosing-pagcor-licensed-casinos__hero-image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
  box-shadow: 0 0 20px var(--glow-color, #FFD36B);
}

.page-blog-chochoosing-pagcor-licensed-casinos__hero-content {
  text-align: center;
  max-width: 900px;
  margin-top: 20px;
  padding: 0 20px;
  z-index: 1; /* Ensure text is above any potential background elements */
}

.page-blog-choosing-pagcor-licensed-casinos__main-title {
  font-size: clamp(2.2rem, 4vw, 3.5rem);
  font-weight: 700;
  color: var(--text-main-color, #FFF6D6);
  margin-bottom: 20px;
  line-height: 1.2;
  text-shadow: 0 0 8px rgba(255, 211, 107, 0.6);
}

.page-blog-choosing-pagcor-licensed-casinos__hero-description {
  font-size: clamp(1rem, 1.5vw, 1.25rem);
  color: var(--text-main-color, #FFF6D6);
  margin-bottom: 30px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

/* Content Area */
.page-blog-choosing-pagcor-licensed-casinos__content-area {
  padding: 60px 0;
  background-color: var(--background-color, #0A0A0A);
  color: var(--text-main-color, #FFF6D6);
}

.page-blog-choosing-pagcor-licensed-casinos__section-title {
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  color: var(--primary-color, #F2C14E);
  margin-top: 40px;
  margin-bottom: 25px;
  text-align: center;
  font-weight: 600;
  text-shadow: 0 0 5px rgba(242, 193, 78, 0.4);
}

.page-blog-choosing-pagcor-licensed-casinos__sub-title {
  font-size: clamp(1.4rem, 2.5vw, 1.8rem);
  color: var(--secondary-color, #FFD36B);
  margin-top: 30px;
  margin-bottom: 15px;
  font-weight: 600;
}

.page-blog-choosing-pagcor-licensed-casinos p {
  margin-bottom: 20px;
  font-size: 1.05rem;
  line-height: 1.7;
  color: var(--text-main-color, #FFF6D6);
}

.page-blog-choosing-pagcor-licensed-casinos p a {
  color: var(--primary-color, #F2C14E);
  text-decoration: underline;
}

.page-blog-choosing-pagcor-licensed-casinos p a:hover {
  color: var(--secondary-color, #FFD36B);
}

.page-blog-choosing-pagcor-licensed-casinos__image-full-width {
  width: 100%;
  height: auto;
  display: block;
  margin: 40px auto;
  border-radius: 8px;
  box-shadow: 0 0 15px rgba(242, 193, 78, 0.3);
}

/* Game Categories Grid */
.page-blog-choosing-pagcor-licensed-casinos__game-categories {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  margin: 40px 0;
}

.page-blog-choosing-pagcor-licensed-casinos__category-card {
  background: var(--card-bg-color, #111111);
  border: 1px solid var(--border-color, #3A2A12);
  border-radius: 10px;
  padding: 25px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-blog-choosing-pagcor-licensed-casinos__category-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(242, 193, 78, 0.2);
}

.page-blog-choosing-pagcor-licensed-casinos__category-icon {
  width: 30px;
  height: 30px;
  margin-bottom: 15px;
  filter: drop-shadow(0 0 5px var(--glow-color, #FFD36B));
}

.page-blog-choosing-pagcor-licensed-casinos__category-title {
  font-size: 1.3rem;
  color: var(--primary-color, #F2C14E);
  margin-bottom: 10px;
}

.page-blog-choosing-pagcor-licensed-casinos__category-title a {
  color: var(--primary-color, #F2C14E);
  text-decoration: none;
}

.page-blog-choosing-pagcor-licensed-casinos__category-title a:hover {
  color: var(--secondary-color, #FFD36B);
  text-decoration: underline;
}

.page-blog-choosing-pagcor-licensed-casinos__category-card p {
  font-size: 0.95rem;
  color: var(--text-main-color, #FFF6D6);
}

/* Advantages List */
.page-blog-choosing-pagcor-licensed-casinos__advantages-list {
  list-style: none;
  padding: 0;
  margin: 30px 0;
}

.page-blog-choosing-pagcor-licensed-casinos__advantages-list li {
  background: var(--card-bg-color, #111111);
  border-left: 5px solid var(--primary-color, #F2C14E);
  padding: 15px 20px;
  margin-bottom: 10px;
  border-radius: 5px;
  font-size: 1.05rem;
  color: var(--text-main-color, #FFF6D6);
  box-shadow: 0 2px 10px rgba(0,0,0,0.2);
}

.page-blog-choosing-pagcor-licensed-casinos__advantages-list li strong {
  color: var(--secondary-color, #FFD36B);
}

/* Getting Started Grid */
.page-blog-choosing-pagcor-licensed-casinos__getting-started-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin: 40px 0;
}

/* Card styles for general content blocks */
.page-blog-choosing-pagcor-licensed-casinos__card {
  background: var(--card-bg-color, #111111);
  border: 1px solid var(--border-color, #3A2A12);
  border-radius: 10px;
  padding: 30px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.3);
  color: var(--text-main-color, #FFF6D6);
}

.page-blog-choosing-pagcor-licensed-casinos__card p {
  color: var(--text-main-color, #FFF6D6);
}

/* Buttons */
.page-blog-choosing-pagcor-licensed-casinos__btn-primary,
.page-blog-choosing-pagcor-licensed-casinos__btn-secondary {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: 700;
  font-size: 1rem;
  transition: all 0.3s ease;
  text-align: center;
  box-sizing: border-box;
}

.page-blog-choosing-pagcor-licensed-casinos__btn-primary {
  background: linear-gradient(180deg, #FFD86A 0%, #DDA11D 100%);
  color: #ffffff; /* White text for primary button */
  border: none;
  box-shadow: 0 4px 10px rgba(242, 193, 78, 0.4);
}

.page-blog-choosing-pagcor-licensed-casinos__btn-primary:hover {
  background: linear-gradient(180deg, #FFD36B 0%, #F2C14E 100%);
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(242, 193, 78, 0.6);
}

.page-blog-choosing-pagcor-licensed-casinos__btn-secondary {
  background: #ffffff;
  color: var(--primary-color, #F2C14E); /* Brand color text for secondary button */
  border: 2px solid var(--primary-color, #F2C14E);
  box-shadow: 0 4px 10px rgba(255, 255, 255, 0.1);
}

.page-blog-choosing-pagcor-licensed-casinos__btn-secondary:hover {
  background: var(--primary-color, #F2C14E);
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(242, 193, 78, 0.4);
}

.page-blog-choosing-pagcor-licensed-casinos__cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 40px;
  flex-wrap: wrap;
}

/* FAQ Section */
.page-blog-choosing-pagcor-licensed-casinos__faq-list {
  margin-top: 40px;
}

.page-blog-choosing-pagcor-licensed-casinos__faq-item {
  margin-bottom: 15px;
  background: var(--card-bg-color, #111111);
  border: 1px solid var(--border-color, #3A2A12);
  border-radius: 8px;
  overflow: hidden;
}

.page-blog-choosing-pagcor-licensed-casinos__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  font-size: 1.15rem;
  font-weight: 600;
  color: var(--primary-color, #F2C14E);
  cursor: pointer;
  background: var(--card-bg-color, #111111);
  transition: background-color 0.3s ease;
}

.page-blog-choosing-pagcor-licensed-casinos__faq-question:hover {
  background-color: rgba(242, 193, 78, 0.1);
}

.page-blog-choosing-pagcor-licensed-casinos__faq-toggle {
  font-size: 1.8rem;
  line-height: 1;
  transition: transform 0.3s ease;
  color: var(--secondary-color, #FFD36B);
}

.page-blog-choosing-pagcor-licensed-casinos__faq-item.active .page-blog-choosing-pagcor-licensed-casinos__faq-toggle {
  transform: rotate(45deg);
}

.page-blog-choosing-pagcor-licensed-casinos__faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 25px;
  transition: max-height 0.3s ease, padding 0.3s ease;
  font-size: 1.05rem;
  color: var(--text-main-color, #FFF6D6);
}

.page-blog-choosing-pagcor-licensed-casinos__faq-item.active .page-blog-choosing-pagcor-licensed-casinos__faq-answer {
  max-height: 1000px !important; /* Sufficiently large to show all content */
  padding: 15px 25px 25px !important;
}

.page-blog-choosing-pagcor-licensed-casinos__faq-answer p {
  margin-bottom: 0;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-blog-choosing-pagcor-licensed-casinos__hero-content {
    margin-top: 0;
  }
}

@media (max-width: 768px) {
  .page-blog-choosing-pagcor-licensed-casinos__hero-section {
    padding-bottom: 40px;
  }

  .page-blog-choosing-pagcor-licensed-casinos__main-title {
    font-size: 2rem;
  }

  .page-blog-choosing-pagcor-licensed-casinos__hero-description {
    font-size: 1rem;
  }

  .page-blog-choosing-pagcor-licensed-casinos__section-title {
    font-size: 1.6rem;
  }

  .page-blog-choosing-pagcor-licensed-casinos__sub-title {
    font-size: 1.2rem;
  }

  .page-blog-choosing-pagcor-licensed-casinos p {
    font-size: 15px;
  }

  .page-blog-choosing-pagcor-licensed-casinos__game-categories {
    grid-template-columns: 1fr;
  }

  .page-blog-choosing-pagcor-licensed-casinos__getting-started-grid {
    grid-template-columns: 1fr;
  }

  .page-blog-choosing-pagcor-licensed-casinos__cta-buttons {
    flex-direction: column;
    gap: 15px;
  }

  .page-blog-choosing-pagcor-licensed-casinos__btn-primary,
  .page-blog-choosing-pagcor-licensed-casinos__btn-secondary {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-blog-choosing-pagcor-licensed-casinos__cta-buttons,
  .page-blog-choosing-pagcor-licensed-casinos__button-group,
  .page-blog-choosing-pagcor-licensed-casinos__btn-container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    flex-wrap: wrap !important;
    gap: 10px;
  }

  .page-blog-choosing-pagcor-licensed-casinos img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }

  .page-blog-choosing-pagcor-licensed-casinos__section,
  .page-blog-choosing-pagcor-licensed-casinos__card,
  .page-blog-choosing-pagcor-licensed-casinos__container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }

  /* Small top padding for first content section after header */
  .page-blog-choosing-pagcor-licensed-casinos__hero-section {
    padding-top: 10px !important;
  }
}