/* style/blog-maximize-betting-with-1xbet-code.css */

/* Base styles for the page content, ensuring proper text color for the body background */
.page-blog-maximize-betting-with-1xbet-code {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #F2FFF6; /* Text Main */
  background-color: #08160F; /* Background */
  padding-bottom: 60px;
}

.page-blog-maximize-betting-with-1xbet-code__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

/* Hero Section */
.page-blog-maximize-betting-with-1xbet-code__hero-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 40px 0;
  padding-top: 10px; /* Small top padding, body handles --header-offset */
  background-color: #08160F; /* Background */
}

.page-blog-maximize-betting-with-1xbet-code__hero-image-wrapper {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  margin-bottom: 30px;
}

.page-blog-maximize-betting-with-1xbet-code__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.page-blog-maximize-betting-with-1xbet-code__hero-content {
  text-align: center;
  padding: 0 20px;
  max-width: 900px;
}

.page-blog-maximize-betting-with-1xbet-code__main-title {
  font-size: clamp(2.2em, 4vw, 3.2em);
  font-weight: 700;
  color: #F2FFF6; /* Text Main */
  margin-bottom: 20px;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.page-blog-maximize-betting-with-1xbet-code__description {
  font-size: 1.1em;
  color: #A7D9B8; /* Text Secondary */
  margin-bottom: 30px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-blog-maximize-betting-with-1xbet-code__cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.page-blog-maximize-betting-with-1xbet-code__btn-primary,
.page-blog-maximize-betting-with-1xbet-code__btn-secondary {
  display: inline-block;
  padding: 14px 28px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
  text-align: center;
}

.page-blog-maximize-betting-with-1xbet-code__btn-primary {
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%); /* Button */
  color: #F2FFF6; /* Text Main */
  border: 2px solid transparent;
}

.page-blog-maximize-betting-with-1xbet-code__btn-primary:hover {
  background: linear-gradient(180deg, #13994A 0%, #2AD16F 100%);
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(17, 168, 78, 0.4);
}

.page-blog-maximize-betting-with-1xbet-code__btn-secondary {
  background: transparent;
  color: #11A84E; /* Main Color */
  border: 2px solid #11A84E; /* Border */
}

.page-blog-maximize-betting-with-1xbet-code__btn-secondary:hover {
  background: #11A84E;
  color: #F2FFF6;
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(17, 168, 78, 0.4);
}

/* Content Area */
.page-blog-maximize-betting-with-1xbet-code__content-area {
  padding: 60px 0;
  background-color: #08160F; /* Background */
  color: #F2FFF6; /* Text Main */
}

.page-blog-maximize-betting-with-1xbet-code__section-title {
  font-size: clamp(1.8em, 3vw, 2.5em);
  font-weight: 700;
  color: #F2FFF6; /* Text Main */
  text-align: center;
  margin-bottom: 40px;
  padding-top: 20px;
}

.page-blog-maximize-betting-with-1xbet-code__text-block {
  font-size: 1.05em;
  margin-bottom: 20px;
  color: #A7D9B8; /* Text Secondary */
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.page-blog-maximize-betting-with-1xbet-code__text-block strong {
  color: #F2FFF6;
}

/* Benefits Grid */
.page-blog-maximize-betting-with-1xbet-code__benefits-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.page-blog-maximize-betting-with-1xbet-code__benefit-card {
  background-color: #11271B; /* Card BG */
  border-radius: 12px;
  padding: 30px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid #2E7A4E; /* Border */
}

.page-blog-maximize-betting-with-1xbet-code__benefit-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(17, 168, 78, 0.3);
}

.page-blog-maximize-betting-with-1xbet-code__benefit-icon {
  width: 100%;
  max-width: 250px; /* Ensure images are not too small */
  height: auto;
  margin-bottom: 20px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  border-radius: 8px;
}

.page-blog-maximize-betting-with-1xbet-code__benefit-title {
  font-size: 1.4em;
  color: #F2FFF6; /* Text Main */
  margin-bottom: 15px;
  font-weight: 600;
}

.page-blog-maximize-betting-with-1xbet-code__benefit-description {
  font-size: 0.95em;
  color: #A7D9B8; /* Text Secondary */
}

.page-blog-maximize-betting-with-1xbet-code__cta-center {
  text-align: center;
  margin-top: 50px;
}

/* How-To Guide */
.page-blog-maximize-betting-with-1xbet-code__how-to-guide {
  display: flex;
  flex-direction: column;
  gap: 50px;
  margin-top: 40px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.page-blog-maximize-betting-with-1xbet-code__guide-step {
  background-color: #11271B; /* Card BG */
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  border: 1px solid #2E7A4E; /* Border */
}

.page-blog-maximize-betting-with-1xbet-code__guide-title {
  font-size: 1.5em;
  color: #57E38D; /* Glow */
  margin-bottom: 15px;
  font-weight: 600;
}

.page-blog-maximize-betting-with-1xbet-code__guide-text {
  font-size: 1em;
  color: #A7D9B8; /* Text Secondary */
  margin-bottom: 20px;
}

.page-blog-maximize-betting-with-1xbet-code__guide-image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
  margin-top: 20px;
}

/* Bonus List */
.page-blog-maximize-betting-with-1xbet-code__bonus-list,
.page-blog-maximize-betting-with-1xbet-code__tips-list {
  list-style: none;
  padding: 0;
  margin-top: 30px;
  margin-bottom: 30px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.page-blog-maximize-betting-with-1xbet-code__list-item {
  background-color: #11271B; /* Card BG */
  border: 1px solid #2E7A4E; /* Border */
  padding: 15px 20px;
  margin-bottom: 10px;
  border-radius: 8px;
  color: #A7D9B8; /* Text Secondary */
  font-size: 1em;
  display: flex;
  align-items: flex-start;
}

.page-blog-maximize-betting-with-1xbet-code__list-item::before {
  content: '✓';
  color: #2AD16F;
  font-weight: bold;
  margin-right: 10px;
  font-size: 1.2em;
  line-height: 1;
}

.page-blog-maximize-betting-with-1xbet-code__list-item strong {
  color: #F2FFF6;
}

/* FAQ Section */
.page-blog-maximize-betting-with-1xbet-code__faq-list {
  margin-top: 40px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.page-blog-maximize-betting-with-1xbet-code__faq-item {
  background-color: #11271B; /* Card BG */
  border: 1px solid #2E7A4E; /* Border */
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
}

.page-blog-maximize-betting-with-1xbet-code__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  cursor: pointer;
  font-size: 1.1em;
  color: #F2FFF6; /* Text Main */
  font-weight: 600;
  background-color: #0A4B2C; /* Deep Green */
  border-radius: 8px;
  transition: background-color 0.3s ease;
  list-style: none; /* For details/summary */
}

.page-blog-maximize-betting-with-1xbet-code__faq-question::-webkit-details-marker {
  display: none; /* Hide default marker for details/summary */
}

.page-blog-maximize-betting-with-1xbet-code__faq-question:hover {
  background-color: #11A84E; /* Main Color */
}

.page-blog-maximize-betting-with-1xbet-code__faq-qtext {
  flex-grow: 1;
  pointer-events: none; /* Allow click on entire summary */
}

.page-blog-maximize-betting-with-1xbet-code__faq-toggle {
  font-size: 1.5em;
  font-weight: bold;
  color: #57E38D; /* Glow */
  margin-left: 15px;
  pointer-events: none; /* Allow click on entire summary */
}

.page-blog-maximize-betting-with-1xbet-code__faq-answer {
  padding: 20px 25px;
  font-size: 1em;
  color: #A7D9B8; /* Text Secondary */
  background-color: #11271B; /* Card BG */
  border-top: 1px solid #1E3A2A; /* Divider */
}

.page-blog-maximize-betting-with-1xbet-code__faq-answer p {
  margin-bottom: 0;
}

/* Final CTA */
.page-blog-maximize-betting-with-1xbet-code__cta-final {
  text-align: center;
  margin-top: 60px;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-blog-maximize-betting-with-1xbet-code__main-title {
    font-size: clamp(2em, 5vw, 2.8em);
  }
  .page-blog-maximize-betting-with-1xbet-code__section-title {
    font-size: clamp(1.6em, 4vw, 2.2em);
  }
  .page-blog-maximize-betting-with-1xbet-code__hero-content {
    padding: 0 15px;
  }
  .page-blog-maximize-betting-with-1xbet-code__content-area {
    padding: 40px 0;
  }
}

@media (max-width: 768px) {
  .page-blog-maximize-betting-with-1xbet-code {
    font-size: 16px;
    line-height: 1.6;
  }

  .page-blog-maximize-betting-with-1xbet-code__hero-section {
    padding: 30px 0;
    padding-top: 10px !important; /* body handles --header-offset, this is for visual spacing */
  }
  .page-blog-maximize-betting-with-1xbet-code__main-title {
    font-size: clamp(1.8em, 6vw, 2.5em);
  }
  .page-blog-maximize-betting-with-1xbet-code__description {
    font-size: 1em;
  }
  .page-blog-maximize-betting-with-1xbet-code__cta-buttons {
    flex-direction: column;
    gap: 15px;
    padding: 0 15px;
  }
  .page-blog-maximize-betting-with-1xbet-code__btn-primary,
  .page-blog-maximize-betting-with-1xbet-code__btn-secondary {
    width: 100% !important;
    max-width: 100% !important;
    padding: 12px 20px;
    font-size: 1em;
  }

  .page-blog-maximize-betting-with-1xbet-code__content-area {
    padding: 30px 0;
  }
  .page-blog-maximize-betting-with-1xbet-code__section-title {
    font-size: clamp(1.5em, 5vw, 2em);
    margin-bottom: 30px;
  }
  .page-blog-maximize-betting-with-1xbet-code__text-block {
    font-size: 0.95em;
    padding: 0 15px;
  }
  .page-blog-maximize-betting-with-1xbet-code__benefits-grid {
    grid-template-columns: 1fr;
    padding: 0 15px;
  }
  .page-blog-maximize-betting-with-1xbet-code__benefit-card {
    padding: 25px;
  }
  .page-blog-maximize-betting-with-1xbet-code__how-to-guide {
    gap: 30px;
    padding: 0 15px;
  }
  .page-blog-maximize-betting-with-1xbet-code__guide-step {
    padding: 25px;
  }
  .page-blog-maximize-betting-with-1xbet-code__bonus-list,
  .page-blog-maximize-betting-with-1xbet-code__tips-list,
  .page-blog-maximize-betting-with-1xbet-code__faq-list {
    padding: 0 15px;
  }
  .page-blog-maximize-betting-with-1xbet-code__list-item {
    font-size: 0.95em;
  }
  .page-blog-maximize-betting-with-1xbet-code__faq-question {
    padding: 15px 20px;
    font-size: 1em;
  }
  .page-blog-maximize-betting-with-1xbet-code__faq-answer {
    padding: 15px 20px;
    font-size: 0.95em;
  }

  /* Image and Video Responsive Fixes */
  .page-blog-maximize-betting-with-1xbet-code img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }
  .page-blog-maximize-betting-with-1xbet-code video,
  .page-blog-maximize-betting-with-1xbet-code__video {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }
  .page-blog-maximize-betting-with-1xbet-code__section,
  .page-blog-maximize-betting-with-1xbet-code__card,
  .page-blog-maximize-betting-with-1xbet-code__container,
  .page-blog-maximize-betting-with-1xbet-code__hero-image-wrapper,
  .page-blog-maximize-betting-with-1xbet-code__video-section,
  .page-blog-maximize-betting-with-1xbet-code__video-container,
  .page-blog-maximize-betting-with-1xbet-code__video-wrapper,
  .page-blog-maximize-betting-with-1xbet-code__cta-buttons,
  .page-blog-maximize-betting-with-1xbet-code__button-group,
  .page-blog-maximize-betting-with-1xbet-code__btn-container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden !important;
  }
  .page-blog-maximize-betting-with-1xbet-code__cta-buttons {
    flex-wrap: wrap !important;
    gap: 10px;
  }
  .page-blog-maximize-betting-with-1xbet-code__cta-buttons > a {
    margin: 0 auto;
  }
}

@media (max-width: 480px) {
  .page-blog-maximize-betting-with-1xbet-code__main-title {
    font-size: clamp(1.6em, 7vw, 2.2em);
  }
  .page-blog-maximize-betting-with-1xbet-code__section-title {
    font-size: clamp(1.4em, 6vw, 1.8em);
  }
  .page-blog-maximize-betting-with-1xbet-code__hero-content {
    padding: 0 10px;
  }
  .page-blog-maximize-betting-with-1xbet-code__cta-buttons {
    padding: 0 10px;
  }
  .page-blog-maximize-betting-with-1xbet-code__text-block,
  .page-blog-maximize-betting-with-1xbet-code__benefits-grid,
  .page-blog-maximize-betting-with-1xbet-code__how-to-guide,
  .page-blog-maximize-betting-with-1xbet-code__bonus-list,
  .page-blog-maximize-betting-with-1xbet-code__tips-list,
  .page-blog-maximize-betting-with-1xbet-code__faq-list {
    padding: 0 10px;
  }
  .page-blog-maximize-betting-with-1xbet-code__faq-question {
    padding: 12px 15px;
  }
  .page-blog-maximize-betting-with-1xbet-code__faq-answer {
    padding: 12px 15px;
  }
}