/* style/blog-zb368-casino-promotions-2024.css */

/* --- Base Styles --- */
.page-blog-zb368-casino-promotions-2024 {
  font-family: Arial, sans-serif;
  color: #F2FFF6; /* Text Main */
  background-color: #08160F; /* Background */
  line-height: 1.6;
  padding-bottom: 40px; /* Add some padding at the bottom for overall page */
}

.page-blog-zb368-casino-promotions-2024__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

/* --- Hero Section --- */
.page-blog-zb368-casino-promotions-2024__hero-section {
  position: relative;
  display: flex;
  flex-direction: column; /* Image above text */
  align-items: center;
  text-align: center;
  padding: 10px 0 40px; /* Small top padding, no var(--header-offset) */
  background-color: #08160F; /* Background */
}

.page-blog-zb368-casino-promotions-2024__hero-image-wrapper {
    width: 100%;
    max-width: 1200px; /* Constrain image to container width */
    margin-bottom: 30px;
    overflow: hidden; /* Ensure image doesn't overflow */
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(87, 227, 141, 0.2); /* Glow */
}

.page-blog-zb368-casino-promotions-2024__hero-image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
}

.page-blog-zb368-casino-promotions-2024__hero-content {
  max-width: 900px;
  padding: 0 20px;
}

.page-blog-zb368-casino-promotions-2024__main-title {
  font-size: clamp(2.2rem, 4vw, 3.5rem); /* Use clamp for H1 */
  font-weight: 700;
  color: #F2FFF6; /* Text Main */
  margin-bottom: 20px;
  line-height: 1.2;
  text-shadow: 0 0 10px rgba(87, 227, 141, 0.5); /* Subtle glow effect */
}

.page-blog-zb368-casino-promotions-2024__subtitle {
  font-size: 1.15rem;
  color: #A7D9B8; /* Text Secondary */
  margin-bottom: 30px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

/* --- CTA Buttons --- */
.page-blog-zb368-casino-promotions-2024__cta-buttons {
  display: flex;
  flex-wrap: wrap; /* Allow wrapping on smaller screens */
  justify-content: center;
  gap: 20px;
  margin-top: 30px;
}

.page-blog-zb368-casino-promotions-2024__btn-primary,
.page-blog-zb368-casino-promotions-2024__btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 700;
  font-size: 1rem;
  transition: all 0.3s ease;
  min-width: 180px;
  text-align: center;
  box-sizing: border-box; /* Ensure padding doesn't increase width beyond max-width */
  white-space: normal; /* Allow text wrapping */
  word-wrap: break-word; /* Break long words */
}

.page-blog-zb368-casino-promotions-2024__btn-primary {
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%); /* Button color */
  color: #F2FFF6; /* Text Main */
  border: 2px solid #2AD16F;
  box-shadow: 0 4px 15px rgba(42, 209, 111, 0.4);
}

.page-blog-zb368-casino-promotions-2024__btn-primary:hover {
  background: linear-gradient(180deg, #13994A 0%, #2AD16F 100%);
  box-shadow: 0 6px 20px rgba(42, 209, 111, 0.6);
  transform: translateY(-2px);
}

.page-blog-zb368-casino-promotions-2024__btn-secondary {
  background-color: transparent;
  color: #2AD16F; /* Button color for text */
  border: 2px solid #2AD16F; /* Border color */
}

.page-blog-zb368-casino-promotions-2024__btn-secondary:hover {
  background-color: rgba(42, 209, 111, 0.1);
  color: #F2FFF6; /* Text Main */
  transform: translateY(-2px);
}

/* --- General Section Styling --- */
.page-blog-zb368-casino-promotions-2024__section {
  padding: 60px 0;
  border-top: 1px solid #1E3A2A; /* Divider */
}

.page-blog-zb368-casino-promotions-2024__section-title {
  font-size: clamp(1.8rem, 3vw, 2.8rem);
  color: #F2FFF6; /* Text Main */
  text-align: center;
  margin-bottom: 40px;
  font-weight: 700;
  text-shadow: 0 0 8px rgba(87, 227, 141, 0.3);
}

.page-blog-zb368-casino-promotions-2024__sub-title {
  font-size: clamp(1.4rem, 2.5vw, 2rem);
  color: #F2C14E; /* Gold */
  margin-top: 30px;
  margin-bottom: 20px;
  font-weight: 600;
  text-align: left;
}

.page-blog-zb368-casino-promotions-2024__text-block {
  font-size: 1.05rem;
  color: #A7D9B8; /* Text Secondary */
  margin-bottom: 15px;
  text-align: justify;
}

.page-blog-zb368-casino-promotions-2024__image-content {
    width: 100%;
    max-width: 800px;
    height: auto;
    display: block;
    margin: 30px auto;
    border-radius: 8px;
    box-shadow: 0 0 15px rgba(87, 227, 141, 0.15);
}

/* --- List Styling --- */
.page-blog-zb368-casino-promotions-2024__list {
  list-style: none;
  padding: 0;
  margin: 20px 0;
}

.page-blog-zb368-casino-promotions-2024__list-item {
  position: relative;
  font-size: 1.05rem;
  color: #F2FFF6; /* Text Main */
  margin-bottom: 10px;
  padding-left: 30px;
}

.page-blog-zb368-casino-promotions-2024__list-item::before {
  content: '✓';
  color: #2AD16F; /* Green checkmark */
  position: absolute;
  left: 0;
  font-weight: 700;
}

/* --- FAQ Section --- */
.page-blog-zb368-casino-promotions-2024__faq-section {
  background-color: #11271B; /* Card BG */
  padding: 60px 0;
  border-top: 1px solid #1E3A2A; /* Divider */
}

.page-blog-zb368-casino-promotions-2024__faq-list {
  max-width: 900px;
  margin: 0 auto;
}

.page-blog-zb368-casino-promotions-2024__faq-item {
  background-color: #0A4B2C; /* Deep Green */
  border: 1px solid #2E7A4E; /* Border */
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
}

.page-blog-zb368-casino-promotions-2024__faq-item summary {
    list-style: none; /* Remove default marker */
}

.page-blog-zb368-casino-promotions-2024__faq-item summary::-webkit-details-marker {
    display: none; /* Remove default marker for webkit browsers */
}