/* style/entertainment-news-player-stories-sharing.css */
.page-entertainment-news-player-stories-sharing {
  font-family: 'Arial', sans-serif;
  color: #333;
  line-height: 1.6;
  background-color: #f8f8f8;
}

.page-entertainment-news-player-stories-sharing__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Hero Section */
.page-entertainment-news-player-stories-sharing__hero {
  background: linear-gradient(135deg, #003366 0%, #004d99 100%); /* Dark blue gradient */
  color: #ffffff; /* White text for contrast */
  padding: 80px 0;
  text-align: center;
}

.page-entertainment-news-player-stories-sharing__title {
  font-size: 2.8em;
  margin-bottom: 20px;
  color: #FFCC00; /* Vibrant gold for emphasis */
  line-height: 1.2;
}

.page-entertainment-news-player-stories-sharing__subtitle {
  font-size: 1.2em;
  max-width: 800px;
  margin: 0 auto 40px auto;
  color: #e0e0e0; /* Light grey for body text */
}

.page-entertainment-news-player-stories-sharing__cta-group {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.page-entertainment-news-player-stories-sharing__btn {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
  font-size: 1.1em;
  cursor: pointer;
}

.page-entertainment-news-player-stories-sharing__btn--primary {
  background-color: #FFCC00; /* Vibrant gold button */
  color: #003366; /* Deep sea blue text for contrast */
  border: 2px solid #FFCC00;
}

.page-entertainment-news-player-stories-sharing__btn--primary:hover {
  background-color: #e6b800; /* Darker gold on hover */
  border-color: #e6b800;
}

.page-entertainment-news-player-stories-sharing__btn--secondary {
  background-color: transparent;
  color: #FFCC00; /* Vibrant gold text for contrast */
  border: 2px solid #FFCC00;
}

.page-entertainment-news-player-stories-sharing__btn--secondary:hover {
  background-color: #FFCC00;
  color: #003366; /* Deep sea blue text on hover */
}

.page-entertainment-news-player-stories-sharing__btn--small {
  padding: 10px 20px;
  font-size: 0.9em;
  margin-top: 15px;
}

.page-entertainment-news-player-stories-sharing__btn--large {
  padding: 18px 40px;
  font-size: 1.3em;
}

/* General Section Styling */
.page-entertainment-news-player-stories-sharing__section {
  padding: 60px 0;
}

.page-entertainment-news-player-stories-sharing__section:nth-of-type(even) {
  background-color: #f0f0f0;
}

.page-entertainment-news-player-stories-sharing__section-title {
  font-size: 2.2em;
  color: #003366; /* Deep sea blue for titles */
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 15px;
}

.page-entertainment-news-player-stories-sharing__section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: #FFCC00; /* Vibrant gold underline */
  border-radius: 2px;
}

/* Why vn68 Section */
.page-entertainment-news-player-stories-sharing__features {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  text-align: center;
}

.page-entertainment-news-player-stories-sharing__feature-item {
  background-color: #ffffff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease;
}

.page-entertainment-news-player-stories-sharing__feature-item:hover {
  transform: translateY(-5px);
}

.page-entertainment-news-player-stories-sharing__feature-icon {
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
  object-fit: contain;
}

.page-entertainment-news-player-stories-sharing__feature-title {
  font-size: 1.4em;
  color: #003366;
  margin-bottom: 15px;
}

.page-entertainment-news-player-stories-sharing__feature-item p {
  color: #555;
}

/* Player Stories Section */
.page-entertainment-news-player-stories-sharing__story-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.page-entertainment-news-player-stories-sharing__story-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;
}

.page-entertainment-news-player-stories-sharing__story-card:hover {
  transform: translateY(-5px);
}

.page-entertainment-news-player-stories-sharing__story-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.page-entertainment-news-player-stories-sharing__story-title {
  font-size: 1.5em;
  color: #003366;
  padding: 20px 20px 10px 20px;
}

.page-entertainment-news-player-stories-sharing__story-text {
  color: #555;
  padding: 0 20px 20px 20px;
}

/* Tips Section */
.page-entertainment-news-player-stories-sharing__tip-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.page-entertainment-news-player-stories-sharing__tip-item {
  background-color: #ffffff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.page-entertainment-news-player-stories-sharing__tip-title {
  font-size: 1.3em;
  color: #003366;
  margin-bottom: 15px;
}

.page-entertainment-news-player-stories-sharing__tip-item p {
  color: #555;
  flex-grow: 1;
}

/* Get Started Section */
.page-entertainment-news-player-stories-sharing__steps-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  text-align: center;
}

.page-entertainment-news-player-stories-sharing__step-item {
  background-color: #ffffff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.page-entertainment-news-player-stories-sharing__step-icon {
  width: 70px;
  height: 70px;
  margin-bottom: 20px;
  object-fit: contain;
}

.page-entertainment-news-player-stories-sharing__step-title {
  font-size: 1.4em;
  color: #003366;
  margin-bottom: 15px;
}

.page-entertainment-news-player-stories-sharing__step-item p {
  color: #555;
  flex-grow: 1;
  margin-bottom: 20px;
}

/* Community Section */
.page-entertainment-news-player-stories-sharing__community {
  text-align: center;
  background-color: #003366; /* Deep sea blue background */
  color: #ffffff; /* White text for contrast */
}

.page-entertainment-news-player-stories-sharing__community .page-entertainment-news-player-stories-sharing__section-title {
  color: #FFCC00; /* Vibrant gold title */
}

.page-entertainment-news-player-stories-sharing__community .page-entertainment-news-player-stories-sharing__section-title::after {
  background-color: #FFCC00;
}

.page-entertainment-news-player-stories-sharing__community p {
  max-width: 800px;
  margin: 0 auto 30px auto;
  font-size: 1.1em;
  color: #e0e0e0;
}

/* Final CTA Section */
.page-entertainment-news-player-stories-sharing__final-cta {
  text-align: center;
  padding: 80px 0;
  background: linear-gradient(135deg, #003366 0%, #004d99 100%); /* Same as hero */
  color: #ffffff;
}

.page-entertainment-news-player-stories-sharing__final-cta-content .page-entertainment-news-player-stories-sharing__section-title {
  color: #FFCC00;
}

.page-entertainment-news-player-stories-sharing__final-cta-content .page-entertainment-news-player-stories-sharing__section-title::after {
  background-color: #FFCC00;
}

.page-entertainment-news-player-stories-sharing__final-cta-content p {
  font-size: 1.2em;
  max-width: 800px;
  margin: 0 auto 40px auto;
  color: #e0e0e0;
}

/* Responsive Design */
@media (max-width: 768px) {
  .page-entertainment-news-player-stories-sharing__title {
    font-size: 2.2em;
  }

  .page-entertainment-news-player-stories-sharing__subtitle,
  .page-entertainment-news-player-stories-sharing__community p,
  .page-entertainment-news-player-stories-sharing__final-cta-content p {
    font-size: 1em;
  }

  .page-entertainment-news-player-stories-sharing__section-title {
    font-size: 1.8em;
  }

  .page-entertainment-news-player-stories-sharing__cta-group {
    flex-direction: column;
  }

  .page-entertainment-news-player-stories-sharing__btn {
    width: 100%;
    max-width: 300px;
  }

  .page-entertainment-news-player-stories-sharing__features,
  .page-entertainment-news-player-stories-sharing__story-grid,
  .page-entertainment-news-player-stories-sharing__tip-grid,
  .page-entertainment-news-player-stories-sharing__steps-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 480px) {
  .page-entertainment-news-player-stories-sharing__hero,
  .page-entertainment-news-player-stories-sharing__section,
  .page-entertainment-news-player-stories-sharing__final-cta {
    padding: 40px 0;
  }

  .page-entertainment-news-player-stories-sharing__title {
    font-size: 1.8em;
  }

  .page-entertainment-news-player-stories-sharing__section-title {
    font-size: 1.5em;
  }

  .page-entertainment-news-player-stories-sharing__btn {
    padding: 12px 20px;
    font-size: 1em;
  }

  .page-entertainment-news-player-stories-sharing__btn--large {
    padding: 15px 30px;
    font-size: 1.1em;
  }
}