/* style/resources-kubet-3939-sports-betting-tips.css */

:root {
  --primary-color: #26A9E0;
  --secondary-color: #FFFFFF;
  --text-dark: #333333;
  --text-light: #ffffff;
  --button-login: #EA7C07;
  --background-color-page: #FFFFFF;
  --dark-bg-text: #ffffff;
  --light-bg-text: #333333;
}

.page-resources-kubet-3939-sports-betting-tips {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: var(--light-bg-text); /* Default text color for light body background */
  background-color: var(--background-color-page);
}

.page-resources-kubet-3939-sports-betting-tips__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: var(--text-light);
  padding: 80px 20px 40px;
  min-height: 500px;
  background: linear-gradient(135deg, var(--primary-color) 0%, #1a7bb0 100%);
  padding-top: var(--header-offset, 120px);
}

.page-resources-kubet-3939-sports-betting-tips__hero-content {
  z-index: 10;
  max-width: 900px;
  margin-bottom: 30px;
}

.page-resources-kubet-3939-sports-betting-tips__hero-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  font-weight: bold;
  color: var(--text-light);
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.page-resources-kubet-3939-sports-betting-tips__hero-description {
  font-size: 1.3em;
  margin-bottom: 30px;
  color: var(--text-light);
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-resources-kubet-3939-sports-betting-tips__hero-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
}

.page-resources-kubet-3939-sports-betting-tips__video-wrapper {
  position: relative;
  width: 100%;
  max-width: 900px;
  margin-top: 40px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
}

.page-resources-kubet-3939-sports-betting-tips__video {
  width: 100%;
  height: auto;
  display: block;
  cursor: pointer;
}

.page-resources-kubet-3939-sports-betting-tips__section {
  padding: 60px 20px;
  background-color: var(--background-color-page);
  color: var(--light-bg-text);
}

.page-resources-kubet-3939-sports-betting-tips__section:nth-of-type(even) {
  background-color: #f9f9f9;
}

.page-resources-kubet-3939-sports-betting-tips__container {
  max-width: 1200px;
  margin: 0 auto;
}

.page-resources-kubet-3939-sports-betting-tips__heading {
  font-size: 2.5em;
  color: var(--primary-color);
  text-align: center;
  margin-bottom: 40px;
  font-weight: bold;
}

.page-resources-kubet-3939-sports-betting-tips__sub-heading {
  font-size: 1.8em;
  color: var(--primary-color);
  margin-top: 30px;
  margin-bottom: 15px;
  font-weight: bold;
}

.page-resources-kubet-3939-sports-betting-tips__paragraph {
  font-size: 1.1em;
  margin-bottom: 20px;
  line-height: 1.8;
  color: var(--light-bg-text);
}

.page-resources-kubet-3939-sports-betting-tips__list {
  list-style: disc inside;
  margin-bottom: 20px;
  padding-left: 20px;
}

.page-resources-kubet-3939-sports-betting-tips__ordered-list {
  list-style: decimal inside;
  margin-bottom: 20px;
  padding-left: 20px;
}

.page-resources-kubet-3939-sports-betting-tips__list-item {
  font-size: 1.1em;
  margin-bottom: 10px;
  color: var(--light-bg-text);
}

.page-resources-kubet-3939-sports-betting-tips__image-container {
  text-align: center;
  margin: 40px 0;
}

.page-resources-kubet-3939-sports-betting-tips__image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  min-width: 200px;
  min-height: 200px;
}

.page-resources-kubet-3939-sports-betting-tips__btn-primary,
.page-resources-kubet-3939-sports-betting-tips__btn-secondary,
.page-resources-kubet-3939-sports-betting-tips__btn-inline {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
  text-align: center;
  cursor: pointer;
  border: 2px solid transparent;
}

.page-resources-kubet-3939-sports-betting-tips__btn-primary {
  background-color: var(--button-login);
  color: var(--text-light);
  border-color: var(--button-login);
}

.page-resources-kubet-3939-sports-betting-tips__btn-primary:hover {
  background-color: #e06c00;
  border-color: #e06c00;
  transform: translateY(-2px);
}

.page-resources-kubet-3939-sports-betting-tips__btn-secondary {
  background-color: var(--secondary-color);
  color: var(--primary-color);
  border-color: var(--primary-color);
}

.page-resources-kubet-3939-sports-betting-tips__btn-secondary:hover {
  background-color: var(--primary-color);
  color: var(--secondary-color);
  transform: translateY(-2px);
}

.page-resources-kubet-3939-sports-betting-tips__btn-inline {
  background-color: var(--primary-color);
  color: var(--text-light);
  border-color: var(--primary-color);
  padding: 8px 18px;
  font-size: 0.9em;
  margin-top: 10px;
  margin-right: 10px;
}

.page-resources-kubet-3939-sports-betting-tips__btn-inline:hover {
  background-color: #1a7bb0;
  border-color: #1a7bb0;
}

.page-resources-kubet-3939-sports-betting-tips__cta-bottom {
  text-align: center;
  background-color: var(--primary-color);
  color: var(--text-light);
  padding: 80px 20px;
}

.page-resources-kubet-3939-sports-betting-tips__cta-bottom .page-resources-kubet-3939-sports-betting-tips__heading {
  color: var(--text-light);
}

.page-resources-kubet-3939-sports-betting-tips__cta-bottom .page-resources-kubet-3939-sports-betting-tips__paragraph {
  color: var(--text-light);
  max-width: 800px;
  margin: 0 auto 40px;
}

.page-resources-kubet-3939-sports-betting-tips__cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
}

/* FAQ Section Styling */
.page-resources-kubet-3939-sports-betting-tips__faq-section {
  background-color: #f0f8ff;
}

.page-resources-kubet-3939-sports-betting-tips__faq-list {
  margin-top: 40px;
}

.page-resources-kubet-3939-sports-betting-tips__faq-item {
  background-color: var(--secondary-color);
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.page-resources-kubet-3939-sports-betting-tips__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  cursor: pointer;
  background-color: var(--secondary-color);
  color: var(--primary-color);
  font-weight: bold;
  font-size: 1.2em;
  border-bottom: 1px solid #eee;
}

.page-resources-kubet-3939-sports-betting-tips__faq-question:hover {
  background-color: #f5f5f5;
}

.page-resources-kubet-3939-sports-betting-tips__faq-title {
  margin: 0;
  color: var(--primary-color);
}

.page-resources-kubet-3939-sports-betting-tips__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  transition: transform 0.3s ease;
}

.page-resources-kubet-3939-sports-betting-tips__faq-item.active .page-resources-kubet-3939-sports-betting-tips__faq-toggle {
  transform: rotate(45deg);
}

.page-resources-kubet-3939-sports-betting-tips__faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 25px;
  transition: max-height 0.3s ease, padding 0.3s ease;
  color: var(--light-bg-text);
}

.page-resources-kubet-3939-sports-betting-tips__faq-item.active .page-resources-kubet-3939-sports-betting-tips__faq-answer {
  max-height: 1000px !important; /* Sufficiently large to show content */
  padding: 15px 25px;
}

.page-resources-kubet-3939-sports-betting-tips__faq-answer .page-resources-kubet-3939-sports-betting-tips__paragraph {
  margin-bottom: 0;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-resources-kubet-3939-sports-betting-tips__hero-title {
    font-size: 2.8em;
  }

  .page-resources-kubet-3939-sports-betting-tips__hero-description {
    font-size: 1.2em;
  }

  .page-resources-kubet-3939-sports-betting-tips__heading {
    font-size: 2em;
  }

  .page-resources-kubet-3939-sports-betting-tips__sub-heading {
    font-size: 1.6em;
  }
}

@media (max-width: 768px) {
  .page-resources-kubet-3939-sports-betting-tips__hero-section {
    padding-top: var(--header-offset, 120px) !important;
    min-height: 400px;
  }

  .page-resources-kubet-3939-sports-betting-tips__hero-title {
    font-size: 2.2em;
    margin-bottom: 15px;
  }

  .page-resources-kubet-3939-sports-betting-tips__hero-description {
    font-size: 1em;
    margin-bottom: 20px;
  }

  .page-resources-kubet-3939-sports-betting-tips__hero-buttons,
  .page-resources-kubet-3939-sports-betting-tips__cta-buttons {
    flex-direction: column;
    gap: 15px;
  }

  .page-resources-kubet-3939-sports-betting-tips__btn-primary,
  .page-resources-kubet-3939-sports-betting-tips__btn-secondary,
  .page-resources-kubet-3939-sports-betting-tips__btn-inline,
  .page-resources-kubet-3939-sports-betting-tips a[class*="button"],
  .page-resources-kubet-3939-sports-betting-tips a[class*="btn"] {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-resources-kubet-3939-sports-betting-tips__section,
  .page-resources-kubet-3939-sports-betting-tips__container {
    padding: 30px 15px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    overflow-x: hidden !important; /* Prevent horizontal scroll */
  }

  .page-resources-kubet-3939-sports-betting-tips__heading {
    font-size: 1.8em;
    margin-bottom: 30px;
  }

  .page-resources-kubet-3939-sports-betting-tips__sub-heading {
    font-size: 1.4em;
  }

  .page-resources-kubet-3939-sports-betting-tips__paragraph,
  .page-resources-kubet-3939-sports-betting-tips__list-item {
    font-size: 1em;
  }

  /* Image and Video Responsive Adaptation */
  .page-resources-kubet-3939-sports-betting-tips img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }
  .page-resources-kubet-3939-sports-betting-tips video,
  .page-resources-kubet-3939-sports-betting-tips__video {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }
  .page-resources-kubet-3939-sports-betting-tips__video-wrapper {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }
  .page-resources-kubet-3939-sports-betting-tips__image-container {
    overflow: hidden !important;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }
}

@media (max-width: 480px) {
  .page-resources-kubet-3939-sports-betting-tips__hero-title {
    font-size: 1.8em;
  }

  .page-resources-kubet-3939-sports-betting-tips__heading {
    font-size: 1.6em;
  }

  .page-resources-kubet-3939-sports-betting-tips__faq-question {
    font-size: 1em;
    padding: 15px 20px;
  }

  .page-resources-kubet-3939-sports-betting-tips__faq-answer {
    padding: 0 20px;
  }

  .page-resources-kubet-3939-sports-betting-tips__faq-item.active .page-resources-kubet-3939-sports-betting-tips__faq-answer {
    padding: 10px 20px;
  }
}