.page-blog-safe-playtime-essential-tips-for-responsible-online-gambling {
  color: #FFF6D6;
  background-color: #0A0A0A;
  font-family: Arial, sans-serif;
  line-height: 1.6;
  padding-top: 10px; /* Small top padding for non-index pages */
}

.page-blog-safe-playtime-essential-tips-for-responsible-online-gambling__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 40px 20px;
  overflow: hidden;
  background-color: #111111; /* Card BG for hero section */
}

.page-blog-safe-playtime-essential-tips-for-responsible-online-gambling__hero-image-wrapper {
  width: 100%;
  max-width: 1200px; /* Constrain image width */
  margin-bottom: 20px;
}

.page-blog-safe-playtime-essential-tips-for-responsible-online-gambling__hero-image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
  object-fit: cover;
  border: 1px solid #3A2A12;
}

.page-blog-safe-playtime-essential-tips-for-responsible-online-gambling__hero-content {
  position: relative; /* Ensure content is above image in z-index if needed, but primarily for layout */
  z-index: 1;
  max-width: 800px;
}

.page-blog-safe-playtime-essential-tips-for-responsible-online-gambling__main-title {
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: #F2C14E;
  margin-bottom: 15px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  font-size: clamp(2.5rem, 5vw, 3.5rem);
}

.page-blog-safe-playtime-essential-tips-for-responsible-online-gambling__subtitle {
  font-size: 1.15rem;
  margin-bottom: 30px;
  color: #FFD36B;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.page-blog-safe-playtime-essential-tips-for-responsible-online-gambling__cta-button {
  display: inline-block;
  padding: 14px 28px;
  background: linear-gradient(180deg, #FFD86A 0%, #DDA11D 100%);
  color: #111111;
  text-decoration: none;
  border-radius: 50px;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.2s ease, box-shadow 0.3s ease;
  box-shadow: 0 4px 15px rgba(255, 211, 107, 0.4);
  border: none;
  cursor: pointer;
  font-size: 1rem;
}

.page-blog-safe-playtime-essential-tips-for-responsible-online-gambling__cta-button:hover {
  transform: translateY(-2px) scale(1.02);
  box-shadow: 0 6px 20px rgba(255, 211, 107, 0.6);
}

.page-blog-safe-playtime-essential-tips-for-responsible-online-gambling__introduction-section,
.page-blog-safe-playtime-essential-tips-for-responsible-online-gambling__tips-section,
.page-blog-safe-playtime-essential-tips-for-responsible-online-gambling__tools-section,
.page-blog-safe-playtime-essential-tips-for-responsible-online-gambling__related-articles-section {
  max-width: 1000px;
  margin: 40px auto;
  padding: 20px;
  background-color: #111111; /* Card BG */
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  border: 1px solid #3A2A12;
}

.page-blog-safe-playtime-essential-tips-for-responsible-online-gambling__section-title {
  color: #F2C14E;
  font-size: 2rem;
  margin-bottom: 25px;
  text-align: center;
  border-bottom: 2px solid #3A2A12;
  padding-bottom: 10px;
}

.page-blog-safe-playtime-essential-tips-for-responsible-online-gambling__paragraph {
  margin-bottom: 20px;
  font-size: 1.05rem;
  color: #FFF6D6;
  line-height: 1.8;
}

.page-blog-safe-playtime-essential-tips-for-responsible-online-gambling__keyword {
  color: #FFD36B;
  font-weight: bold;
}

.page-blog-safe-playtime-essential-tips-for-responsible-online-gambling__tip-card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 25px;
  margin-top: 30px;
}

.page-blog-safe-playtime-essential-tips-for-responsible-online-gambling__tip-card {
  background-color: #0A0A0A;
  padding: 25px;
  border-radius: 8px;
  border: 1px solid #3A2A12;
  text-align: center;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.page-blog-safe-playtime-essential-tips-for-responsible-online-gambling__tip-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(255, 211, 107, 0.2);
}

.page-blog-safe-playtime-essential-tips-for-responsible-online-gambling__tip-icon {
  width: 100%;
  max-width: 250px;
  height: auto;
  object-fit: contain;
  margin-bottom: 15px;
  border-radius: 4px;
  border: 1px solid #3A2A12;
}

.page-blog-safe-playtime-essential-tips-for-responsible-online-gambling__tip-title {
  color: #F2C14E;
  font-size: 1.4rem;
  margin-bottom: 10px;
}

.page-blog-safe-playtime-essential-tips-for-responsible-online-gambling__tip-description {
  font-size: 0.95rem;
  color: #FFF6D6;
}

.page-blog-safe-playtime-essential-tips-for-responsible-online-gambling__feature-list {
  list-style: none;
  padding: 0;
  margin-top: 20px;
}

.page-blog-safe-playtime-essential-tips-for-responsible-online-gambling__feature-item {
  background-color: #0A0A0A;
  margin-bottom: 15px;
  padding: 20px;
  border-radius: 8px;
  border-left: 4px solid #F2C14E;
  border: 1px solid #3A2A12;
}

.page-blog-safe-playtime-essential-tips-for-responsible-online-gambling__feature-title {
  color: #F2C14E;
  font-size: 1.3rem;
  margin-bottom: 8px;
}

.page-blog-safe-playtime-essential-tips-for-responsible-online-gambling__feature-description {
  font-size: 1rem;
  color: #FFF6D6;
}

.page-blog-safe-playtime-essential-tips-for-responsible-online-gambling__feature-description a {
  color: #FFD36B;
  text-decoration: underline;
}

.page-blog-safe-playtime-essential-tips-for-responsible-online-gambling__feature-description a:hover {
  color: #F2C14E;
}

.page-blog-safe-playtime-essential-tips-for-responsible-online-gambling__button-group {
  text-align: center;
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.page-blog-safe-playtime-essential-tips-for-responsible-online-gambling__secondary-button {
  display: inline-block;
  padding: 12px 25px;
  background-color: #3A2A12;
  color: #F2C14E;
  text-decoration: none;
  border-radius: 50px;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.2s ease;
  border: 1px solid #F2C14E;
  cursor: pointer;
  font-size: 1rem;
}

.page-blog-safe-playtime-essential-tips-for-responsible-online-gambling__secondary-button:hover {
  background-color: #F2C14E;
  color: #111111;
  transform: translateY(-2px);
}

.page-blog-safe-playtime-essential-tips-for-responsible-online-gambling__article-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 25px;
  margin-top: 30px;
}

.page-blog-safe-playtime-essential-tips-for-responsible-online-gambling__article-card {
  background-color: #0A0A0A;
  padding: 20px;
  border-radius: 8px;
  border: 1px solid #3A2A12;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.page-blog-safe-playtime-essential-tips-for-responsible-online-gambling__article-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(255, 211, 107, 0.2);
}

.page-blog-safe-playtime-essential-tips-for-responsible-online-gambling__article-image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 4px;
  margin-bottom: 15px;
  object-fit: cover;
  border: 1px solid #3A2A12;
}

.page-blog-safe-playtime-essential-tips-for-responsible-online-gambling__article-title {
  font-size: 1.2rem;
  margin-bottom: 10px;
}

.page-blog-safe-playtime-essential-tips-for-responsible-online-gambling__article-title a {
  color: #F2C14E;
  text-decoration: none;
}

.page-blog-safe-playtime-essential-tips-for-responsible-online-gambling__article-title a:hover {
  text-decoration: underline;
  color: #FFD36B;
}

.page-blog-safe-playtime-essential-tips-for-responsible-online-gambling__article-excerpt {
  font-size: 0.9rem;
  color: #FFF6D6;
}

.page-blog-safe-playtime-essential-tips-for-responsible-online-gambling__view-all-button-wrapper {
  text-align: center;
  margin-top: 40px;
}

@media (max-width: 768px) {
  .page-blog-safe-playtime-essential-tips-for-responsible-online-gambling__main-title {
    font-size: clamp(2rem, 8vw, 3rem);
  }

  .page-blog-safe-playtime-essential-tips-for-responsible-online-gambling__subtitle {
    font-size: 1rem;
  }

  .page-blog-safe-playtime-essential-tips-for-responsible-online-gambling__introduction-section,
  .page-blog-safe-playtime-essential-tips-for-responsible-online-gambling__tips-section,
  .page-blog-safe-playtime-essential-tips-for-responsible-online-gambling__tools-section,
  .page-blog-safe-playtime-essential-tips-for-responsible-online-gambling__related-articles-section {
    margin: 20px auto;
    padding: 15px;
  }

  .page-blog-safe-playtime-essential-tips-for-responsible-online-gambling__section-title {
    font-size: 1.7rem;
  }

  .page-blog-safe-playtime-essential-tips-for-responsible-online-gambling__tip-card-grid,
  .page-blog-safe-playtime-essential-tips-for-responsible-online-gambling__article-cards {
    grid-template-columns: 1fr;
  }

  .page-blog-safe-playtime-essential-tips-for-responsible-online-gambling__button-group {
    flex-direction: column;
    gap: 15px;
  }

  .page-blog-safe-playtime-essential-tips-for-responsible-online-gambling__hero-image,
  .page-blog-safe-playtime-essential-tips-for-responsible-online-gambling__tip-icon,
  .page-blog-safe-playtime-essential-tips-for-responsible-online-gambling__article-image {
    max-width: 100%;
    height: auto; /* Ensure images scale down */
  }

  /* Mobile content area images must not display smaller than 200px (not applicable here as no specific img size is set to be smaller than 200px) */
  .page-blog-safe-playtime-essential-tips-for-responsible-online-gambling img {
    max-width: 100%;
    height: auto; /* Ensures images are responsive and don't overflow */
  }
}