.page-resources-how-to-safely-use-thabet {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #333;
  background-color: #f8f8f8;
}

.page-resources-how-to-safely-use-thabet__article {
  max-width: 800px;
  margin: 40px auto;
  padding: 20px;
  background-color: #ffffff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}

.page-resources-how-to-safely-use-thabet__breadcrumb {
  font-size: 0.9em;
  color: #666;
  margin-bottom: 20px;
}

.page-resources-how-to-safely-use-thabet__breadcrumb-link {
  color: #0A2463;
  text-decoration: none;
}

.page-resources-how-to-safely-use-thabet__breadcrumb-link:hover {
  text-decoration: underline;
}

.page-resources-how-to-safely-use-thabet__title {
  font-size: 2.5em;
  color: #0A2463;
  margin-bottom: 10px;
  text-align: center;
  line-height: 1.2;
}

.page-resources-how-to-safely-use-thabet__meta-info {
  font-size: 0.9em;
  color: #777;
  text-align: center;
  margin-bottom: 30px;
}

.page-resources-how-to-safely-use-thabet__hero-image-container {
  margin-bottom: 40px;
  text-align: center;
}

.page-resources-how-to-safely-use-thabet__hero-image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
}

.page-resources-how-to-safely-use-thabet__section {
  margin-bottom: 30px;
}

.page-resources-how-to-safely-use-thabet__subtitle {
  font-size: 1.8em;
  color: #0A2463;
  margin-top: 30px;
  margin-bottom: 15px;
  border-bottom: 2px solid #FFD700;
  padding-bottom: 5px;
}

.page-resources-how-to-safely-use-thabet__sub-subtitle {
  font-size: 1.4em;
  color: #0A2463;
  margin-top: 25px;
  margin-bottom: 10px;
}

.page-resources-how-to-safely-use-thabet__paragraph {
  margin-bottom: 15px;
  font-size: 1.05em;
  color: #444;
}

.page-resources-how-to-safely-use-thabet__list {
  list-style-type: disc;
  margin-left: 25px;
  margin-bottom: 15px;
  color: #444;
}

.page-resources-how-to-safely-use-thabet__list-item {
  margin-bottom: 8px;
}

.page-resources-how-to-safely-use-thabet__nested-list {
  list-style-type: circle;
  margin-left: 20px;
  margin-top: 5px;
}

.page-resources-how-to-safely-use-thabet__link {
  color: #0A2463;
  text-decoration: underline;
  font-weight: bold;
}

.page-resources-how-to-safely-use-thabet__link:hover {
  color: #FFD700;
}

.page-resources-how-to-safely-use-thabet__button {
  display: inline-block;
  background-color: #FFD700;
  color: #0A2463;
  padding: 12px 25px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.2s ease;
  border: none;
  cursor: pointer;
  font-size: 1em;
}

.page-resources-how-to-safely-use-thabet__button:hover {
  background-color: #e6c200;
  transform: translateY(-2px);
}

.page-resources-how-to-safely-use-thabet__button--primary {
  background-color: #0A2463;
  color: #ffffff;
}

.page-resources-how-to-safely-use-thabet__button--primary:hover {
  background-color: #1a3a7a;
}

.page-resources-how-to-safely-use-thabet__button--secondary {
  background-color: #f0f0f0;
  color: #0A2463;
  border: 1px solid #0A2463;
}

.page-resources-how-to-safely-use-thabet__button--secondary:hover {
  background-color: #e0e0e0;
}

.page-resources-how-to-safely-use-thabet__button--inline {
  margin-top: 15px;
}

.page-resources-how-to-safely-use-thabet__cta-banner {
  background-color: #0A2463;
  color: #ffffff;
  padding: 25px;
  border-radius: 8px;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
}

.page-resources-how-to-safely-use-thabet__cta-banner--secondary {
  background-color: #f0f0f0;
  color: #0A2463;
  border: 1px solid #0A2463;
}

.page-resources-how-to-safely-use-thabet__cta-text {
  font-size: 1.3em;
  margin-bottom: 15px;
  font-weight: bold;
}

.page-resources-how-to-safely-use-thabet__cta-banner .page-resources-how-to-safely-use-thabet__button {
  background-color: #FFD700;
  color: #0A2463;
}

.page-resources-how-to-safely-use-thabet__cta-banner .page-resources-how-to-safely-use-thabet__button:hover {
  background-color: #e6c200;
}

.page-resources-how-to-safely-use-thabet__cta-banner--secondary .page-resources-how-to-safely-use-thabet__button {
  background-color: #0A2463;
  color: #ffffff;
}

.page-resources-how-to-safely-use-thabet__cta-banner--secondary .page-resources-how-to-safely-use-thabet__button:hover {
  background-color: #1a3a7a;
}

.page-resources-how-to-safely-use-thabet__image-text-block {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 30px;
  flex-wrap: wrap;
}

.page-resources-how-to-safely-use-thabet__image-text-block--reverse {
  flex-direction: row-reverse;
}

.page-resources-how-to-safely-use-thabet__image-left,
.page-resources-how-to-safely-use-thabet__image-right {
  flex: 1;
  min-width: 280px;
  max-width: 45%;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
  height: auto;
}

.page-resources-how-to-safely-use-thabet__text-content {
  flex: 1;
  min-width: 300px;
}

.page-resources-how-to-safely-use-thabet__image-container {
  text-align: center;
  margin: 30px 0;
}

.page-resources-how-to-safely-use-thabet__image-center {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
}

.page-resources-how-to-safely-use-thabet__cta-final {
  text-align: center;
  margin-top: 50px;
  padding: 30px;
  background-color: #0A2463;
  color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}

.page-resources-how-to-safely-use-thabet__cta-final .page-resources-how-to-safely-use-thabet__cta-text {
  font-size: 1.5em;
  margin-bottom: 25px;
}

.page-resources-how-to-safely-use-thabet__cta-final .page-resources-how-to-safely-use-thabet__button {
  margin: 0 10px;
  font-size: 1.1em;
  padding: 15px 30px;
}

.page-resources-how-to-safely-use-thabet__cta-final .page-resources-how-to-safely-use-thabet__button--primary {
  background-color: #FFD700;
  color: #0A2463;
}

.page-resources-how-to-safely-use-thabet__cta-final .page-resources-how-to-safely-use-thabet__button--primary:hover {
  background-color: #e6c200;
}

.page-resources-how-to-safely-use-thabet__cta-final .page-resources-how-to-safely-use-thabet__button--secondary {
  background-color: #ffffff;
  color: #0A2463;
  border: 1px solid #FFD700;
}

.page-resources-how-to-safely-use-thabet__cta-final .page-resources-how-to-safely-use-thabet__button--secondary:hover {
  background-color: #f0f0f0;
}

.page-resources-how-to-safely-use-thabet__back-link-container {
  text-align: center;
  margin-top: 40px;
  padding-top: 20px;
  border-top: 1px solid #eee;
}

.page-resources-how-to-safely-use-thabet__back-link {
  color: #0A2463;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
}

.page-resources-how-to-safely-use-thabet__back-link:hover {
  text-decoration: underline;
  color: #FFD700;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .page-resources-how-to-safely-use-thabet__article {
    margin: 20px auto;
    padding: 15px;
  }

  .page-resources-how-to-safely-use-thabet__title {
    font-size: 2em;
  }

  .page-resources-how-to-safely-use-thabet__subtitle {
    font-size: 1.5em;
  }
}