.page-blog-types-of-casino-bonuses {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #F3F8FF; /* Text Main */
  background-color: var(--deep-navy); /* Body background from shared */
}

.page-blog-types-of-casino-bonuses__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 60px 20px;
  padding-top: 10px; /* Small top padding, header offset handled by body */
  overflow: hidden;
}

.page-blog-types-of-casino-bonuses__hero-container {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.page-blog-types-of-casino-bonuses__hero-image-wrapper {
  width: 100%;
  margin-bottom: 30px;
  border-radius: 8px;
  overflow: hidden;
}

.page-blog-types-of-casino-bonuses__hero-image {
  width: 100%;
  height: auto;
  max-width: 100%;
  display: block;
  object-fit: cover;
}

.page-blog-types-of-casino-bonuses__hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  width: 100%;
}

.page-blog-types-of-casino-bonuses__main-title {
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: #F3F8FF; /* Text Main */
  max-width: 900px;
  margin: 0 auto 20px auto;
  font-size: clamp(28px, 4vw, 48px); /* Responsive font size for H1 */
}

.page-blog-types-of-casino-bonuses__hero-description {
  font-size: 18px;
  max-width: 800px;
  margin: 0 auto 30px auto;
  color: #AFC4E8; /* Text Secondary */
}

.page-blog-types-of-casino-bonuses__cta-button {
  display: inline-block;
  padding: 15px 40px;
  background: linear-gradient(180deg, #2B73F6 0%, #1144A6 100%); /* Button color */
  color: #ffffff;
  text-decoration: none;
  border-radius: 5px;
  font-size: 18px;
  font-weight: bold;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-blog-types-of-casino-bonuses__cta-button:hover {
  opacity: 0.9;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.page-blog-types-of-casino-bonuses__content-section {
  padding: 60px 0;
}

.page-blog-types-of-casino-bonuses__container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.page-blog-types-of-casino-bonuses__article-content {
  background: #10233F; /* Card BG */
  padding: 40px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.page-blog-types-of-casino-bonuses__section-title {
  font-size: 32px;
  color: #F3F8FF; /* Text Main */
  margin-top: 40px;
  margin-bottom: 25px;
  font-weight: bold;
}

.page-blog-types-of-casino-bonuses__sub-title {
  font-size: 24px;
  color: #F3F8FF; /* Text Main */
  margin-top: 30px;
  margin-bottom: 15px;
}

.page-blog-types-of-casino-bonuses__article-content p {
  font-size: 17px;
  margin-bottom: 20px;
  color: #AFC4E8; /* Text Secondary */
}

.page-blog-types-of-casino-bonuses__list {
  list-style-type: disc;
  margin-left: 20px;
  margin-bottom: 20px;
  color: #AFC4E8; /* Text Secondary */
}

.page-blog-types-of-casino-bonuses__list li {
  margin-bottom: 10px;
  font-size: 17px;
}

.page-blog-types-of-casino-bonuses__image-container {
  margin: 30px 0;
  text-align: center;
  border-radius: 8px;
  overflow: hidden;
}

.page-blog-types-of-casino-bonuses__article-image {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  border-radius: 8px;
}

.page-blog-types-of-casino-bonuses__faq-list {
  margin-top: 30px;
}

details.page-blog-types-of-casino-bonuses__faq-item {
  margin-bottom: 15px;
  border-radius: 5px;
  border: 1px solid #244D84; /* Border color */
  overflow: hidden;
  background: #10233F; /* Card BG */
}

details.page-blog-types-of-casino-bonuses__faq-item summary.page-blog-types-of-casino-bonuses__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 20px;
  cursor: pointer;
  user-select: none;
  list-style: none;
  transition: background-color 0.3s ease;
  color: #F3F8FF; /* Text Main */
}

details.page-blog-types-of-casino-bonuses__faq-item summary.page-blog-types-of-casino-bonuses__faq-question::-webkit-details-marker {
  display: none;
}

details.page-blog-types-of-casino-bonuses__faq-item summary.page-blog-types-of-casino-bonuses__faq-question:hover {
  background: rgba(43, 115, 246, 0.1); /* Lighter version of button color */
}

.page-blog-types-of-casino-bonuses__faq-qtext {
  flex: 1;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  text-align: left;
}

.page-blog-types-of-casino-bonuses__faq-toggle {
  font-size: 24px;
  font-weight: bold;
  color: #F2C14E; /* Gold */
  flex-shrink: 0;
  margin-left: 15px;
  width: 28px;
  text-align: center;
}

details.page-blog-types-of-casino-bonuses__faq-item .page-blog-types-of-casino-bonuses__faq-answer {
  padding: 0 20px 20px;
  background: #08162B; /* Deep Navy */
  border-radius: 0 0 5px 5px;
  color: #AFC4E8; /* Text Secondary */
  font-size: 16px;
}

.page-blog-types-of-casino-bonuses__cta-banner {
    position: relative;
    margin-top: 60px;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 300px;
}

.page-blog-types-of-casino-bonuses__cta-banner-image {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.page-blog-types-of-casino-bonuses__cta-banner-content {
    position: relative;
    z-index: 2;
    text-align: center;
    padding: 30px;
    background: rgba(8, 22, 43, 0.7); /* Deep Navy with transparency */
    border-radius: 8px;
    max-width: 700px;
}

.page-blog-types-of-casino-bonuses__cta-banner-title {
    font-size: 36px;
    color: #F3F8FF; /* Text Main */
    margin-bottom: 15px;
}

.page-blog-types-of-casino-bonuses__cta-banner-text {
    font-size: 18px;
    color: #AFC4E8; /* Text Secondary */
    margin-bottom: 30px;
}

.page-blog-types-of-casino-bonuses__cta-banner-btn {
    margin-top: 0;
}

.page-blog-types-of-casino-bonuses__related-posts {
  margin-top: 80px;
  padding-top: 40px;
  border-top: 1px solid #1B3357; /* Divider */
}

.page-blog-types-of-casino-bonuses__post-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 30px;
}

.page-blog-types-of-casino-bonuses__post-card {
  display: block;
  background: #10233F; /* Card BG */
  border-radius: 10px;
  overflow: hidden;
  text-decoration: none;
  color: #F3F8FF; /* Text Main */
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-blog-types-of-casino-bonuses__post-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

.page-blog-types-of-casino-bonuses__post-card-image-wrapper {
  width: 100%;
  height: 200px;
  overflow: hidden;
}

.page-blog-types-of-casino-bonuses__post-card-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.page-blog-types-of-casino-bonuses__post-card:hover .page-blog-types-of-casino-bonuses__post-card-image {
  transform: scale(1.05);
}

.page-blog-types-of-casino-bonuses__post-card-title {
  font-size: 20px;
  padding: 15px 20px 10px;
  color: #F3F8FF; /* Text Main */
}

.page-blog-types-of-casino-bonuses__post-card-excerpt {
  font-size: 15px;
  color: #AFC4E8; /* Text Secondary */
  padding: 0 20px;
  margin-bottom: 15px;
}

.page-blog-types-of-casino-bonuses__post-card-date {
  display: block;
  font-size: 14px;
  color: #AFC4E8; /* Text Secondary */
  padding: 0 20px 20px;
  text-align: right;
}

.page-blog-types-of-casino-bonuses .highlight {
    color: #F2C14E; /* Gold */
    font-weight: bold;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-blog-types-of-casino-bonuses__main-title {
    font-size: clamp(24px, 5vw, 42px);
  }
  .page-blog-types-of-casino-bonuses__hero-description {
    font-size: 17px;
  }
  .page-blog-types-of-casino-bonuses__section-title {
    font-size: 28px;
  }
  .page-blog-types-of-casino-bonuses__sub-title {
    font-size: 22px;
  }
}

@media (max-width: 768px) {
  .page-blog-types-of-casino-bonuses__hero-section {
    padding-top: 10px !important;
    padding-bottom: 40px;
    padding-left: 15px;
    padding-right: 15px;
  }
  
  .page-blog-types-of-casino-bonuses__hero-image-wrapper {
    margin-bottom: 20px;
  }

  .page-blog-types-of-casino-bonuses__hero-image img {
    border-radius: 4px;
  }
  
  .page-blog-types-of-casino-bonuses__main-title {
    font-size: clamp(22px, 6vw, 36px);
    margin-bottom: 15px;
  }
  
  .page-blog-types-of-casino-bonuses__hero-description {
    font-size: 16px;
    margin-bottom: 25px;
  }
  
  .page-blog-types-of-casino-bonuses__cta-button {
    padding: 12px 30px;
    font-size: 16px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
  }

  .page-blog-types-of-casino-bonuses__container {
    padding: 0 15px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  .page-blog-types-of-casino-bonuses__article-content {
    padding: 25px;
  }

  .page-blog-types-of-casino-bonuses__section-title {
    font-size: 24px;
    margin-top: 30px;
    margin-bottom: 20px;
  }

  .page-blog-types-of-casino-bonuses__sub-title {
    font-size: 20px;
    margin-top: 25px;
    margin-bottom: 10px;
  }

  .page-blog-types-of-casino-bonuses__article-content p,
  .page-blog-types-of-casino-bonuses__list li {
    font-size: 15px;
  }

  .page-blog-types-of-casino-bonuses img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }

  details.page-blog-types-of-casino-bonuses__faq-item summary.page-blog-types-of-casino-bonuses__faq-question { padding: 15px; }
  .page-blog-types-of-casino-bonuses__faq-qtext { font-size: 15px; }
  details.page-blog-types-of-casino-bonuses__faq-item .page-blog-types-of-casino-bonuses__faq-answer { padding: 0 15px 15px; }

  .page-blog-types-of-casino-bonuses__cta-banner-title {
      font-size: 28px;
  }

  .page-blog-types-of-casino-bonuses__cta-banner-text {
      font-size: 16px;
  }

  .page-blog-types-of-casino-bonuses__cta-banner-content {
      padding: 20px;
  }

  .page-blog-types-of-casino-bonuses__post-grid {
    grid-template-columns: 1fr;
  }

  .page-blog-types-of-casino-bonuses__post-card-image-wrapper {
    height: 180px;
  }
}

@media (max-width: 480px) {
  .page-blog-types-of-casino-bonuses__article-content {
    padding: 20px;
  }
  .page-blog-types-of-casino-bonuses__cta-banner-title {
      font-size: 24px;
  }
  .page-blog-types-of-casino-bonuses__cta-banner-text {
      font-size: 14px;
  }
}