/* style/blog-how-to-bet-safely-and-efficiently-with-sv388link-bet.css */
/* body đã padding-top: var(--header-offset)；trang này không được viết lại biến đó */
.page-blog-how-to-bet-safely-and-efficiently-with-sv388link-bet {
  background-color: #08160F; /* Custom background color */
  color: #F2FFF6; /* Main text color for dark background */
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  line-height: 1.6;
}

.page-blog-how-to-bet-safely-and-efficiently-with-sv388link-bet__hero-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px 20px 60px; /* Small top padding, larger bottom for spacing */
  box-sizing: border-box;
}

.page-blog-how-to-bet-safely-and-efficiently-with-sv388link-bet__hero-image {
  width: 100%;
  max-width: 1200px; /* Limit image width */
  height: auto;
  object-fit: cover;
  border-radius: 10px;
  margin-bottom: 30px; /* Space between image and content */
}

.page-blog-how-to-bet-safely-and-efficiently-with-sv388link-bet__hero-content {
  max-width: 900px;
  text-align: center;
  margin: 0 auto;
  padding: 0 15px;
}

.page-blog-how-to-bet-safely-and-efficiently-with-sv388link-bet__main-title {
  font-size: clamp(2.5rem, 4vw, 3.5rem); /* Responsive H1 font size */
  font-weight: 700;
  color: #F2FFF6; /* Main text color */
  margin-bottom: 20px;
  line-height: 1.2;
}

.page-blog-how-to-bet-safely-and-efficiently-with-sv388link-bet__hero-description {
  font-size: 1.15rem;
  color: #A7D9B8; /* Secondary text color */
  margin-bottom: 30px;
}

.page-blog-how-to-bet-safely-and-efficiently-with-sv388link-bet__cta-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  overflow: hidden;
}

.page-blog-how-to-bet-safely-and-efficiently-with-sv388link-bet__btn-primary,
.page-blog-how-to-bet-safely-and-efficiently-with-sv388link-bet__btn-secondary,
.page-blog-how-to-bet-safely-and-efficiently-with-sv388link-bet a[class*="button"],
.page-blog-how-to-bet-safely-and-efficiently-with-sv388link-bet a[class*="btn"] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 30px;
  border-radius: 8px;
  font-weight: 700;
  font-size: 1rem;
  text-decoration: none;
  transition: all 0.3s ease;
  box-sizing: border-box;
  white-space: normal; /* Allow text wrap */
  word-wrap: break-word; /* Allow text break */
  max-width: 100%; /* Ensure buttons don't overflow */
  text-align: center;
}

.page-blog-how-to-bet-safely-and-efficiently-with-sv388link-bet__btn-primary {
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%); /* Custom button color */
  color: #F2FFF6; /* Main text color for button */
  border: none;
}

.page-blog-how-to-bet-safely-and-efficiently-with-sv388link-bet__btn-primary:hover {
  opacity: 0.9;
  transform: translateY(-2px);
}

.page-blog-how-to-bet-safely-and-efficiently-with-sv388link-bet__btn-secondary {
  background: transparent;
  color: #2AD16F; /* Green text for secondary button */
  border: 2px solid #2AD16F; /* Green border */
}

.page-blog-how-to-bet-safely-and-efficiently-with-sv388link-bet__btn-secondary:hover {
  background: #2AD16F;
  color: #F2FFF6;
}

.page-blog-how-to-bet-safely-and-efficiently-with-sv388link-bet__content-section {
  padding: 60px 20px;
  background-color: #08160F; /* Background color */
  color: #F2FFF6; /* Main text color */
}

.page-blog-how-to-bet-safely-and-efficiently-with-sv388link-bet__container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 15px;
  box-sizing: border-box;
}

.page-blog-how-to-bet-safely-and-efficiently-with-sv388link-bet__section-title {
  font-size: 2.2rem;
  color: #2AD16F; /* Main brand color for titles */
  margin-top: 40px;
  margin-bottom: 25px;
  text-align: center;
}

.page-blog-how-to-bet-safely-and-efficiently-with-sv388link-bet__container p {
  margin-bottom: 15px;
  font-size: 1.05rem;
  color: #F2FFF6; /* Main text color */
}

.page-blog-how-to-bet-safely-and-efficiently-with-sv388link-bet__container strong {
  color: #F2C14E; /* Gold color for emphasis */
}

.page-blog-how-to-bet-safely-and-efficiently-with-sv388link-bet__list {
  list-style: disc inside;
  margin-bottom: 20px;
  padding-left: 20px;
  color: #F2FFF6; /* Main text color */
}

.page-blog-how-to-bet-safely-and-efficiently-with-sv388link-bet__list li {
  margin-bottom: 10px;
  font-size: 1.05rem;
  color: #F2FFF6; /* Main text color */
}

.page-blog-how-to-bet-safely-and-efficiently-with-sv388link-bet__content-image {
  width: 100%;
  height: auto;
  max-width: 800px;
  display: block;
  margin: 30px auto;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.3);
}

.page-blog-how-to-bet-safely-and-efficiently-with-sv388link-bet__games-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.page-blog-how-to-bet-safely-and-efficiently-with-sv388link-bet__game-card {
  background-color: #11271B; /* Card BG color */
  border-radius: 12px;
  padding: 25px;
  text-align: center;
  box-shadow: 0 4px 10px rgba(0,0,0,0.2);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  transition: transform 0.3s ease;
  border: 1px solid #2E7A4E; /* Border color */
}

.page-blog-how-to-bet-safely-and-efficiently-with-sv388link-bet__game-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.4);
}

.page-blog-how-to-bet-safely-and-efficiently-with-sv388link-bet__game-image {
  width: 100%;
  max-width: 400px;
  height: auto;
  border-radius: 8px;
  margin-bottom: 20px;
}

.page-blog-how-to-bet-safely-and-efficiently-with-sv388link-bet__game-title {
  font-size: 1.5rem;
  color: #F2C14E; /* Gold color for game titles */
  margin-bottom: 10px;
}

.page-blog-how-to-bet-safely-and-efficiently-with-sv388link-bet__game-card p {
  font-size: 0.95rem;
  color: #A7D9B8; /* Secondary text color */
  flex-grow: 1;
  margin-bottom: 20px;
}

.page-blog-how-to-bet-safely-and-efficiently-with-sv388link-bet__btn-text {
  color: #57E38D; /* Glow color for text links */
  text-decoration: none;
  font-weight: 600;
}

.page-blog-how-to-bet-safely-and-efficiently-with-sv388link-bet__btn-text:hover {
  text-decoration: underline;
  color: #2AD16F;
}

.page-blog-how-to-bet-safely-and-efficiently-with-sv388link-bet__faq-list {
  margin-top: 40px;
}

.page-blog-how-to-bet-safely-and-efficiently-with-sv388link-bet__faq-item {
  background-color: #11271B; /* Card BG color */
  border: 1px solid #2E7A4E; /* Border color */
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  transition: all 0.3s ease;
}

.page-blog-how-to-bet-safely-and-efficiently-with-sv388link-bet__faq-item[open] {
  background-color: #0A4B2C; /* Deep Green for open FAQ */
}

.page-blog-how-to-bet-safely-and-efficiently-with-sv388link-bet__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  cursor: pointer;
  font-size: 1.15rem;
  font-weight: 600;
  color: #F2FFF6; /* Main text color */
  user-select: none;
  list-style: none; /* Remove default marker for summary */
}

.page-blog-how-to-bet-safely-and-efficiently-with-sv388link-bet__faq-question::-webkit-details-marker {
  display: none; /* Hide default marker for webkit browsers */
}

.page-blog-how-to-bet-safely-and-efficiently-with-sv388link-bet__faq-qtext {
  flex-grow: 1;
  color: #F2FFF6;
}

.page-blog-how-to-bet-safely-and-efficiently-with-sv388link-bet__faq-toggle {
  font-size: 1.8rem;
  line-height: 1;
  margin-left: 15px;
  color: #57E38D; /* Glow color */
  transition: transform 0.3s ease;
}

.page-blog-how-to-bet-safely-and-efficiently-with-sv388link-bet__faq-item[open] .page-blog-how-to-bet-safely-and-efficiently-with-sv388link-bet__faq-toggle {
  transform: rotate(45deg); /* Rotate for 'x' effect */
}

.page-blog-how-to-bet-safely-and-efficiently-with-sv388link-bet__faq-answer {
  padding: 0 25px 20px;
  font-size: 1rem;
  color: #A7D9B8; /* Secondary text color */
}

/* --- Responsive Styles --- */
@media (max-width: 1024px) {
  .page-blog-how-to-bet-safely-and-efficiently-with-sv388link-bet__main-title {
    font-size: clamp(2rem, 5vw, 3rem);
  }
  .page-blog-how-to-bet-safely-and-efficiently-with-sv388link-bet__section-title {
    font-size: 1.8rem;
  }
}

@media (max-width: 768px) {
  .page-blog-how-to-bet-safely-and-efficiently-with-sv388link-bet__hero-section {
    padding: 10px 15px 40px;
  }

  .page-blog-how-to-bet-safely-and-efficiently-with-sv388link-bet__main-title {
    font-size: clamp(1.8rem, 6vw, 2.5rem);
  }

  .page-blog-how-to-bet-safely-and-efficiently-with-sv388link-bet__hero-description {
    font-size: 1rem;
  }

  .page-blog-how-to-bet-safely-and-efficiently-with-sv388link-bet__cta-buttons {
    flex-direction: column;
    gap: 15px;
  }

  .page-blog-how-to-bet-safely-and-efficiently-with-sv388link-bet__btn-primary,
  .page-blog-how-to-bet-safely-and-efficiently-with-sv388link-bet__btn-secondary,
  .page-blog-how-to-bet-safely-and-efficiently-with-sv388link-bet a[class*="button"],
  .page-blog-how-to-bet-safely-and-efficiently-with-sv388link-bet a[class*="btn"] {
    max-width: 100% !important;
    width: 100% !important;
    padding: 12px 20px;
    font-size: 0.95rem;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
  }

  /* Image responsive rules */
  .page-blog-how-to-bet-safely-and-efficiently-with-sv388link-bet img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  /* All containers with images/content */
  .page-blog-how-to-bet-safely-and-efficiently-with-sv388link-bet__section,
  .page-blog-how-to-bet-safely-and-efficiently-with-sv388link-bet__card,
  .page-blog-how-to-bet-safely-and-efficiently-with-sv388link-bet__container,
  .page-blog-how-to-bet-safely-and-efficiently-with-sv388link-bet__games-grid,
  .page-blog-how-to-bet-safely-and-efficiently-with-sv388link-bet__game-card {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden !important; /* Prevent content overflow */
  }

  /* Specific padding for content section */
  .page-blog-how-to-bet-safely-and-efficiently-with-sv388link-bet__content-section {
    padding: 40px 15px;
  }

  .page-blog-how-to-bet-safely-and-efficiently-with-sv388link-bet__section-title {
    font-size: 1.5rem;
  }

  .page-blog-how-to-bet-safely-and-efficiently-with-sv388link-bet__faq-question {
    font-size: 1rem;
    padding: 15px 20px;
  }

  .page-blog-how-to-bet-safely-and-efficiently-with-sv388link-bet__faq-answer {
    padding: 0 20px 15px;
    font-size: 0.95rem;
  }

  .page-blog-how-to-bet-safely-and-efficiently-with-sv388link-bet__video-section {
    padding-top: 10px !important; /* body already handles --header-offset */
  }
}