.page-resources-hiphop-trends-in-online-entertainment {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #FFFFFF; /* Default text color for dark backgrounds */
  background-color: #0A192F;
}

.page-resources-hiphop-trends-in-online-entertainment__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-resources-hiphop-trends-in-online-entertainment__hero {
  background: linear-gradient(135deg, #0A192F 0%, #313e51 100%);
  padding: 80px 0 40px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-resources-hiphop-trends-in-online-entertainment__hero-title {
  font-size: 3.5em;
  color: #E0B400;
  margin-bottom: 20px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-resources-hiphop-trends-in-online-entertainment__hero-subtitle {
  font-size: 1.5em;
  color: #FFFFFF;
  margin-bottom: 40px;
}

.page-resources-hiphop-trends-in-online-entertainment__hero-image {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.page-resources-hiphop-trends-in-online-entertainment__content-section {
  padding: 60px 0;
}

.page-resources-hiphop-trends-in-online-entertainment__bg-dark {
  background-color: #0A192F;
  color: #FFFFFF;
}

.page-resources-hiphop-trends-in-online-entertainment__bg-light {
  background-color: #1a2a40; /* Slightly lighter dark blue for contrast */
  color: #FFFFFF;
}

.page-resources-hiphop-trends-in-online-entertainment__bg-gold {
  background-color: #E0B400;
  color: #0A192F;
}

.page-resources-hiphop-trends-in-online-entertainment__section-title {
  font-size: 2.5em;
  color: #E0B400;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
}

.page-resources-hiphop-trends-in-online-entertainment__section-title::after {
  content: '';
  display: block;
  width: 80px;
  height: 4px;
  background-color: #E0B400;
  margin: 15px auto 0;
  border-radius: 2px;
}

.page-resources-hiphop-trends-in-online-entertainment__subsection-title {
  font-size: 1.8em;
  color: #E0B400;
  margin-top: 40px;
  margin-bottom: 20px;
}

.page-resources-hiphop-trends-in-online-entertainment__text-block {
  font-size: 1.1em;
  margin-bottom: 20px;
  line-height: 1.8;
  text-align: justify;
}

.page-resources-hiphop-trends-in-online-entertainment__image-inline {
  max-width: 80%;
  height: auto;
  display: block;
  margin: 30px auto;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.page-resources-hiphop-trends-in-online-entertainment__image-full-width {
  width: 100%;
  height: auto;
  display: block;
  margin: 30px 0;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.page-resources-hiphop-trends-in-online-entertainment__feature-list,
.page-resources-hiphop-trends-in-online-entertainment__benefit-list {
  list-style: none;
  padding: 0;
  margin: 20px 0;
}

.page-resources-hiphop-trends-in-online-entertainment__feature-list li,
.page-resources-hiphop-trends-in-online-entertainment__benefit-list li {
  background-color: rgba(224, 180, 0, 0.1);
  padding: 15px 20px;
  margin-bottom: 10px;
  border-left: 5px solid #E0B400;
  border-radius: 5px;
  font-size: 1.1em;
  color: #FFFFFF;
}

.page-resources-hiphop-trends-in-online-entertainment__feature-list li strong,
.page-resources-hiphop-trends-in-online-entertainment__benefit-list li strong {
  color: #E0B400;
}

.page-resources-hiphop-trends-in-online-entertainment__cta-section {
  text-align: center;
  padding: 80px 0;
  background-color: #E0B400;
  color: #0A192F;
}

.page-resources-hiphop-trends-in-online-entertainment__cta-title {
  font-size: 3em;
  color: #0A192F;
  margin-bottom: 20px;
}

.page-resources-hiphop-trends-in-online-entertainment__cta-description {
  font-size: 1.3em;
  color: #333;
  margin-bottom: 40px;
}

.page-resources-hiphop-trends-in-online-entertainment__button {
  display: inline-block;
  padding: 15px 30px;
  margin: 10px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
  font-size: 1.1em;
  cursor: pointer;
}

.page-resources-hiphop-trends-in-online-entertainment__button--primary {
  background-color: #0A192F;
  color: #E0B400;
  border: 2px solid #0A192F;
}

.page-resources-hiphop-trends-in-online-entertainment__button--primary:hover {
  background-color: #213e61;
  color: #FFFFFF;
  border-color: #213e61;
}

.page-resources-hiphop-trends-in-online-entertainment__button--secondary {
  background-color: transparent;
  color: #0A192F;
  border: 2px solid #0A192F;
}

.page-resources-hiphop-trends-in-online-entertainment__button--secondary:hover {
  background-color: #0A192F;
  color: #E0B400;
}

.page-resources-hiphop-trends-in-online-entertainment__cta-image {
  max-width: 90%;
  height: auto;
  margin-top: 40px;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.page-resources-hiphop-trends-in-online-entertainment__related-links {
  padding: 50px 0;
  text-align: center;
}

.page-resources-hiphop-trends-in-online-entertainment__links-list {
  list-style: none;
  padding: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}

.page-resources-hiphop-trends-in-online-entertainment__links-list li {
  margin: 0;
}

.page-resources-hiphop-trends-in-online-entertainment__link {
  color: #E0B400;
  text-decoration: none;
  font-size: 1.1em;
  padding: 10px 20px;
  border: 1px solid #E0B400;
  border-radius: 25px;
  transition: all 0.3s ease;
}

.page-resources-hiphop-trends-in-online-entertainment__link:hover {
  background-color: #E0B400;
  color: #0A192F;
}

/* Responsive adjustments */
@media (max-width: 992px) {
  .page-resources-hiphop-trends-in-online-entertainment__hero-title {
    font-size: 2.8em;
  }

  .page-resources-hiphop-trends-in-online-entertainment__hero-subtitle {
    font-size: 1.3em;
  }

  .page-resources-hiphop-trends-in-online-entertainment__section-title {
    font-size: 2em;
  }

  .page-resources-hiphop-trends-in-online-entertainment__cta-title {
    font-size: 2.5em;
  }

  .page-resources-hiphop-trends-in-online-entertainment__cta-description {
    font-size: 1.1em;
  }
}

@media (max-width: 768px) {
  .page-resources-hiphop-trends-in-online-entertainment__hero {
    padding: 60px 0 30px;
  }

  .page-resources-hiphop-trends-in-online-entertainment__hero-title {
    font-size: 2.2em;
  }

  .page-resources-hiphop-trends-in-online-entertainment__hero-subtitle {
    font-size: 1.1em;
  }

  .page-resources-hiphop-trends-in-online-entertainment__content-section {
    padding: 40px 0;
  }

  .page-resources-hiphop-trends-in-online-entertainment__section-title {
    font-size: 1.8em;
  }

  .page-resources-hiphop-trends-in-online-entertainment__subsection-title {
    font-size: 1.5em;
  }

  .page-resources-hiphop-trends-in-online-entertainment__text-block {
    font-size: 1em;
  }

  .page-resources-hiphop-trends-in-online-entertainment__feature-list li,
  .page-resources-hiphop-trends-in-online-entertainment__benefit-list li {
    font-size: 1em;
  }

  .page-resources-hiphop-trends-in-online-entertainment__cta-section {
    padding: 60px 0;
  }

  .page-resources-hiphop-trends-in-online-entertainment__cta-title {
    font-size: 2em;
  }

  .page-resources-hiphop-trends-in-online-entertainment__cta-description {
    font-size: 1em;
  }

  .page-resources-hiphop-trends-in-online-entertainment__button {
    padding: 12px 25px;
    font-size: 1em;
  }

  .page-resources-hiphop-trends-in-online-entertainment__links-list {
    flex-direction: column;
    gap: 10px;
  }
}

@media (max-width: 480px) {
  .page-resources-hiphop-trends-in-online-entertainment__hero-title {
    font-size: 1.8em;
  }

  .page-resources-hiphop-trends-in-online-entertainment__hero-subtitle {
    font-size: 0.9em;
  }

  .page-resources-hiphop-trends-in-online-entertainment__section-title {
    font-size: 1.5em;
  }

  .page-resources-hiphop-trends-in-online-entertainment__cta-title {
    font-size: 1.8em;
  }
}