.page-resources-tt88-slot-machine-features {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  color: #333;
  line-height: 1.6;
  background-color: #f8f9fa;
}

.page-resources-tt88-slot-machine-features .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.page-resources-tt88-slot-machine-features .hero-section {
  background: linear-gradient(135deg, #007bff, #4da3ff);
  color: #ffffff;
  padding: 100px 0;
  text-align: center;
  border-radius: 0 0 15px 15px;
  margin-bottom: 40px;
}

.page-resources-tt88-slot-machine-features .hero-section h1 {
  font-size: 3.5em;
  margin-bottom: 20px;
  font-weight: 700;
  color: #ffffff;
}

.page-resources-tt88-slot-machine-features .hero-section p {
  font-size: 1.2em;
  margin-bottom: 30px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-resources-tt88-slot-machine-features .btn {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
  font-size: 1.1em;
}

.page-resources-tt88-slot-machine-features .btn-primary {
  background-color: #ffc107;
  color: #333;
  border: 2px solid #ffc107;
}

.page-resources-tt88-slot-machine-features .btn-primary:hover {
  background-color: #e0a800;
  border-color: #e0a800;
  color: #fff;
}

.page-resources-tt88-slot-machine-features .btn-secondary {
  background-color: #007bff;
  color: #ffffff;
  border: 2px solid #007bff;
}

.page-resources-tt88-slot-machine-features .btn-secondary:hover {
  background-color: #0056b3;
  border-color: #0056b3;
  color: #ffffff;
}

.page-resources-tt88-slot-machine-features .content-section {
  padding: 40px 0;
  background-color: #ffffff;
  border-radius: 15px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  margin-bottom: 40px;
}

.page-resources-tt88-slot-machine-features article h2 {
  font-size: 2.5em;
  color: #007bff;
  margin-bottom: 25px;
  padding-bottom: 10px;
  border-bottom: 2px solid #f0f0f0;
}

.page-resources-tt88-slot-machine-features article h3 {
  font-size: 1.8em;
  color: #333;
  margin-top: 35px;
  margin-bottom: 15px;
}

.page-resources-tt88-slot-machine-features article p {
  margin-bottom: 15px;
  font-size: 1.1em;
  color: #555;
}

.page-resources-tt88-slot-machine-features article ul {
  list-style-type: disc;
  margin-left: 20px;
  margin-bottom: 20px;
  color: #555;
}

.page-resources-tt88-slot-machine-features article ul li {
  margin-bottom: 8px;
  font-size: 1.05em;
}

.page-resources-tt88-slot-machine-features .img-fluid {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.page-resources-tt88-slot-machine-features .cta-section {
  background-color: #007bff;
  color: #ffffff;
  padding: 50px;
  text-align: center;
  border-radius: 10px;
  margin-top: 50px;
}

.page-resources-tt88-slot-machine-features .cta-section h3 {
  font-size: 2.2em;
  color: #ffc107;
  margin-bottom: 20px;
}

.page-resources-tt88-slot-machine-features .cta-section p {
  font-size: 1.2em;
  margin-bottom: 30px;
}

.page-resources-tt88-slot-machine-features .cta-section .btn-lg {
  padding: 15px 35px;
  font-size: 1.2em;
  margin: 0 10px;
}

.page-resources-tt88-slot-machine-features .btn-outline-secondary {
  background-color: transparent;
  color: #ffffff;
  border: 2px solid #ffffff;
}

.page-resources-tt88-slot-machine-features .btn-outline-secondary:hover {
  background-color: #ffffff;
  color: #007bff;
}

.page-resources-tt88-slot-machine-features .related-content-section {
  padding: 40px 0;
}

.page-resources-tt88-slot-machine-features .related-content-section h2 {
  font-size: 2.2em;
  color: #007bff;
  text-align: center;
  margin-bottom: 40px;
}

.page-resources-tt88-slot-machine-features .article-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.page-resources-tt88-slot-machine-features .article-card {
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-resources-tt88-slot-machine-features .article-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
}

.page-resources-tt88-slot-machine-features .article-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.page-resources-tt88-slot-machine-features .article-card h3 {
  font-size: 1.4em;
  margin: 15px 15px 10px;
  color: #007bff;
}

.page-resources-tt88-slot-machine-features .article-card h3 a {
  text-decoration: none;
  color: inherit;
}

.page-resources-tt88-slot-machine-features .article-card h3 a:hover {
  text-decoration: underline;
}

.page-resources-tt88-slot-machine-features .article-card p {
  font-size: 0.95em;
  color: #666;
  margin: 0 15px 20px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .page-resources-tt88-slot-machine-features .hero-section h1 {
    font-size: 2.5em;
  }

  .page-resources-tt88-slot-machine-features .hero-section p {
    font-size: 1em;
  }

  .page-resources-tt88-slot-machine-features article h2 {
    font-size: 2em;
  }

  .page-resources-tt88-slot-machine-features article h3 {
    font-size: 1.5em;
  }

  .page-resources-tt88-slot-machine-features .cta-section {
    padding: 30px;
  }

  .page-resources-tt88-slot-machine-features .cta-section .btn-lg {
    font-size: 1em;
    padding: 10px 20px;
    margin: 10px 0;
  }

  .page-resources-tt88-slot-machine-features .article-grid {
    grid-template-columns: 1fr;
  }
}