/* style/resources-thabet-game-types-intro.css */
:root {
  --primary-color: #0A2463;
  --secondary-color: #FFD700;
  --text-color-dark: #333333;
  --text-color-light: #FFFFFF;
  --background-light: #f9f9f9;
  --border-color: #e0e0e0;
}

.page-resources-thabet-game-types-intro {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: var(--text-color-dark);
  background-color: var(--background-light);
}

.page-resources-thabet-game-types-intro .article-container {
  max-width: 800px;
  margin: 40px auto;
  padding: 30px;
  background-color: var(--text-color-light);
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.page-resources-thabet-game-types-intro .article-header {
  text-align: center;
  margin-bottom: 40px;
}

.page-resources-thabet-game-types-intro .article-title {
  font-size: 2.5em;
  color: var(--primary-color);
  margin-bottom: 15px;
  line-height: 1.2;
}

.page-resources-thabet-game-types-intro .article-meta {
  font-size: 0.9em;
  color: #666;
}

.page-resources-thabet-game-types-intro .category-link {
  color: var(--primary-color);
  text-decoration: none;
  font-weight: bold;
}

.page-resources-thabet-game-types-intro .category-link:hover {
  text-decoration: underline;
}

.page-resources-thabet-game-types-intro .hero-image {
  width: 100%;
  height: auto;
  border-radius: 8px;
  margin-top: 25px;
  object-fit: cover;
}

.page-resources-thabet-game-types-intro .article-intro p,
.page-resources-thabet-game-types-intro .article-section p,
.page-resources-thabet-game-types-intro .article-conclusion p {
  font-size: 1.1em;
  margin-bottom: 20px;
  color: var(--text-color-dark);
}

.page-resources-thabet-game-types-intro .article-section h2 {
  font-size: 2em;
  color: var(--primary-color);
  margin-top: 40px;
  margin-bottom: 20px;
  border-bottom: 2px solid var(--secondary-color);
  padding-bottom: 10px;
}

.page-resources-thabet-game-types-intro .article-section h3 {
  font-size: 1.5em;
  color: var(--primary-color);
  margin-top: 30px;
  margin-bottom: 15px;
}

.page-resources-thabet-game-types-intro .article-image {
  width: 100%;
  height: auto;
  border-radius: 8px;
  margin: 25px 0;
  object-fit: cover;
}

.page-resources-thabet-game-types-intro ul,
.page-resources-thabet-game-types-intro ol {
  margin-bottom: 20px;
  padding-left: 25px;
}

.page-resources-thabet-game-types-intro ul li,
.page-resources-thabet-game-types-intro ol li {
  margin-bottom: 10px;
  font-size: 1.05em;
}

.page-resources-thabet-game-types-intro a {
  color: var(--primary-color);
  text-decoration: none;
}

.page-resources-thabet-game-types-intro a:hover {
  text-decoration: underline;
}

.page-resources-thabet-game-types-intro .cta-button {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 5px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  transition: background-color 0.3s ease, color 0.3s ease;
  margin-top: 20px;
  font-size: 1.1em;
}

.page-resources-thabet-game-types-intro .primary-button {
  background-color: var(--secondary-color);
  color: var(--primary-color);
  border: 2px solid var(--secondary-color);
}

.page-resources-thabet-game-types-intro .primary-button:hover {
  background-color: #e6c200;
  color: var(--primary-color);
}

.page-resources-thabet-game-types-intro .secondary-button {
  background-color: var(--primary-color);
  color: var(--text-color-light);
  border: 2px solid var(--primary-color);
}

.page-resources-thabet-game-types-intro .secondary-button:hover {
  background-color: #071a47;
  color: var(--text-color-light);
}

.page-resources-thabet-game-types-intro .article-conclusion {
  margin-top: 50px;
  padding-top: 30px;
  border-top: 1px dashed var(--border-color);
  text-align: center;
}

.page-resources-thabet-game-types-intro .related-resources {
  margin-top: 50px;
  padding-top: 30px;
  border-top: 1px solid var(--border-color);
}

.page-resources-thabet-game-types-intro .related-resources h2 {
  font-size: 1.8em;
  color: var(--primary-color);
  margin-bottom: 20px;
}

.page-resources-thabet-game-types-intro .related-resources ul {
  list-style: none;
  padding: 0;
}

.page-resources-thabet-game-types-intro .related-resources li {
  margin-bottom: 10px;
}

.page-resources-thabet-game-types-intro .related-resources a {
  font-size: 1.05em;
  color: var(--primary-color);
  text-decoration: none;
}

.page-resources-thabet-game-types-intro .related-resources a:hover {
  text-decoration: underline;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .page-resources-thabet-game-types-intro .article-container {
    margin: 20px;
    padding: 20px;
  }

  .page-resources-thabet-game-types-intro .article-title {
    font-size: 2em;
  }

  .page-resources-thabet-game-types-intro .article-section h2 {
    font-size: 1.8em;
  }

  .page-resources-thabet-game-types-intro .article-section h3 {
    font-size: 1.3em;
  }

  .page-resources-thabet-game-types-intro .cta-button {
    width: 100%;
    display: block;
    margin-left: 0;
    margin-right: 0;
  }
}

@media (max-width: 480px) {
  .page-resources-thabet-game-types-intro .article-title {
    font-size: 1.8em;
  }

  .page-resources-thabet-game-types-intro .article-intro p,
  .page-resources-thabet-game-types-intro .article-section p,
  .page-resources-thabet-game-types-intro .article-conclusion p {
    font-size: 1em;
  }

  .page-resources-thabet-game-types-intro .article-section h2 {
    font-size: 1.6em;
  }

  .page-resources-thabet-game-types-intro .article-section h3 {
    font-size: 1.2em;
  }
}