/* Mobile Styles untuk Moments Section */
@media (max-width: 768px) {
  .moments {
    padding: 40px 20px;
    margin-bottom: 80px;
    position: relative;
    z-index: 3;
  }

  .moments-header {
    margin-bottom: 20px;
  }

  .moments h2 {
    font-size: 36px;
    line-height: 40px;
    margin-bottom: 10px;
  }

  .moments-subtitle {
    font-size: 18px;
    line-height: 24px;
  }

  .moments-wrapper {
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
  }

  .featured-image {
    width: 100%;
    height: 300px; /* Diperbesar dari 250px */
    border-radius: 30px;
  }

  .featured-image img {
    border-radius: 30px;
  }

  .featured-overlay {
    border-radius: 0 0 30px 30px;
    padding: 25px 20px 20px; /* Padding diperbesar */
  }

  .featured-overlay h3 {
    font-size: 18px; /* Diperbesar dari 16px */
    margin-bottom: 8px;
  }

  .featured-overlay .news-date {
    font-size: 14px;
  }

  .news-sidebar {
    width: 100%;
  }

  .news-item-sidebar {
    padding: 12px 0;
    gap: 12px;
  }

  .news-thumbnail {
    width: 80px;
    height: 60px;
    border-radius: 15px;
  }

  .news-thumbnail img {
    border-radius: 8px;
  }

  .news-content-compact h4 {
    font-size: 14px;
    line-height: 1.3;
    -webkit-line-clamp: 2;
    line-clamp: 2;
  }

  .news-content-compact .news-date {
    font-size: 12px;
  }

  .news-date::before {
    width: 12px;
    height: 12px;
  }

  .view-all-sidebar {
    margin-top: 10px;
  }
}

/* Extra Small Devices */
@media (max-width: 480px) {
  .moments {
    padding: 30px 15px;
    margin-bottom: 60px;
  }

  .moments h2 {
    font-size: 28px;
    line-height: 32px;
  }

  .moments-subtitle {
    font-size: 16px;
  }

  .featured-image {
    /* height: 250px; Diperbesar dari 200px */
    border-radius: 20px;
  }

  .featured-image img {
    border-radius: 20px;
  }

  .featured-overlay {
    border-radius: 0 0 20px 20px;
    padding: 20px 15px 15px; /* Padding diperbesar */
  }

  .featured-overlay h3 {
    font-size: 16px; /* Diperbesar dari 14px */
  }

  .news-thumbnail {
    width: 70px;
    height: 50px;
  }

  .news-content-compact h4 {
    font-size: 12px;
  }
}
