/* style/blog-jollibee-777-latest-promotions.css */

/* Base styles for the page content */
.page-blog-jollibee-777-latest-promotions {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #333333; /* Dark text for light body background */
  background-color: #FFFFFF;
}

/* Hero Section */
.page-blog-jollibee-777-latest-promotions__hero-section {
  position: relative;
  overflow: hidden;
  padding: 10px 0 40px 0; /* Small top padding, larger bottom padding */
  background-color: #000000;
  color: #FFFFFF;
}

.page-blog-jollibee-777-latest-promotions__hero-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.page-blog-jollibee-777-latest-promotions__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 30px;
}

.page-blog-jollibee-777-latest-promotions__hero-content {
  max-width: 800px;
  padding: 0 20px;
}

.page-blog-jollibee-777-latest-promotions__main-title {
  font-size: clamp(1.75rem, 5vw, 2.5rem); /* Responsive H1 font size */
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.2;
  color: #FCBC45; /* Login button color for emphasis */
}

.page-blog-jollibee-777-latest-promotions__hero-description {
  font-size: 1.15rem;
  margin-bottom: 30px;
  color: #FFFFFF;
}

.page-blog-jollibee-777-latest-promotions__hero-actions {
  display: flex;
  gap: 15px;
  justify-content: center;
  flex-wrap: wrap;
}

.page-blog-jollibee-777-latest-promotions__button {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease;
  white-space: nowrap;
}

.page-blog-jollibee-777-latest-promotions__button--register {
  background-color: #FFFFFF;
  color: #000000;
  border: 2px solid #FFFFFF;
}

.page-blog-jollibee-777-latest-promotions__button--register:hover {
  background-color: #f0f0f0;
}

.page-blog-jollibee-777-latest-promotions__button--login,
.page-blog-jollibee-777-latest-promotions__button--play-now {
  background-color: #FCBC45;
  color: #000000;
  border: 2px solid #FCBC45;
}

.page-blog-jollibee-777-latest-promotions__button--login:hover,
.page-blog-jollibee-777-latest-promotions__button--play-now:hover {
  background-color: #e0a53b;
  border-color: #e0a53b;
}

/* Article Content Area */
.page-blog-jollibee-777-latest-promotions__content-area {
  max-width: 800px; /* Content width for comfortable reading */
  margin: 40px auto;
  padding: 0 20px;
}

.page-blog-jollibee-777-latest-promotions__article {
  background-color: #FFFFFF;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.page-blog-jollibee-777-latest-promotions__meta-info {
  font-size: 0.9rem;
  color: #666666;
  margin-bottom: 20px;
  text-align: center;
}

.page-blog-jollibee-777-latest-promotions__introduction {
  font-size: 1.1rem;
  margin-bottom: 30px;
  font-weight: bold;
  color: #333333;
}

.page-blog-jollibee-777-latest-promotions__heading {
  font-size: 2rem;
  color: #000000;
  margin-top: 40px;
  margin-bottom: 20px;
  border-bottom: 2px solid #FCBC45;
  padding-bottom: 10px;
}

.page-blog-jollibee-777-latest-promotions__sub-heading {
  font-size: 1.5rem;
  color: #000000;
  margin-top: 30px;
  margin-bottom: 15px;
}

p {
  margin-bottom: 1em;
  font-size: 1.05rem;
  color: #333333;
}

.page-blog-jollibee-777-latest-promotions__article-image {
  width: 100%;
  height: auto;
  display: block;
  margin: 30px auto;
  border-radius: 8px;
  object-fit: cover;
  min-width: 200px;
  min-height: 200px;
}

.page-blog-jollibee-777-latest-promotions__ordered-list,
.page-blog-jollibee-777-latest-promotions__unordered-list {
  margin-bottom: 20px;
  padding-left: 25px;
}

.page-blog-jollibee-777-latest-promotions__ordered-list li,
.page-blog-jollibee-777-latest-promotions__unordered-list li {
  margin-bottom: 10px;
  font-size: 1.05rem;
  color: #333333;
}

.page-blog-jollibee-777-latest-promotions__ordered-list li strong {
  color: #000000;
}

.page-blog-jollibee-777-latest-promotions__call-to-action {
  text-align: center;
  margin-top: 50px;
  padding: 30px;
  background-color: #000000;
  color: #FFFFFF;
  border-radius: 8px;
}

.page-blog-jollibee-777-latest-promotions__call-to-action p {
  font-size: 1.3rem;
  margin-bottom: 20px;
  color: #FFFFFF;
}

.page-blog-jollibee-777-latest-promotions__call-to-action .page-blog-jollibee-777-latest-promotions__button {
  font-size: 1.1rem;
  padding: 15px 30px;
}

/* Related Articles */
.page-blog-jollibee-777-latest-promotions__related-articles {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-blog-jollibee-777-latest-promotions__article-card {
  background-color: #f9f9f9;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  text-align: center;
  padding-bottom: 20px;
}

.page-blog-jollibee-777-latest-promotions__card-image {
  width: 100%;
  height: 200px; /* Fixed height for consistency */
  object-fit: cover;
  margin-bottom: 15px;
  min-width: 200px;
  min-height: 200px;
}

.page-blog-jollibee-777-latest-promotions__card-title {
  font-size: 1.2rem;
  color: #000000;
  margin: 0 15px 10px;
  height: 3em; /* Ensure consistent height for titles */
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.page-blog-jollibee-777-latest-promotions__card-title a {
  color: inherit;
  text-decoration: none;
}

.page-blog-jollibee-777-latest-promotions__card-title a:hover {
  color: #FCBC45;
}

.page-blog-jollibee-777-latest-promotions__card-excerpt {
  font-size: 0.95rem;
  color: #666666;
  margin: 0 15px 20px;
  height: 4em; /* Consistent height for excerpts */
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.page-blog-jollibee-777-latest-promotions__card-link {
  display: inline-block;
  background-color: #000000;
  color: #FFFFFF;
  padding: 8px 20px;
  border-radius: 5px;
  text-decoration: none;
  font-size: 0.9rem;
  transition: background-color 0.3s ease;
}

.page-blog-jollibee-777-latest-promotions__card-link:hover {
  background-color: #333333;
}

.page-blog-jollibee-777-latest-promotions__back-to-blog {
  text-align: center;
  margin-top: 50px;
}

.page-blog-jollibee-777-latest-promotions__back-to-blog .page-blog-jollibee-777-latest-promotions__button {
  background-color: #FCBC45;
  color: #000000;
  border: 2px solid #FCBC45;
  padding: 10px 25px;
}

.page-blog-jollibee-777-latest-promotions__back-to-blog .page-blog-jollibee-777-latest-promotions__button:hover {
  background-color: #e0a53b;
  border-color: #e0a53b;
}

/* Responsive Design */
@media (max-width: 768px) {
  .page-blog-jollibee-777-latest-promotions__hero-content {
    padding: 0 15px;
  }

  .page-blog-jollibee-777-latest-promotions__main-title {
    font-size: clamp(1.5rem, 6vw, 2rem);
  }

  .page-blog-jollibee-777-latest-promotions__hero-description {
    font-size: 1rem;
  }

  .page-blog-jollibee-777-latest-promotions__hero-actions {
    flex-direction: column;
    gap: 10px;
  }

  .page-blog-jollibee-777-latest-promotions__button {
    width: 100%;
    max-width: 250px;
  }

  .page-blog-jollibee-777-latest-promotions__content-area {
    padding: 0 15px;
  }

  .page-blog-jollibee-777-latest-promotions__heading {
    font-size: 1.7rem;
  }

  .page-blog-jollibee-777-latest-promotions__sub-heading {
    font-size: 1.3rem;
  }

  p, .page-blog-jollibee-777-latest-promotions__ordered-list li,
  .page-blog-jollibee-777-latest-promotions__unordered-list li {
    font-size: 0.95rem;
  }

  .page-blog-jollibee-777-latest-promotions__article-image {
    max-width: 100%;
    height: auto;
  }

  .page-blog-jollibee-777-latest-promotions__card-image {
    max-width: 100%;
    height: auto;
    min-width: 200px; /* Ensure min size for mobile */
    min-height: 200px;
  }

  /* Ensure all images within content area are responsive and don't overflow */
  .page-blog-jollibee-777-latest-promotions img {
    max-width: 100%;
    height: auto;
  }
}

@media (max-width: 480px) {
  .page-blog-jollibee-777-latest-promotions__article {
    padding: 20px;
  }

  .page-blog-jollibee-777-latest-promotions__hero-section {
    padding-bottom: 20px;
  }
}