.page-blog-guide-to-online-betting-with-pk345 {
  font-family: 'Arial', sans-serif;
  color: #F2FFF6; /* Text Main */
  background-color: #08160F; /* Background */
  line-height: 1.6;
  padding-bottom: 50px; /* Space above footer */
}

.page-blog-guide-to-online-betting-with-pk345__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

/* Hero Section */
.page-blog-guide-to-online-betting-with-pk345__hero-section {
  position: relative;
  display: flex;
  flex-direction: column; /* Image on top, content below */
  align-items: center;
  padding: 10px 0 60px 0; /* Small top padding, more bottom */
  text-align: center;
  background-color: #0A4B2C; /* Deep Green */
  overflow: hidden; /* Ensure no overflow */
}

.page-blog-guide-to-online-betting-with-pk345__hero-image-wrapper {
  width: 100%;
  max-height: 500px; /* Limit height for hero image */
  overflow: hidden;
}

.page-blog-guide-to-online-betting-with-pk345__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  min-height: 200px; /* Ensure minimum size */
}

.page-blog-guide-to-online-betting-with-pk345__hero-content {
  padding: 40px 20px;
  max-width: 900px;
  margin-top: -80px; /* Overlap slightly with image for visual flow */
  background-color: #11271B; /* Card BG */
  border-radius: 15px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
  z-index: 10;
  position: relative;
}

.page-blog-guide-to-online-betting-with-pk345__main-title {
  font-size: clamp(2rem, 5vw, 3.2rem); /* Responsive font size */
  font-weight: 700;
  color: #F2C14E; /* Gold */
  margin-bottom: 20px;
  line-height: 1.2;
}

.page-blog-guide-to-online-betting-with-pk345__hero-description {
  font-size: 1.1rem;
  color: #A7D9B8; /* Text Secondary */
  margin-bottom: 30px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-blog-guide-to-online-betting-with-pk345__cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap; /* Allow wrapping on small screens */
}

.page-blog-guide-to-online-betting-with-pk345__btn-primary,
.page-blog-guide-to-online-betting-with-pk345__btn-secondary {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 700;
  font-size: 1.1rem;
  transition: all 0.3s ease;
  white-space: normal;
  word-wrap: break-word;
  box-sizing: border-box;
  max-width: 100%;
}

.page-blog-guide-to-online-betting-with-pk345__btn-primary {
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
  color: #ffffff;
  border: none;
  box-shadow: 0 4px 15px rgba(17, 168, 78, 0.4);
}

.page-blog-guide-to-online-betting-with-pk345__btn-primary:hover {
  background: linear-gradient(180deg, #13994A 0%, #2AD16F 100%);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(17, 168, 78, 0.6);
}

.page-blog-guide-to-online-betting-with-pk345__btn-secondary {
  background: transparent;
  color: #2AD16F;
  border: 2px solid #2AD16F;
}

.page-blog-guide-to-online-betting-with-pk345__btn-secondary:hover {
  background-color: #2AD16F;
  color: #ffffff;
  transform: translateY(-2px);
}

/* General Section Styling */
.page-blog-guide-to-online-betting-with-pk345__section {
  padding: 60px 0;
  text-align: center;
  border-bottom: 1px solid #1E3A2A; /* Divider */
}

.page-blog-guide-to-online-betting-with-pk345__section:last-of-type {
  border-bottom: none;
}

.page-blog-guide-to-online-betting-with-pk345__section-title {
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  font-weight: 700;
  color: #F2C14E; /* Gold */
  margin-bottom: 30px;
  position: relative;
  display: inline-block;
  padding-bottom: 10px;
}

.page-blog-guide-to-online-betting-with-pk345__section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: #2AD16F; /* Button top color */
  border-radius: 2px;
}

.page-blog-guide-to-online-betting-with-pk345__text-block {
  font-size: 1.05rem;
  color: #A7D9B8; /* Text Secondary */
  margin-bottom: 25px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

.page-blog-guide-to-online-betting-with-pk345__image-content {
  width: 100%;
  height: auto;
  display: block;
  margin: 30px auto;
  border-radius: 10px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
  object-fit: cover;
  min-height: 200px; /* Ensure minimum size */
}

/* Why Choose Section */
.page-blog-guide-to-online-betting-with-pk345__features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
  text-align: left;
}

.page-blog-guide-to-online-betting-with-pk345__feature-card {
  background-color: #11271B; /* Card BG */
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  min-height: 200px; /* Ensure minimum height */
  display: flex;
  flex-direction: column;
}

.page-blog-guide-to-online-betting-with-pk345__feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}

.page-blog-guide-to-online-betting-with-pk345__feature-title {
  font-size: 1.5rem;
  color: #2AD16F; /* Button top color */
  margin-bottom: 15px;
  font-weight: 600;
}

.page-blog-guide-to-online-betting-with-pk345__feature-description {
  color: #A7D9B8; /* Text Secondary */
  font-size: 1rem;
}

/* Products Section */
.page-blog-guide-to-online-betting-with-pk345__product-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  margin-top: 40px;
  text-align: left;
}

.page-blog-guide-to-online-betting-with-pk345__product-card {
  background-color: #11271B; /* Card BG */
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  min-height: 220px; /* Ensure minimum height */
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.page-blog-guide-to-online-betting-with-pk345__product-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}

.page-blog-guide-to-online-betting-with-pk345__product-title {
  font-size: 1.4rem;
  color: #F2C14E; /* Gold */
  margin-bottom: 10px;
  font-weight: 600;
}

.page-blog-guide-to-online-betting-with-pk345__product-description {
  color: #A7D9B8; /* Text Secondary */
  font-size: 0.95rem;
  margin-bottom: 20px;
  flex-grow: 1;
}

.page-blog-guide-to-online-betting-with-pk345__btn-small {
  display: inline-block;
  padding: 10px 20px;
  border-radius: 25px;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.9rem;
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
  color: #ffffff;
  border: none;
  transition: all 0.3s ease;
  white-space: normal;
  word-wrap: break-word;
  box-sizing: border-box;
  max-width: 100%;
}

.page-blog-guide-to-online-betting-with-pk345__btn-small:hover {
  background: linear-gradient(180deg, #13994A 0%, #2AD16F 100%);
  transform: translateY(-1px);
}

/* Guide Section */
.page-blog-guide-to-online-betting-with-pk345__guide-step {
  background-color: #11271B; /* Card BG */
  padding: 30px;
  border-radius: 10px;
  margin-bottom: 20px;
  text-align: left;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
}

.page-blog-guide-to-online-betting-with-pk345__step-title {
  font-size: 1.4rem;
  color: #2AD16F; /* Button top color */
  margin-bottom: 10px;
  font-weight: 600;
}

.page-blog-guide-to-online-betting-with-pk345__step-description {
  color: #A7D9B8; /* Text Secondary */
  font-size: 1rem;
}

.page-blog-guide-to-online-betting-with-pk345__btn-center {
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  display: block; /* Center block element */
  width: fit-content; /* Adjust width to content */
}

.page-blog-guide-to-online-betting-with-pk345__mt-40 {
  margin-top: 40px;
}

/* Payment Section */
.page-blog-guide-to-online-betting-with-pk345__payment-methods {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
  text-align: left;
}

.page-blog-guide-to-online-betting-with-pk345__method-card {
  background-color: #11271B; /* Card BG */
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  min-height: 150px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.page-blog-guide-to-online-betting-with-pk345__method-title {
  font-size: 1.4rem;
  color: #F2C14E; /* Gold */
  margin-bottom: 10px;
  font-weight: 600;
}

.page-blog-guide-to-online-betting-with-pk345__method-description {
  color: #A7D9B8; /* Text Secondary */
  font-size: 1rem;
}

/* Promotions Section */
.page-blog-guide-to-online-betting-with-pk345__promotion-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
  text-align: left;
}

.page-blog-guide-to-online-betting-with-pk345__promo-card {
  background-color: #11271B; /* Card BG */
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease;
  min-height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.page-blog-guide-to-online-betting-with-pk345__promo-card:hover {
  transform: translateY(-5px);
}

.page-blog-guide-to-online-betting-with-pk345__promo-title {
  font-size: 1.4rem;
  color: #2AD16F; /* Button top color */
  margin-bottom: 10px;
  font-weight: 600;
}

.page-blog-guide-to-online-betting-with-pk345__promo-description {
  color: #A7D9B8; /* Text Secondary */
  font-size: 1rem;
  margin-bottom: 20px;
  flex-grow: 1;
}

/* Tips Section */
.page-blog-guide-to-online-betting-with-pk345__tips-list {
  list-style: none;
  padding: 0;
  margin-top: 40px;
  text-align: left;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.page-blog-guide-to-online-betting-with-pk345__tips-list li {
  background-color: #11271B; /* Card BG */
  padding: 20px 30px;
  border-radius: 8px;
  margin-bottom: 15px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  color: #A7D9B8; /* Text Secondary */
  font-size: 1rem;
  border-left: 5px solid #2AD16F;
}

.page-blog-guide-to-online-betting-with-pk345__tips-list li strong {
  color: #F2FFF6; /* Text Main */
  font-weight: 700;
}

/* Support Section */
.page-blog-guide-to-online-betting-with-pk345__contact-info {
  background-color: #11271B; /* Card BG */
  padding: 30px;
  border-radius: 10px;
  margin-top: 40px;
  text-align: left;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-blog-guide-to-online-betting-with-pk345__contact-info p,
.page-blog-guide-to-online-betting-with-pk345__contact-info ul {
  color: #A7D9B8; /* Text Secondary */
  font-size: 1rem;
  margin-bottom: 15px;
}

.page-blog-guide-to-online-betting-with-pk345__contact-info strong {
  color: #F2FFF6; /* Text Main */
}

.page-blog-guide-to-online-betting-with-pk345__contact-info ul {
  list-style: none;
  padding-left: 20px; /* Indent for list items */
}

.page-blog-guide-to-online-betting-with-pk345__contact-info ul li::before {
  content: '👉'; /* Custom bullet point */
  color: #2AD16F;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

/* FAQ Section */
.page-blog-guide-to-online-betting-with-pk345__faq-list {
  margin-top: 40px;
  text-align: left;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.page-blog-guide-to-online-betting-with-pk345__faq-item {
  background-color: #11271B; /* Card BG */
  border-radius: 10px;
  margin-bottom: 15px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
  overflow: hidden;
}

.page-blog-guide-to-online-betting-with-pk345__faq-item summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 30px;
  font-size: 1.15rem;
  font-weight: 600;
  color: #F2FFF6; /* Text Main */
  cursor: pointer;
  background-color: #11271B; /* Card BG */
  border-bottom: 1px solid #1E3A2A;
  list-style: none; /* Remove default marker */
}

.page-blog-guide-to-online-betting-with-pk345__faq-item summary::-webkit-details-marker {
  display: none; /* Hide default marker for webkit browsers */
}

.page-blog-guide-to-online-betting-with-pk345__faq-qtext {
  flex-grow: 1;
  color: #2AD16F; /* Highlight question */
}

.page-blog-guide-to-online-betting-with-pk345__faq-toggle {
  font-size: 1.8rem;
  line-height: 1;
  margin-left: 15px;
  color: #F2C14E; /* Gold */
}

.page-blog-guide-to-online-betting-with-pk345__faq-item[open] .page-blog-guide-to-online-betting-with-pk345__faq-toggle {
  content: '−';
}

.page-blog-guide-to-online-betting-with-pk345__faq-answer {
  padding: 20px 30px 30px;
  font-size: 1rem;
  color: #A7D9B8; /* Text Secondary */
  text-align: left;
}

/* Conclusion Section */
.page-blog-guide-to-online-betting-with-pk345__conclusion-section {
  padding-bottom: 80px;
}

/* Responsive Design */
@media (max-width: 768px) {
  .page-blog-guide-to-online-betting-with-pk345 {
    font-size: 16px;
    line-height: 1.6;
  }

  .page-blog-guide-to-online-betting-with-pk345__hero-section {
    padding: 10px 0 40px 0;
  }

  .page-blog-guide-to-online-betting-with-pk345__hero-content {
    margin-top: -60px; /* Adjust overlap */
    padding: 30px 15px;
  }

  .page-blog-guide-to-online-betting-with-pk345__main-title {
    font-size: clamp(1.8rem, 8vw, 2.5rem);
  }

  .page-blog-guide-to-online-betting-with-pk345__hero-description {
    font-size: 1rem;
  }

  .page-blog-guide-to-online-betting-with-pk345__cta-buttons {
    flex-direction: column;
    gap: 15px;
    width: 100%;
    max-width: 300px; /* Constrain buttons */
    margin-left: auto;
    margin-right: auto;
  }

  .page-blog-guide-to-online-betting-with-pk345__btn-primary,
  .page-blog-guide-to-online-betting-with-pk345__btn-secondary,
  .page-blog-guide-to-online-betting-with-pk345__btn-small {
    padding: 12px 20px;
    font-size: 1rem;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
  }

  .page-blog-guide-to-online-betting-with-pk345__section {
    padding: 40px 0;
  }

  .page-blog-guide-to-online-betting-with-pk345__section-title {
    font-size: clamp(1.6rem, 7vw, 2.2rem);
  }

  .page-blog-guide-to-online-betting-with-pk345__text-block {
    font-size: 0.95rem;
    text-align: center;
  }
  
  .page-blog-guide-to-online-betting-with-pk345__image-content {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    min-height: 200px; /* Maintain minimum height */
  }

  .page-blog-guide-to-online-betting-with-pk345__feature-card,
  .page-blog-guide-to-online-betting-with-pk345__product-card,
  .page-blog-guide-to-online-betting-to-online-betting-with-pk345__method-card,
  .page-blog-guide-to-online-betting-with-pk345__promo-card {
    padding: 25px;
    min-height: auto; /* Allow height to adjust */
  }

  .page-blog-guide-to-online-betting-with-pk345__feature-title,
  .page-blog-guide-to-online-betting-with-pk345__product-title,
  .page-blog-guide-to-online-betting-with-pk345__method-title,
  .page-blog-guide-to-online-betting-with-pk345__promo-title,
  .page-blog-guide-to-online-betting-with-pk345__step-title {
    font-size: 1.3rem;
  }

  .page-blog-guide-to-online-betting-with-pk345__feature-description,
  .page-blog-guide-to-online-betting-with-pk345__product-description,
  .page-blog-guide-to-online-betting-with-pk345__method-description,
  .page-blog-guide-to-online-betting-with-pk345__promo-description,
  .page-blog-guide-to-online-betting-with-pk345__step-description,
  .page-blog-guide-to-online-betting-with-pk345__tips-list li,
  .page-blog-guide-to-online-betting-with-pk345__contact-info p,
  .page-blog-guide-to-online-betting-with-pk345__contact-info ul li,
  .page-blog-guide-to-online-betting-with-pk345__faq-answer p {
    font-size: 0.9rem;
  }

  .page-blog-guide-to-online-betting-with-pk345__faq-item summary {
    padding: 15px 20px;
    font-size: 1rem;
  }

  .page-blog-guide-to-online-betting-with-pk345__faq-qtext {
    color: #2AD16F;
  }

  .page-blog-guide-to-online-betting-with-pk345__faq-toggle {
    font-size: 1.5rem;
  }

  .page-blog-guide-to-online-betting-with-pk345__faq-answer {
    padding: 15px 20px 20px;
  }

  /* Universal mobile image, video, button overflow fix */
  .page-blog-guide-to-online-betting-with-pk345 img,
  .page-blog-guide-to-online-betting-with-pk345 video,
  .page-blog-guide-to-online-betting-with-pk345__video {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }
  
  .page-blog-guide-to-online-betting-with-pk345__section,
  .page-blog-guide-to-online-betting-with-pk345__card,
  .page-blog-guide-to-online-betting-with-pk345__container,
  .page-blog-guide-to-online-betting-with-pk345__video-section,
  .page-blog-guide-to-online-betting-with-pk345__video-container,
  .page-blog-guide-to-online-betting-with-pk345__video-wrapper,
  .page-blog-guide-to-online-betting-with-pk345__cta-buttons,
  .page-blog-guide-to-online-betting-with-pk345__button-group,
  .page-blog-guide-to-online-betting-with-pk345__btn-container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden !important; /* Ensure no overflow */
  }

  .page-blog-guide-to-online-betting-with-pk345__video-section {
    padding-top: 10px !important; /* body already has padding-top from header */
  }

  .page-blog-guide-to-online-betting-with-pk345__cta-buttons {
    flex-wrap: wrap !important;
    gap: 10px;
    flex-direction: column; /* Stack buttons vertically */
  }
}

/* Tablet adjustments */
@media (min-width: 769px) and (max-width: 1024px) {
  .page-blog-guide-to-online-betting-with-pk345__hero-content {
    margin-top: -70px;
    padding: 35px;
  }
  .page-blog-guide-to-online-betting-with-pk345__cta-buttons {
    gap: 15px;
  }
  .page-blog-guide-to-online-betting-with-pk345__section-title {
    font-size: 2.2rem;
  }
  .page-blog-guide-to-online-betting-with-pk345__text-block {
    font-size: 1rem;
  }
}