.page-blog-43win-live-casino-deep-dive {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #333333; /* Default text color for light backgrounds */
  background-color: transparent; /* Rely on body background from shared.css */
}

.page-blog-43win-live-casino-deep-dive__section {
  padding: 40px 0;
  background-color: #ffffff; /* Default light background for content sections */
  color: #333333;
}

.page-blog-43win-live-casino-deep-dive__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
  box-sizing: border-box;
}

.page-blog-43win-live-casino-deep-dive__hero-section {
  position: relative;
  overflow: hidden;
  padding-top: 10px; /* Small top padding, assuming shared.css handles body padding-top */
  background-color: #B71C1C; /* Custom background color */
  color: #FFF5E1; /* Custom text color for this dark background */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.page-blog-43win-live-casino-deep-dive__hero-image {
  width: 100%;
  max-height: 600px; /* Limit height on desktop */
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-blog-43win-live-casino-deep-dive__hero-image img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover; /* Cover for desktop, will change to contain for mobile */
  max-height: 600px;
}

.page-blog-43win-live-casino-deep-dive__hero-content {
  position: relative;
  z-index: 2;
  padding: 40px 15px;
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

.page-blog-43win-live-casino-deep-dive__main-title {
  font-size: clamp(2.5rem, 4vw, 3.5rem); /* H1 font-size with clamp */
  font-weight: 700;
  color: #FFF5E1; /* Custom text color */
  margin-bottom: 20px;
  line-height: 1.2;
}

.page-blog-43win-live-casino-deep-dive__hero-description {
  font-size: 1.1rem;
  color: #FFF5E1; /* Custom text color */
  margin-bottom: 30px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-blog-43win-live-casino-deep-dive__cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  overflow: hidden;
}

.page-blog-43win-live-casino-deep-dive__btn-primary,
.page-blog-43win-live-casino-deep-dive__btn-secondary {
  display: inline-block;
  padding: 14px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 700;
  font-size: 1.05rem;
  transition: all 0.3s ease;
  cursor: pointer;
  border: none;
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-blog-43win-live-casino-deep-dive__btn-primary {
  background: linear-gradient(180deg, #FFD86A 0%, #E6B800 100%); /* Custom button color */
  color: #7A0E0E; /* Deep Red text for contrast */
  box-shadow: 0 4px 15px rgba(255, 216, 106, 0.4);
}

.page-blog-43win-live-casino-deep-dive__btn-primary:hover {
  background: linear-gradient(180deg, #E6B800 0%, #FFD86A 100%);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(255, 216, 106, 0.6);
}

.page-blog-43win-live-casino-deep-dive__btn-secondary {
  background: #B71C1C; /* Custom background color */
  color: #FFF5E1; /* Custom text color */
  border: 2px solid #F4D34D; /* Custom border color */
}

.page-blog-43win-live-casino-deep-dive__btn-secondary:hover {
  background: #7A0E0E; /* Deep Red on hover */
  border-color: #FFCC66; /* Glow on hover */
  transform: translateY(-2px);
}

.page-blog-43win-live-casino-deep-dive__section-title {
  font-size: 2.2rem;
  font-weight: 700;
  color: #C91F17; /* Main brand color for titles */
  text-align: center;
  margin-bottom: 30px;
  padding-top: 20px;
}

.page-blog-43win-live-casino-deep-dive__subsection-title {
  font-size: 1.7rem;
  font-weight: 600;
  color: #E53935; /* Accent brand color for sub-titles */
  margin-top: 30px;
  margin-bottom: 15px;
}

.page-blog-43win-live-casino-deep-dive__article-body {
  font-size: 1.05rem;
  color: #333333;
  line-height: 1.7;
  max-width: 900px;
  margin: 0 auto;
}

.page-blog-43win-live-casino-deep-dive__article-body p {
  margin-bottom: 15px;
}

.page-blog-43win-live-casino-deep-dive__article-body strong {
  color: #C91F17; /* Highlight strong text with main brand color */
}

.page-blog-43win-live-casino-deep-dive__list,
.page-blog-43win-live-casino-deep-dive__ordered-list {
  list-style-type: disc;
  margin-left: 20px;
  margin-bottom: 15px;
  color: #333333;
}

.page-blog-43win-live-casino-deep-dive__list li,
.page-blog-43win-live-casino-deep-dive__ordered-list li {
  margin-bottom: 8px;
}

.page-blog-43win-live-casino-deep-dive__image-wrapper {
  margin: 30px auto;
  max-width: 100%;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0,0,0,0.1);
}

.page-blog-43win-live-casino-deep-dive__image-wrapper img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
}

.page-blog-43win-live-casino-deep-dive__faq-section {
  background-color: #f9f9f9; /* Light background for FAQ */
  padding: 60px 0;
}

.page-blog-43win-live-casino-deep-dive__faq-list {
  max-width: 900px;
  margin: 30px auto 0;
}

details.page-blog-43win-live-casino-deep-dive__faq-item {
  margin-bottom: 15px;
  border-radius: 8px;
  border: 1px solid #e0e0e0;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}
details.page-blog-43win-live-casino-deep-dive__faq-item summary.page-blog-43win-live-casino-deep-dive__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  cursor: pointer;
  user-select: none;
  list-style: none;
  transition: background-color 0.3s ease;
  color: #333333;
}
details.page-blog-43win-live-casino-deep-dive__faq-item summary.page-blog-43win-live-casino-deep-dive__faq-question::-webkit-details-marker {
  display: none;
}
details.page-blog-43win-live-casino-deep-dive__faq-item summary.page-blog-43win-live-casino-deep-dive__faq-question:hover {
  background: #f0f0f0;
}
.page-blog-43win-live-casino-deep-dive__faq-qtext {
  flex: 1;
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1.5;
  text-align: left;
  color: #C91F17; /* Main brand color for question text */
}
.page-blog-43win-live-casino-deep-dive__faq-toggle {
  font-size: 28px;
  font-weight: bold;
  color: #E53935; /* Accent brand color for toggle icon */
  flex-shrink: 0;
  margin-left: 15px;
  width: 30px;
  text-align: center;
}
details.page-blog-43win-live-casino-deep-dive__faq-item .page-blog-43win-live-casino-deep-dive__faq-answer {
  padding: 0 25px 20px;
  background: #fcfcfc;
  border-radius: 0 0 8px 8px;
  color: #555555;
}

/* Mobile Responsiveness (max-width: 768px) */
@media (max-width: 768px) {
  .page-blog-43win-live-casino-deep-dive__container {
    padding: 0 15px !important;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  .page-blog-43win-live-casino-deep-dive__hero-section {
    padding-top: 10px !important; /* Small top padding for mobile */
    min-height: auto;
  }
  
  .page-blog-43win-live-casino-deep-dive__hero-image {
    max-height: 300px;
  }

  .page-blog-43win-live-casino-deep-dive__hero-image img {
    object-fit: contain !important; /* Ensure image is fully visible */
    aspect-ratio: unset !important;
    max-height: 300px;
  }

  .page-blog-43win-live-casino-deep-dive__hero-content {
    padding: 30px 15px;
  }

  .page-blog-43win-live-casino-deep-dive__main-title {
    font-size: clamp(1.8rem, 7vw, 2.5rem); /* Adjust H1 font size for mobile */
    margin-bottom: 15px;
  }

  .page-blog-43win-live-casino-deep-dive__hero-description {
    font-size: 1rem;
    margin-bottom: 20px;
  }
}