.page-blog-vbet-official-sports-betting-guide {
  background-color: #08160F;
  color: #F2FFF6;
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  font-size: 16px;
}

.page-blog-vbet-official-sports-betting-guide__hero-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
  padding-top: 10px;
}

.page-blog-vbet-official-sports-betting-guide__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  z-index: 1;
}

.page-blog-vbet-official-sports-betting-guide__hero-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, rgba(8, 22, 15, 0.7) 0%, rgba(8, 22, 15, 0.9) 100%);
  z-index: 2;
  padding: 20px;
  box-sizing: border-box;
}

.page-blog-vbet-official-sports-betting-guide__main-title {
  color: #F2FFF6;
  font-size: clamp(2.2rem, 5vw, 3.5rem);
  font-weight: 700;
  margin-bottom: 15px;
  max-width: 900px;
  line-height: 1.2;
}

.page-blog-vbet-official-sports-betting-guide__hero-description {
  color: #A7D9B8;
  font-size: clamp(1rem, 2vw, 1.3rem);
  margin-bottom: 30px;
  max-width: 800px;
}

.page-blog-vbet-official-sports-betting-guide__cta-buttons {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  max-width: 600px;
  box-sizing: border-box;
}

.page-blog-vbet-official-sports-betting-guide__btn-primary,
.page-blog-vbet-official-sports-betting-guide__btn-secondary {
  padding: 14px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 700;
  font-size: 1rem;
  transition: all 0.3s ease;
  white-space: normal;
  word-wrap: break-word;
  box-sizing: border-box;
  max-width: 100%;
  text-align: center;
}

.page-blog-vbet-official-sports-betting-guide__btn-primary {
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
  color: #F2FFF6;
  border: none;
}

.page-blog-vbet-official-sports-betting-guide__btn-primary:hover {
  background: linear-gradient(180deg, #13994A 0%, #2AD16F 100%);
  box-shadow: 0 0 15px rgba(87, 227, 141, 0.6);
}

.page-blog-vbet-official-sports-betting-guide__btn-secondary {
  background: transparent;
  color: #57E38D;
  border: 2px solid #57E38D;
}

.page-blog-vbet-official-sports-betting-guide__btn-secondary:hover {
  background-color: rgba(87, 227, 141, 0.1);
  color: #F2FFF6;
}

.page-blog-vbet-official-sports-betting-guide__section {
  padding: 60px 20px;
  text-align: center;
}

.page-blog-vbet-official-sports-betting-guide__container {
  max-width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
}

.page-blog-vbet-official-sports-betting-guide__section-title {
  color: #F2FFF6;
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  margin-bottom: 25px;
  font-weight: 700;
}

.page-blog-vbet-official-sports-betting-guide__text-block {
  color: #A7D9B8;
  margin-bottom: 20px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.page-blog-vbet-official-sports-betting-guide__card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-blog-vbet-official-sports-betting-guide__card {
  background-color: #11271B;
  border: 1px solid #2E7A4E;
  border-radius: 10px;
  padding: 30px;
  text-align: left;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #F2FFF6;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-blog-vbet-official-sports-betting-guide__card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(87, 227, 141, 0.4);
}

.page-blog-vbet-official-sports-betting-guide__card-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 20px;
  display: block;
}

.page-blog-vbet-official-sports-betting-guide__card-title {
  color: #F2FFF6;
  font-size: 1.5rem;
  margin-bottom: 15px;
  font-weight: 600;
}

.page-blog-vbet-official-sports-betting-guide__card-description {
  color: #A7D9B8;
  font-size: 0.95rem;
  margin-bottom: 20px;
  flex-grow: 1;
}

.page-blog-vbet-official-sports-betting-guide__card-button {
  display: inline-block;
  padding: 10px 20px;
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
  color: #F2FFF6;
  text-decoration: none;
  border-radius: 6px;
  font-weight: 600;
  font-size: 0.9rem;
  transition: background 0.3s ease, box-shadow 0.3s ease;
  white-space: normal;
  word-wrap: break-word;
  box-sizing: border-box;
  max-width: 100%;
  text-align: center;
}

.page-blog-vbet-official-sports-betting-guide__card-button:hover {
  background: linear-gradient(180deg, #13994A 0%, #2AD16F 100%);
  box-shadow: 0 0 10px rgba(87, 227, 141, 0.5);
}

.page-blog-vbet-official-sports-betting-guide__content-row {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-top: 40px;
  text-align: left;
}

.page-blog-vbet-official-sports-betting-guide__content-row:nth-child(even) {
  flex-direction: row-reverse;
}

.page-blog-vbet-official-sports-betting-guide__content-text {
  flex: 1;
}

.page-blog-vbet-official-sports-betting-guide__content-image-wrapper {
  flex: 1;
  min-width: 300px;
}

.page-blog-vbet-official-sports-betting-guide__content-image {
  width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  display: block;
}

.page-blog-vbet-official-sports-betting-guide__sub-title {
  color: #F2FFF6;
  font-size: 1.6rem;
  margin-top: 30px;
  margin-bottom: 15px;
  font-weight: 600;
}

.page-blog-vbet-official-sports-betting-guide__sub-title + p {
  color: #A7D9B8;
  margin-bottom: 20px;
}

.page-blog-vbet-official-sports-betting-guide__features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-blog-vbet-official-sports-betting-guide__feature-item {
  background-color: #11271B;
  border: 1px solid #2E7A4E;
  border-radius: 10px;
  padding: 30px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #F2FFF6;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-blog-vbet-official-sports-betting-guide__feature-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(87, 227, 141, 0.4);
}

.page-blog-vbet-official-sports-betting-guide__feature-icon {
  width: 100px;
  height: 100px;
  object-fit: contain;
  margin-bottom: 20px;
  display: block;
}

.page-blog-vbet-official-sports-betting-guide__feature-title {
  color: #F2FFF6;
  font-size: 1.4rem;
  margin-bottom: 15px;
  font-weight: 600;
}

.page-blog-vbet-official-sports-betting-guide__feature-item p {
  color: #A7D9B8;
  font-size: 0.95rem;
  margin-bottom: 20px;
  flex-grow: 1;
}

.page-blog-vbet-official-sports-betting-guide__feature-link {
  display: inline-block;
  padding: 8px 18px;
  background: transparent;
  color: #57E38D;
  border: 1px solid #57E38D;
  text-decoration: none;
  border-radius: 5px;
  font-weight: 500;
  font-size: 0.85rem;
  transition: background-color 0.3s ease, color 0.3s ease;
  white-space: normal;
  word-wrap: break-word;
  box-sizing: border-box;
  max-width: 100%;
  text-align: center;
}

.page-blog-vbet-official-sports-betting-guide__feature-link:hover {
  background-color: #57E38D;
  color: #11271B;
}

.page-blog-vbet-official-sports-betting-guide__faq-list {
  margin-top: 40px;
  text-align: left;
}

.page-blog-vbet-official-sports-betting-guide__faq-item {
  background-color: #11271B;
  border: 1px solid #2E7A4E;
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
}

.page-blog-vbet-official-sports-betting-guide__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  cursor: pointer;
  color: #F2FFF6;
  font-weight: 600;
  font-size: 1.1rem;
  background-color: #0A4B2C;
  border-bottom: 1px solid #2E7A4E;
  list-style: none;
}

.page-blog-vbet-official-sports-betting-guide__faq-question::-webkit-details-marker {
  display: none;
}

.page-blog-vbet-official-sports-betting-guide__faq-question:hover {
  background-color: #11A84E;
}

.page-blog-vbet-official-sports-betting-guide__faq-toggle {
  font-size: 1.5rem;
  line-height: 1;
  transition: transform 0.3s ease;
}

.page-blog-vbet-official-sports-betting-guide__faq-item[open] .page-blog-vbet-official-sports-betting-guide__faq-toggle {
  transform: rotate(45deg);
}

.page-blog-vbet-official-sports-betting-guide__faq-answer {
  padding: 20px;
  color: #A7D9B8;
  font-size: 0.95rem;
  line-height: 1.8;
}

.page-blog-vbet-official-sports-betting-guide__faq-answer p {
  margin-bottom: 0;
}

/* Responsive adjustments */
@media (max-width: 992px) {
  .page-blog-vbet-official-sports-betting-guide__content-row {
    flex-direction: column;
    text-align: center;
  }
  .page-blog-vbet-official-sports-betting-guide__content-row:nth-child(even) {
    flex-direction: column;
  }
  .page-blog-vbet-official-sports-betting-guide__content-image-wrapper {
    margin-top: 30px;
  }
}

@media (max-width: 768px) {
  .page-blog-vbet-official-sports-betting-guide__hero-content {
    padding: 15px;
  }
  .page-blog-vbet-official-sports-betting-guide__main-title {
    font-size: 2rem;
  }
  .page-blog-vbet-official-sports-betting-guide__hero-description {
    font-size: 0.9rem;
  }
  .page-blog-vbet-official-sports-betting-guide__cta-buttons {
    flex-direction: column;
    gap: 15px;
  }
  .page-blog-vbet-official-sports-betting-guide__btn-primary,
  .page-blog-vbet-official-sports-betting-guide__btn-secondary {
    width: 100% !important;
    padding: 12px 20px;
  }

  .page-blog-vbet-official-sports-betting-guide__section {
    padding: 40px 15px;
  }
  .page-blog-vbet-official-sports-betting-guide__container {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  .page-blog-vbet-official-sports-betting-guide__card-grid,
  .page-blog-vbet-official-sports-betting-guide__features-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .page-blog-vbet-official-sports-betting-guide__card,
  .page-blog-vbet-official-sports-betting-guide__feature-item {
    padding: 20px;
  }

  .page-blog-vbet-official-sports-betting-guide__card-image,
  .page-blog-vbet-official-sports-betting-guide__content-image,
  .page-blog-vbet-official-sports-betting-guide__feature-icon,
  .page-blog-vbet-official-sports-betting-guide__hero-image {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
    box-sizing: border-box !important;
  }
  
  .page-blog-vbet-official-sports-betting-guide__content-image-wrapper {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }

  .page-blog-vbet-official-sports-betting-guide__faq-question {
    font-size: 1rem;
    padding: 15px;
  }
  .page-blog-vbet-official-sports-betting-guide__faq-answer {
    padding: 15px;
  }
}