.page-blog-spin777-latest-features {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  line-height: 1.6;
  color: #FFF5E1; /* Text Main */
  background-color: #B71C1C; /* Background */
}

.page-blog-spin777-latest-features__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 500px;
  text-align: center;
  padding: 60px 20px;
  padding-top: 10px; /* Small top padding */
  background-color: #C91F17; /* Main Color */
  overflow: hidden;
}

.page-blog-spin777-latest-features__hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.page-blog-spin777-latest-features__hero-content {
  position: relative;
  z-index: 1;
  max-width: 900px;
  background: rgba(0, 0, 0, 0.5); /* Semi-transparent overlay for text readability */
  padding: 30px;
  border-radius: 10px;
}

.page-blog-spin777-latest-features__main-title {
  font-size: clamp(2.5rem, 5vw, 3.5rem);
  font-weight: 700;
  color: #FFCC66; /* Glow */
  margin-bottom: 20px;
  letter-spacing: 1px;
}

.page-blog-spin777-latest-features__hero-description {
  font-size: 1.1rem;
  color: #FFF5E1; /* Text Main */
  margin-bottom: 30px;
}

.page-blog-spin777-latest-features__cta-button {
  display: inline-block;
  padding: 15px 30px;
  background: linear-gradient(180deg, #FFD86A 0%, #E6B800 100%); /* Button custom color */
  color: #333333; /* Dark text for light gold button for contrast */
  text-decoration: none;
  border-radius: 50px;
  font-weight: 700;
  font-size: 1.1rem;
  transition: all 0.3s ease;
  border: 2px solid #F2B544; /* Border */
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-blog-spin777-latest-features__cta-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
  opacity: 0.9;
}

.page-blog-spin777-latest-features__content-area {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
  background-color: #D32F2F; /* Card B G for content area */
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  color: #FFF5E1; /* Text Main */
}

.page-blog-spin777-latest-features__section-title {
  font-size: clamp(2rem, 4vw, 2.8rem);
  color: #F4D34D; /* Gold */
  margin-top: 40px;
  margin-bottom: 25px;
  text-align: center;
  font-weight: 600;
}

.page-blog-spin777-latest-features__subsection-title {
  font-size: clamp(1.5rem, 3vw, 2.2rem);
  color: #FFCC66; /* Glow */
  margin-top: 30px;
  margin-bottom: 20px;
  font-weight: 500;
}

.page-blog-spin777-latest-features__text-block {
  font-size: 1.05rem;
  margin-bottom: 20px;
  color: #FFF5E1; /* Text Main */
}

.page-blog-spin777-latest-features__content-image {
  width: 100%;
  height: auto;
  border-radius: 8px;
  margin: 30px 0;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  display: block;
}

.page-blog-spin777-latest-features__feature-list {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
}

.page-blog-spin777-latest-features__list-item {
  background-color: #E53935; /* Auxiliary Color */
  color: #FFF5E1; /* Text Main */
  padding: 12px 20px;
  margin-bottom: 10px;
  border-radius: 5px;
  border-left: 5px solid #F4D34D; /* Gold */
  font-size: 1rem;
}

.page-blog-spin777-latest-features__list-item strong {
  color: #FFCC66; /* Glow */
}

.page-blog-spin777-latest-features__btn-primary {
  display: inline-block;
  padding: 12px 25px;
  background-color: #C91F17; /* Main Color */
  color: #ffffff; /* White text for contrast on dark red */
  text-decoration: none;
  border-radius: 5px;
  font-weight: 600;
  margin-top: 20px;
  transition: background-color 0.3s ease;
  border: 1px solid transparent;
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-blog-spin777-latest-features__btn-primary:hover {
  background-color: #E53935; /* Auxiliary Color */
}

.page-blog-spin777-latest-features__btn-secondary {
  display: inline-block;
  padding: 12px 25px;
  background-color: #ffffff;
  color: #C91F17; /* Main Color for contrast on white */
  text-decoration: none;
  border-radius: 5px;
  font-weight: 600;
  margin-top: 20px;
  margin-left: 15px;
  transition: background-color 0.3s ease, color 0.3s ease;
  border: 1px solid #C91F17; /* Main Color */
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-blog-spin777-latest-features__btn-secondary:hover {
  background-color: #C91F17;
  color: #ffffff;
}

.page-blog-spin777-latest-features__steps-list {
  list-style: decimal;
  padding-left: 25px;
  margin-bottom: 30px;
}

.page-blog-spin777-latest-features__steps-list .page-blog-spin777-latest-features__list-item {
  background-color: transparent;
  border-left: none;
  font-size: 1.05rem;
  padding: 5px 0;
  margin-bottom: 5px;
  color: #FFF5E1;
}

.page-blog-spin777-latest-features__faq-container {
  margin-top: 40px;
  border-top: 1px solid #7A0E0E; /* Deep Red */
  padding-top: 20px;
}

.page-blog-spin777-latest-features__faq-item {
  margin-bottom: 15px;
  background-color: #E53935; /* Auxiliary Color */
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #7A0E0E; /* Deep Red */
}

.page-blog-spin777-latest-features__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
  background-color: #C91F17; /* Main Color */
  color: #FFCC66; /* Glow */
  font-weight: 600;
  font-size: 1.1rem;
  cursor: pointer;
  transition: background-color 0.3s ease;
  list-style: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.page-blog-spin777-latest-features__faq-question::-webkit-details-marker {
  display: none;
}

.page-blog-spin777-latest-features__faq-question:hover {
  background-color: #7A0E0E; /* Deep Red */
}

.page-blog-spin777-latest-features__faq-qtext {
  flex-grow: 1;
}

.page-blog-spin777-latest-features__faq-toggle {
  font-size: 1.5rem;
  line-height: 1;
  margin-left: 10px;
}

.page-blog-spin777-latest-features__faq-answer {
  padding: 15px 20px;
  background-color: #D32F2F; /* Card B G */
  color: #FFF5E1; /* Text Main */
  font-size: 1rem;
  border-top: 1px solid #7A0E0E; /* Deep Red */
}

.page-blog-spin777-latest-features__cta-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-top: 40px;
  margin-bottom: 40px;
}

/* Responsive styles */
@media (max-width: 768px) {
  .page-blog-spin777-latest-features {
    font-size: 16px;
    line-height: 1.6;
  }

  .page-blog-spin777-latest-features__hero-section {
    min-height: 400px;
    padding: 40px 15px;
    padding-top: 10px !important;
  }

  .page-blog-spin777-latest-features__hero-content {
    padding: 20px;
  }

  .page-blog-spin777-latest-features__main-title {
    font-size: 2rem;
  }

  .page-blog-spin777-latest-features__hero-description {
    font-size: 1rem;
  }

  .page-blog-spin777-latest-features__cta-button,
  .page-blog-spin777-latest-features__btn-primary,
  .page-blog-spin777-latest-features__btn-secondary {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: 0;
    margin-right: 0;
  }

  .page-blog-spin777-latest-features__cta-group {
    flex-direction: column;
    align-items: center;
    gap: 15px;
  }

  .page-blog-spin777-latest-features__content-area {
    padding: 20px 15px;
  }

  .page-blog-spin777-latest-features__section-title {
    font-size: 1.8rem;
  }

  .page-blog-spin777-latest-features__subsection-title {
    font-size: 1.4rem;
  }

  .page-blog-spin777-latest-features__text-block,
  .page-blog-spin777-latest-features__list-item {
    font-size: 0.95rem;
  }

  .page-blog-spin777-latest-features__content-image {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  .page-blog-spin777-latest-features__video-section,
  .page-blog-spin777-latest-features__video-container,
  .page-blog-spin777-latest-features__video-wrapper {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden !important;
  }

  .page-blog-spin777-latest-features video,
  .page-blog-spin777-latest-features__video {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  .page-blog-spin777-latest-features__faq-question {
    font-size: 1rem;
    padding: 12px 15px;
  }

  .page-blog-spin777-latest-features__faq-answer {
    padding: 12px 15px;
  }
}

/* Global image responsiveness (minimum size 200px) */
.page-blog-spin777-latest-features img:not(.page-blog-spin777-latest-features__hero-image) {
  min-width: 200px;
  min-height: 200px;
}

@media (max-width: 768px) {
  .page-blog-spin777-latest-features img:not(.page-blog-spin777-latest-features__hero-image) {
    min-width: unset;
    min-height: unset;
  }
}

/* Ensure all content area images are at least 200px, but responsive */
.page-blog-spin777-latest-features__content-area img {
  max-width: 100%;
  height: auto;
  display: block;
  width: 100%; /* Ensure it fills container */
}

/* Enforce minimum size for content area images in non-mobile */
@media (min-width: 769px) {
  .page-blog-spin777-latest-features__content-area img {
    min-width: 200px;
    min-height: 200px;
  }
}