/* style/blog-f7899top-slot-games-tips-and-new-releases.css */
.page-blog-f7899top-slot-games-tips-and-new-releases {
  font-family: 'Arial', sans-serif;
  background-color: #08160F; /* Custom Background */
  color: #F2FFF6; /* Custom Text Main */
  line-height: 1.6;
}

.page-blog-f7899top-slot-games-tips-and-new-releases__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-blog-f7899top-slot-games-tips-and-new-releases__hero-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 10px; /* Small top padding, body handles --header-offset */
  padding-bottom: 60px;
  overflow: hidden;
}

.page-blog-f7899top-slot-games-tips-and-new-releases__hero-image-wrapper {
  width: 100%;
  position: relative;
  margin-bottom: 30px;
}

.page-blog-f7899top-slot-games-tips-and-new-releases__hero-image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
}

.page-blog-f7899top-slot-games-tips-and-new-releases__hero-content {
  text-align: center;
  max-width: 800px;
  padding: 0 20px;
}

.page-blog-f7899top-slot-games-tips-and-new-releases__main-title {
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: #F2FFF6; /* Custom Text Main */
  margin-bottom: 15px;
}

.page-blog-f7899top-slot-games-tips-and-new-releases__description {
  font-size: 1.1em;
  color: #A7D9B8; /* Custom Text Secondary */
  margin-bottom: 30px;
}

.page-blog-f7899top-slot-games-tips-and-new-releases__cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.page-blog-f7899top-slot-games-tips-and-new-releases__btn-primary,
.page-blog-f7899top-slot-games-tips-and-new-releases__btn-secondary,
.page-blog-f7899top-slot-games-tips-and-new-releases a[class*="button"],
.page-blog-f7899top-slot-games-tips-and-new-releases a[class*="btn"] {
  display: inline-block;
  padding: 14px 30px;
  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;
  max-width: 100%;
}

.page-blog-f7899top-slot-games-tips-and-new-releases__btn-primary {
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%); /* Custom Button */
  color: #F2FFF6; /* Custom Text Main */
  border: none;
}

.page-blog-f7899top-slot-games-tips-and-new-releases__btn-primary:hover {
  opacity: 0.9;
  transform: translateY(-2px);
}

.page-blog-f7899top-slot-games-tips-and-new-releases__btn-secondary {
  background: transparent;
  color: #F2FFF6; /* Custom Text Main */
  border: 2px solid #2E7A4E; /* Custom Border */
}

.page-blog-f7899top-slot-games-tips-and-new-releases__btn-secondary:hover {
  background: rgba(46, 122, 78, 0.2); /* Custom Border with opacity */
  transform: translateY(-2px);
}

.page-blog-f7899top-slot-games-tips-and-new-releases__section {
  padding: 60px 0;
  border-bottom: 1px solid #1E3A2A; /* Custom Divider */
}

.page-blog-f7899top-slot-games-tips-and-new-releases__section:last-of-type {
  border-bottom: none;
}

.page-blog-f7899top-slot-games-tips-and-new-releases__heading {
  font-size: 2.5em;
  color: #F2FFF6; /* Custom Text Main */
  text-align: center;
  margin-bottom: 40px;
  font-weight: bold;
}

.page-blog-f7899top-slot-games-tips-and-new-releases__sub-heading {
  font-size: 1.8em;
  color: #F2C14E; /* Custom Gold */
  margin-bottom: 15px;
  font-weight: bold;
}

.page-blog-f7899top-slot-games-tips-and-new-releases__text-block {
  font-size: 1.05em;
  color: #A7D9B8; /* Custom Text Secondary */
  margin-bottom: 20px;
  text-align: justify;
}

.page-blog-f7899top-slot-games-tips-and-new-releases__about-f7899top .page-blog-f7899top-slot-games-tips-and-new-releases__text-block {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.page-blog-f7899top-slot-games-tips-and-new-releases__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-blog-f7899top-slot-games-tips-and-new-releases__grid-item {
  background-color: #11271B; /* Custom Card BG */
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
  border: 1px solid #2E7A4E; /* Custom Border */
  color: #F2FFF6; /* Custom Text Main */
}

.page-blog-f7899top-slot-games-tips-and-new-releases__grid-item .page-blog-f7899top-slot-games-tips-and-new-releases__text-block {
  color: #A7D9B8; /* Custom Text Secondary */
}

.page-blog-f7899top-slot-games-tips-and-new-releases__image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
  margin-top: 20px;
}

.page-blog-f7899top-slot-games-tips-and-new-releases__game-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-blog-f7899top-slot-games-tips-and-new-releases__card {
  background-color: #11271B; /* Custom Card BG */
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
  border: 1px solid #2E7A4E; /* Custom Border */
  color: #F2FFF6; /* Custom Text Main */
  display: flex;
  flex-direction: column;
  height: 100%;
}

.page-blog-f7899top-slot-games-tips-and-new-releases__card-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
}

.page-blog-f7899top-slot-games-tips-and-new-releases__card-title {
  font-size: 1.5em;
  color: #F2C14E; /* Custom Gold */
  padding: 20px 20px 10px;
  font-weight: bold;
}

.page-blog-f7899top-slot-games-tips-and-new-releases__card-text {
  font-size: 1em;
  color: #A7D9B8; /* Custom Text Secondary */
  padding: 0 20px 20px;
  flex-grow: 1;
}

.page-blog-f7899top-slot-games-tips-and-new-releases__features-text {
  margin-top: 40px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.page-blog-f7899top-slot-games-tips-and-new-releases__why-choose-us .page-blog-f7899top-slot-games-tips-and-new-releases__heading {
  color: #F2FFF6; /* Custom Text Main */
}

.page-blog-f7899top-slot-games-tips-and-new-releases__features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-blog-f7899top-slot-games-tips-and-new-releases__feature-item {
  background-color: #11271B; /* Custom Card BG */
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
  border: 1px solid #2E7A4E; /* Custom Border */
  color: #F2FFF6; /* Custom Text Main */
}

.page-blog-f7899top-slot-games-tips-and-new-releases__feature-title {
  font-size: 1.6em;
  color: #F2C14E; /* Custom Gold */
  margin-bottom: 10px;
  font-weight: bold;
}

.page-blog-f7899top-slot-games-tips-and-new-releases__feature-description {
  font-size: 1em;
  color: #A7D9B8; /* Custom Text Secondary */
}

.page-blog-f7899top-slot-games-tips-and-new-releases__faq-list {
  margin-top: 40px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.page-blog-f7899top-slot-games-tips-and-new-releases__faq-item {
  background-color: #11271B; /* Custom Card BG */
  border: 1px solid #2E7A4E; /* Custom Border */
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  color: #F2FFF6; /* Custom Text Main */
}

.page-blog-f7899top-slot-games-tips-and-new-releases__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  cursor: pointer;
  font-size: 1.15em;
  font-weight: bold;
  color: #F2FFF6; /* Custom Text Main */
  background-color: #0A4B2C; /* Custom Deep Green */
  border-bottom: 1px solid #2E7A4E; /* Custom Border */
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.page-blog-f7899top-slot-games-tips-and-new-releases__faq-question:hover {
  background-color: #13994A;
}

.page-blog-f7899top-slot-games-tips-and-new-releases__faq-qtext {
  flex-grow: 1;
}

.page-blog-f7899top-slot-games-tips-and-new-releases__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  margin-left: 15px;
  color: #F2C14E; /* Custom Gold */
}

.page-blog-f7899top-slot-games-tips-and-new-releases__faq-item[open] .page-blog-f7899top-slot-games-tips-and-new-releases__faq-question {
  border-bottom: 1px solid #2E7A4E; /* Custom Border */
}

.page-blog-f7899top-slot-games-tips-and-new-releases__faq-item[open] .page-blog-f7899top-slot-games-tips-and-new-releases__faq-toggle {
  content: '−';
}

.page-blog-f7899top-slot-games-tips-and-new-releases__faq-answer {
  padding: 20px 25px;
  font-size: 1em;
  color: #A7D9B8; /* Custom Text Secondary */
}

.page-blog-f7899top-slot-games-tips-and-new-releases__faq-answer p {
  margin-bottom: 10px;
}

.page-blog-f7899top-slot-games-tips-and-new-releases__faq-item summary::-webkit-details-marker {
  display: none;
}

.page-blog-f7899top-slot-games-tips-and-new-releases__faq-item summary {
  list-style: none;
}

.page-blog-f7899top-slot-games-tips-and-new-releases__conclusion {
  text-align: center;
  padding-bottom: 80px;
}

.page-blog-f7899top-slot-games-tips-and-new-releases__cta-final {
  margin-top: 40px;
}

/* Responsive adjustments */
@media (max-width: 1024px) {
  .page-blog-f7899top-slot-games-tips-and-new-releases__main-title {
    font-size: 2.8em;
  }
  .page-blog-f7899top-slot-games-tips-and-new-releases__heading {
    font-size: 2em;
  }
}

@media (max-width: 768px) {
  .page-blog-f7899top-slot-games-tips-and-new-releases {
    font-size: 16px;
    line-height: 1.6;
  }

  .page-blog-f7899top-slot-games-tips-and-new-releases__hero-section {
    padding-top: 10px !important;
    padding-bottom: 40px;
  }

  .page-blog-f7899top-slot-games-tips-and-new-releases__main-title {
    font-size: 2.2em;
  }

  .page-blog-f7899top-slot-games-tips-and-new-releases__description {
    font-size: 1em;
  }

  .page-blog-f7899top-slot-games-tips-and-new-releases__cta-buttons {
    flex-direction: column;
    gap: 15px;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    padding: 0 15px;
  }

  .page-blog-f7899top-slot-games-tips-and-new-releases__btn-primary,
  .page-blog-f7899top-slot-games-tips-and-new-releases__btn-secondary,
  .page-blog-f7899top-slot-games-tips-and-new-releases a[class*="button"],
  .page-blog-f7899top-slot-games-tips-and-new-releases a[class*="btn"] {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-blog-f7899top-slot-games-tips-and-new-releases__section {
    padding: 40px 0;
  }

  .page-blog-f7899top-slot-games-tips-and-new-releases__heading {
    font-size: 1.8em;
    margin-bottom: 30px;
  }

  .page-blog-f7899top-slot-games-tips-and-new-releases__sub-heading {
    font-size: 1.5em;
  }

  .page-blog-f7899top-slot-games-tips-and-new-releases__grid {
    grid-template-columns: 1fr;
  }

  .page-blog-f7899top-slot-games-tips-and-new-releases__game-cards,
  .page-blog-f7899top-slot-games-tips-and-new-releases__features-grid {
    grid-template-columns: 1fr;
  }

  .page-blog-f7899top-slot-games-tips-and-new-releases__card {
    padding: 0;
  }

  .page-blog-f7899top-slot-games-tips-and-new-releases__card-title,
  .page-blog-f7899top-slot-games-tips-and-new-releases__card-text,
  .page-blog-f7899top-slot-games-tips-and-new-releases__feature-item,
  .page-blog-f7899top-slot-games-tips-and-new-releases__grid-item {
    padding-left: 15px;
    padding-right: 15px;
  }

  /* Image and Video responsiveness */
  .page-blog-f7899top-slot-games-tips-and-new-releases img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  .page-blog-f7899top-slot-games-tips-and-new-releases video,
  .page-blog-f7899top-slot-games-tips-and-new-releases__video {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }
  
  .page-blog-f7899top-slot-games-tips-and-new-releases__section,
  .page-blog-f7899top-slot-games-tips-and-new-releases__card,
  .page-blog-f7899top-slot-games-tips-and-new-releases__container,
  .page-blog-f7899top-slot-games-tips-and-new-releases__hero-image-wrapper,
  .page-blog-f7899top-slot-games-tips-and-new-releases__cta-buttons,
  .page-blog-f7899top-slot-games-tips-and-new-releases__game-cards,
  .page-blog-f7899top-slot-games-tips-and-new-releases__features-grid,
  .page-blog-f7899top-slot-games-tips-and-new-releases__faq-list {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    overflow-x: hidden !important; /* Ensure no horizontal scroll */
  }

  .page-blog-f7899top-slot-games-tips-and-new-releases__faq-question {
    font-size: 1em;
    padding: 15px 20px;
  }

  .page-blog-f7899top-slot-games-tips-and-new-releases__faq-answer {
    padding: 15px 20px;
  }
}