/* style/blog-h58win-game-features.css */
.page-blog-h58win-game-features {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #F2FFF6; /* Text Main */
  background-color: #08160F; /* Background */
}

.page-blog-h58win-game-features__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px 20px 60px;
  background-color: #0A4B2C; /* Deep Green for hero section background */
  overflow: hidden;
}

.page-blog-h58win-game-features__hero-image-wrapper {
  width: 100%;
  max-width: 1920px; /* Adjust based on actual hero image size */
  margin-bottom: 30px;
}

.page-blog-h58win-game-features__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  border-radius: 8px;
}

.page-blog-h58win-game-features__hero-content {
  text-align: center;
  max-width: 900px;
  padding: 0 15px;
  z-index: 1;
}

.page-blog-h58win-game-features__main-title {
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: #F2FFF6; /* Text Main */
  margin-bottom: 20px;
  font-size: clamp(2.2rem, 4vw + 1rem, 3.5rem); /* Responsive H1 font size */
}

.page-blog-h58win-game-features__hero-description {
  font-size: 1.15rem;
  color: #A7D9B8; /* Text Secondary */
  margin-bottom: 30px;
}

.page-blog-h58win-game-features__cta-button {
  display: inline-block;
  padding: 14px 30px;
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
  color: #ffffff;
  text-decoration: none;
  border-radius: 50px;
  font-weight: 700;
  font-size: 1rem;
  transition: background-color 0.3s ease, transform 0.2s ease;
  border: none;
  cursor: pointer;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-blog-h58win-game-features__cta-button:hover {
  transform: translateY(-2px);
  background: linear-gradient(180deg, #13994A 0%, #2AD16F 100%);
}

.page-blog-h58win-game-features__content-area {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
  background-color: #08160F; /* Background */
  color: #F2FFF6; /* Text Main */
}

.page-blog-h58win-game-features__section-title {
  font-size: 2.2rem;
  color: #F2C14E; /* Gold */
  text-align: center;
  margin-bottom: 30px;
  font-weight: 700;
  line-height: 1.3;
}

.page-blog-h58win-game-features__section-intro,
.page-blog-h58win-game-features__feature-section,
.page-blog-h58win-game-features__benefits-section,
.page-blog-h58win-game-features__download-guide-section,
.page-blog-h58win-game-features__responsible-gaming-section,
.page-blog-h58win-game-features__conclusion-section {
  margin-bottom: 60px;
  background-color: #11271B; /* Card BG */
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
  border: 1px solid #2E7A4E; /* Border */
}

.page-blog-h58win-game-features__paragraph {
  font-size: 1rem;
  margin-bottom: 15px;
  color: #F2FFF6; /* Text Main */
}

.page-blog-h58win-game-features__paragraph a {
  color: #57E38D;
  text-decoration: underline;
}

.page-blog-h58win-game-features__paragraph a:hover {
  color: #2AD16F;
}

.page-blog-h58win-game-features__highlight {
  color: #F2C14E; /* Gold */
  font-weight: 700;
}

.page-blog-h58win-game-features__feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 30px;
}

.page-blog-h58win-game-features__feature-card {
  background-color: #0A4B2C; /* Deep Green */
  padding: 25px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  border: 1px solid #1E3A2A; /* Divider */
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.page-blog-h58win-game-features__feature-icon {
  width: 100%;
  max-width: 250px;
  height: auto;
  margin-bottom: 20px;
  border-radius: 8px;
  object-fit: cover;
  min-width: 200px; /* Minimum size requirement */
  min-height: 200px; /* Minimum size requirement */
}

.page-blog-h58win-game-features__feature-card-title {
  font-size: 1.5rem;
  color: #F2C14E; /* Gold */
  margin-bottom: 15px;
}

.page-blog-h58win-game-features__feature-list {
  list-style: none;
  padding: 0;
  text-align: left;
  width: 100%;
}

.page-blog-h58win-game-features__feature-list li {
  margin-bottom: 10px;
  color: #A7D9B8; /* Text Secondary */
  padding-left: 25px;
  position: relative;
}

.page-blog-h58win-game-features__feature-list li::before {
  content: '✔';
  color: #2AD16F;
  position: absolute;
  left: 0;
  top: 0;
}

.page-blog-h58win-game-features__feature-list li a {
  color: #57E38D;
  text-decoration: underline;
}

.page-blog-h58win-game-features__feature-list li a:hover {
  color: #2AD16F;
}

.page-blog-h58win-game-features__benefits-list {
  list-style: none;
  padding: 0;
  margin-top: 20px;
}

.page-blog-h58win-game-features__benefits-list li {
  background-color: #0A4B2C; /* Deep Green */
  padding: 15px 20px;
  margin-bottom: 10px;
  border-radius: 8px;
  color: #F2FFF6; /* Text Main */
  position: relative;
  padding-left: 40px;
  border: 1px solid #1E3A2A; /* Divider */
}

.page-blog-h58win-game-features__benefits-list li::before {
  content: '★';
  color: #F2C14E; /* Gold */
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.2rem;
}

.page-blog-h58win-game-features__benefits-list li a {
  color: #57E38D;
  text-decoration: underline;
}

.page-blog-h58win-game-features__benefits-list li a:hover {
  color: #2AD16F;
}

.page-blog-h58win-game-features__download-guide-section {
  text-align: center;
}

.page-blog-h58win-game-features__step-by-step {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 30px;
}

.page-blog-h58win-game-features__step-card {
  background-color: #0A4B2C; /* Deep Green */
  padding: 25px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  border: 1px solid #1E3A2A; /* Divider */
  display: flex;
  flex-direction: column;
  align-items: center;
}

.page-blog-h58win-game-features__step-title {
  font-size: 1.4rem;
  color: #2AD16F;
  margin-bottom: 15px;
}

.page-blog-h58win-game-features__step-image {
  width: 100%;
  max-width: 300px;
  height: auto;
  margin-top: 15px;
  border-radius: 8px;
  object-fit: cover;
  min-width: 200px; /* Minimum size requirement */
  min-height: 200px; /* Minimum size requirement */
}

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

.page-blog-h58win-game-features__cta-button--primary {
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
}

.page-blog-h58win-game-features__cta-button--secondary {
  background: #1E3A2A; /* Divider for secondary button background */
  border: 1px solid #57E38D; /* Glow color for border */
  color: #57E38D;
}

.page-blog-h58win-game-features__cta-button--secondary:hover {
  background: #2E7A4E;
  color: #F2FFF6;
}

.page-blog-h58win-game-features__responsible-gaming-list {
  list-style: none;
  padding: 0;
  margin-top: 20px;
}

.page-blog-h58win-game-features__responsible-gaming-list li {
  background-color: #0A4B2C; /* Deep Green */
  padding: 15px 20px;
  margin-bottom: 10px;
  border-radius: 8px;
  color: #F2FFF6; /* Text Main */
  position: relative;
  padding-left: 40px;
  border: 1px solid #1E3A2A; /* Divider */
}

.page-blog-h58win-game-features__responsible-gaming-list li::before {
  content: '⚠️';
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.2rem;
}

.page-blog-h58win-game-features__responsible-gaming-list li a {
  color: #57E38D;
  text-decoration: underline;
}

.page-blog-h58win-game-features__responsible-gaming-list li a:hover {
  color: #2AD16F;
}

.page-blog-h58win-game-features__cta-button--final {
  margin-top: 30px;
  font-size: 1.2rem;
  padding: 16px 35px;
}

/* Responsive Styles */
@media (max-width: 1024px) {
  .page-blog-h58win-game-features__main-title {
    font-size: clamp(2rem, 5vw + 1rem, 3rem);
  }
  .page-blog-h58win-game-features__hero-description {
    font-size: 1.1rem;
  }
  .page-blog-h58win-game-features__section-title {
    font-size: 2rem;
  }
  .page-blog-h58win-game-features__feature-card-title {
    font-size: 1.4rem;
  }
  .page-blog-h58win-game-features__feature-list li,
  .page-blog-h58win-game-features__benefits-list li,
  .page-blog-h58win-game-features__responsible-gaming-list li {
    font-size: 0.95rem;
  }
}

@media (max-width: 768px) {
  .page-blog-h58win-game-features__hero-section {
    padding: 10px 15px 40px;
  }
  .page-blog-h58win-game-features__hero-image {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }
  .page-blog-h58win-game-features__main-title {
    font-size: clamp(1.8rem, 6vw + 1rem, 2.5rem);
    margin-bottom: 15px;
  }
  .page-blog-h58win-game-features__hero-description {
    font-size: 1rem;
    margin-bottom: 20px;
  }
  .page-blog-h58win-game-features__cta-button,
  .page-blog-h58win-game-features__cta-button--primary,
  .page-blog-h58win-game-features__cta-button--secondary,
  .page-blog-h58win-game-features a[class*="button"],
  .page-blog-h58win-game-features a[class*="btn"] {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    padding: 12px 20px !important;
    font-size: 0.95rem !important;
  }
  .page-blog-h58win-game-features__cta-group {
    flex-direction: column;
    gap: 15px;
    padding: 0 15px;
  }
  .page-blog-h58win-game-features__content-area {
    padding: 30px 15px;
  }
  .page-blog-h58win-game-features__section-title {
    font-size: 1.8rem;
    margin-bottom: 25px;
  }
  .page-blog-h58win-game-features__section-intro,
  .page-blog-h58win-game-features__feature-section,
  .page-blog-h58win-game-features__benefits-section,
  .page-blog-h58win-game-features__download-guide-section,
  .page-blog-h58win-game-features__responsible-gaming-section,
  .page-blog-h58win-game-features__conclusion-section {
    margin-bottom: 40px;
    padding: 20px;
  }
  .page-blog-h58win-game-features__paragraph {
    font-size: 0.95rem;
  }
  .page-blog-h58win-game-features__feature-grid,
  .page-blog-h58win-game-features__step-by-step {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .page-blog-h58win-game-features__feature-icon,
  .page-blog-h58win-game-features__step-image {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    min-width: 200px !important;
    min-height: 200px !important;
  }
  .page-blog-h58win-game-features img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }
  .page-blog-h58win-game-features__section,
  .page-blog-h58win-game-features__card,
  .page-blog-h58win-game-features__container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }
  .page-blog-h58win-game-features__hero-image-wrapper {
    padding: 0 15px;
    box-sizing: border-box;
  }
  .page-blog-h58win-game-features__cta-button--final {
    font-size: 1rem;
    padding: 14px 25px;
  }
}

@media (max-width: 480px) {
  .page-blog-h58win-game-features__main-title {
    font-size: clamp(1.5rem, 7vw + 1rem, 2.2rem);
  }
  .page-blog-h58win-game-features__section-title {
    font-size: 1.6rem;
  }
  .page-blog-h58win-game-features__hero-description {
    font-size: 0.95rem;
  }
  .page-blog-h58win-game-features__paragraph {
    font-size: 0.9rem;
  }
  .page-blog-h58win-game-features__feature-card-title,
  .page-blog-h58win-game-features__step-title {
    font-size: 1.2rem;
  }
  .page-blog-h58win-game-features__feature-list li,
  .page-blog-h58win-game-features__benefits-list li,
  .page-blog-h58win-game-features__responsible-gaming-list li {
    font-size: 0.85rem;
  }
}