/* style/resources-ev99-beginner-tutorial.css */
.page-resources-ev99-beginner-tutorial {
  font-family: 'Arial', sans-serif;
  color: #333;
  line-height: 1.6;
  background-color: #f8f9fa;
}

.page-resources-ev99-beginner-tutorial__container {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 15px;
}

.page-resources-ev99-beginner-tutorial__hero {
  background: linear-gradient(135deg, #007bff, #28a745);
  color: #fff;
  padding: 80px 0;
  text-align: center;
}

.page-resources-ev99-beginner-tutorial__hero-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  font-weight: bold;
  line-height: 1.2;
  color: #fff;
}

.page-resources-ev99-beginner-tutorial__hero-subtitle {
  font-size: 1.3em;
  margin-bottom: 40px;
  color: rgba(255, 255, 255, 0.9);
}

.page-resources-ev99-beginner-tutorial__btn {
  display: inline-block;
  padding: 12px 28px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: all 0.3s ease;
  margin: 0 10px;
  cursor: pointer;
}

.page-resources-ev99-beginner-tutorial__btn--primary {
  background-color: #28a745;
  color: #fff;
  border: 2px solid #28a745;
}

.page-resources-ev99-beginner-tutorial__btn--primary:hover {
  background-color: #218838;
  border-color: #218838;
  transform: translateY(-2px);
}

.page-resources-ev99-beginner-tutorial__btn--secondary {
  background-color: transparent;
  color: #fff;
  border: 2px solid #fff;
}

.page-resources-ev99-beginner-tutorial__btn--secondary:hover {
  background-color: rgba(255, 255, 255, 0.2);
  transform: translateY(-2px);
}

.page-resources-ev99-beginner-tutorial__content-wrapper {
  padding: 60px 0;
  background-color: #fff;
}

.page-resources-ev99-beginner-tutorial__article-content {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-resources-ev99-beginner-tutorial__intro-text {
  font-size: 1.1em;
  margin-bottom: 40px;
  color: #555;
}

.page-resources-ev99-beginner-tutorial__section-title {
  font-size: 2.2em;
  color: #007bff;
  margin-top: 50px;
  margin-bottom: 25px;
  border-bottom: 3px solid #007bff;
  padding-bottom: 10px;
  font-weight: bold;
}

.page-resources-ev99-beginner-tutorial__sub-section-title {
  font-size: 1.6em;
  color: #0056b3; /* Darker shade of primary for contrast */
  margin-top: 35px;
  margin-bottom: 20px;
  font-weight: 600;
}

.page-resources-ev99-beginner-tutorial__article-content p {
  margin-bottom: 20px;
  font-size: 1.05em;
  color: #333;
}

.page-resources-ev99-beginner-tutorial__unordered-list,
.page-resources-ev99-beginner-tutorial__ordered-list {
  margin-bottom: 20px;
  padding-left: 25px;
}

.page-resources-ev99-beginner-tutorial__unordered-list li,
.page-resources-ev99-beginner-tutorial__ordered-list li {
  margin-bottom: 10px;
  color: #333;
}

.page-resources-ev99-beginner-tutorial__image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin: 30px 0;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.page-resources-ev99-beginner-tutorial__image--centered {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.page-resources-ev99-beginner-tutorial__note {
  font-style: italic;
  color: #6c757d;
  border-left: 4px solid #ffc107;
  padding-left: 15px;
  margin: 30px 0;
}

.page-resources-ev99-beginner-tutorial__call-to-action {
  text-align: center;
  margin-top: 60px;
  padding: 30px 0;
  background-color: #f2f2f2;
  border-radius: 10px;
}

.page-resources-ev99-beginner-tutorial__btn--large {
  padding: 15px 40px;
  font-size: 1.2em;
}

.page-resources-ev99-beginner-tutorial__btn--outline {
  background-color: transparent;
  color: #007bff;
  border: 2px solid #007bff;
}

.page-resources-ev99-beginner-tutorial__btn--outline:hover {
  background-color: #007bff;
  color: #fff;
}

.page-resources-ev99-beginner-tutorial__related-resources {
  background-color: #e9ecef;
  padding: 60px 0;
  text-align: center;
}

.page-resources-ev99-beginner-tutorial__resource-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-resources-ev99-beginner-tutorial__resource-card {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
  padding: 25px;
  text-align: left;
  transition: transform 0.3s ease;
}

.page-resources-ev99-beginner-tutorial__resource-card:hover {
  transform: translateY(-5px);
}

.page-resources-ev99-beginner-tutorial__card-image {
  max-width: 100%;
  height: 180px; /* Fixed height for consistency */
  object-fit: cover;
  border-radius: 6px;
  margin-bottom: 20px;
}

.page-resources-ev99-beginner-tutorial__card-title {
  font-size: 1.4em;
  margin-bottom: 10px;
}

.page-resources-ev99-beginner-tutorial__card-title a {
  color: #007bff;
  text-decoration: none;
  font-weight: bold;
}

.page-resources-ev99-beginner-tutorial__card-title a:hover {
  text-decoration: underline;
}

.page-resources-ev99-beginner-tutorial__card-description {
  color: #555;
  font-size: 0.95em;
  margin-bottom: 15px;
}

.page-resources-ev99-beginner-tutorial__card-link {
  display: inline-block;
  color: #28a745;
  text-decoration: none;
  font-weight: bold;
}

.page-resources-ev99-beginner-tutorial__card-link:hover {
  text-decoration: underline;
}

/* Responsive Design */
@media (max-width: 768px) {
  .page-resources-ev99-beginner-tutorial__hero-title {
    font-size: 2.5em;
  }

  .page-resources-ev99-beginner-tutorial__hero-subtitle {
    font-size: 1.1em;
  }

  .page-resources-ev99-beginner-tutorial__btn {
    margin: 10px 0;
    display: block;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
  }

  .page-resources-ev99-beginner-tutorial__section-title {
    font-size: 1.8em;
  }

  .page-resources-ev99-beginner-tutorial__sub-section-title {
    font-size: 1.4em;
  }

  .page-resources-ev99-beginner-tutorial__article-content {
    padding: 0 15px;
  }

  .page-resources-ev99-beginner-tutorial__resource-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 480px) {
  .page-resources-ev99-beginner-tutorial__hero-title {
    font-size: 2em;
  }

  .page-resources-ev99-beginner-tutorial__hero-subtitle {
    font-size: 1em;
  }

  .page-resources-ev99-beginner-tutorial__btn--large {
    font-size: 1.1em;
    padding: 12px 25px;
  }
}