body {
      font-family: 'Inter', sans-serif;
      background-color: #f4f8ff !important; 
      color: #000000;
      margin: 0;
      padding: 0;
      padding-top: 80px;
    }

    .container {
      max-width: 960px;
      margin-left: auto;
      margin-right: auto;
      padding-left: 16px;
      padding-right: 16px;
    }

    .main-grid {
      margin-top: 40px;
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 32px;
      align-items: start;
    }

    @media (min-width: 768px) {
      .main-grid {
        grid-template-columns: 1fr 1fr;
      }
    }

  .card-left {
    position: relative;
    border-radius: 1.3rem;
    overflow: hidden;
    box-shadow: none;
    background: transparent !important;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 0;
    min-width: 0;
    min-height: 0;
  }

  .card-image {
    width: 100%;
    height: auto;
    max-width: 480px;         /* Ukuran gambar seperti contoh (bisa sesuaikan) */
    max-height: 480px;        /* Ukuran gambar seperti contoh (bisa sesuaikan) */
    object-fit: contain;      /* Seluruh gambar tampil, tidak terpotong */
    border-radius: 1.3rem;
    background: transparent !important;
    margin: 0 auto;
    display: block;
    box-shadow: none;
  }

    .more-options {
      position: absolute;
      top: 12px;
      right: 12px;
      display: flex;
      gap: 8px;
      color: white;
      font-size: 1.5rem;
      user-select: none;
      cursor: pointer;
    }

    .card-right {
      background-color: #ffffff;
      border-radius: 1rem;
      padding: 24px;
      box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
      display: flex;
      flex-direction: column;
      height: auto;
    }

    .title {
      font-weight: 700;
      font-size: 1.125rem;
      margin-bottom: 16px;
    }

    .details-list {
      list-style: none;
      padding: 0;
      margin: 0 0 24px 0;
      color: #1f2937; /* gray-900 */
      font-size: 0.875rem;
      display: flex;
      flex-direction: column;
      gap: 12px;
    }

    .details-list li {
      display: flex;
      align-items: center;
      gap: 8px;
    }

    .divider {
      border-color: #d1d5db; /* gray-300 */
      margin: 24px 0;
      border-width: 1px 0 0 0;
    }

    .price-row {
      display: flex;
      justify-content: space-between;
      font-weight: 600;
      font-size: 0.875rem;
      margin-bottom: 24px;
    }

    .btn-join {
      background: linear-gradient(to right, #fca326, #f97316);
      color: white;
      font-weight: 600;
      border: none;
      border-radius: 9999px;
      padding: 12px 0;
      width: 100%;
      cursor: pointer;
      transition: filter 0.2s ease-in-out;
      font-size: 1rem;
    }

    .btn-join:hover {
      filter: brightness(1.1);
    }

  .description-section {
    grid-column: 1 / span 2;
    align-self: start;
    margin-top: 32px;
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 16px;
    padding-right: 16px;
  }

  .description-title {
    color: #f97316;
    font-weight: 700;
    font-size: 1.18rem;
    margin-bottom: 16px;
  }

  .description-text {
    font-size: 1rem;
    line-height: 1.7;
    margin-bottom: 18px;
    color: #222;
    white-space: pre-line;
  }

  .description-tags {
    font-size: 0.95rem;
    line-height: 1.5;
    text-decoration-line: underline;
    text-decoration-thickness: 1px;
    text-decoration-color: #000000;
    text-decoration-style: solid;
    margin-bottom: 8px;
  }

  .description-tags a {
    color: #000000;
    margin-right: 8px;
    text-decoration: none;
    transition: color 0.2s;
  }

  .description-tags a:hover {
    color: #f97316;
  }


  @media (max-width: 900px) {
    .card-image {
      max-width: 100%;
      max-height: 320px;
    }
  }
  @media (max-width: 640px) {
    .main-grid {
      grid-template-columns: 1fr;
      gap: 10px;
      margin-top: 10px;
      padding: 0;
    }
    .card-left,
    .card-right {
      border-radius: 0.7rem;
      box-shadow: none;
      padding: 0;
      margin: 0;
    }
    .card-left {
      border-radius: 0.7rem;
      overflow: hidden;
      min-width: 0;
      min-height: 0;
      box-shadow: none;
    }
    .card-image {
      max-width: 100vw;
      max-height: 180px;
      width: 100%;
      height: auto;
      object-fit: contain;
      border-radius: 0.7rem;
      background: transparent !important;
      margin: 0 auto;
      display: block;
      box-shadow: none;
    }
    .card-right {
      border-radius: 0.7rem;
      background: #fff;
      box-shadow: 0 4px 16px 0 rgba(0,0,0,0.07);
      padding: 14px 18px 18px 18px; 
      margin: 0 auto;
      max-width: 95vw;
      display: flex;
      flex-direction: column;
      align-items: stretch;
      min-height: 310px; 
    }
    .btn-join {
      width: 100%;
      display: block;
      margin-top: 8px;
      padding: 8px 0;
      font-size: 0.85rem;
      border-radius: 9999px;
    }
    .description-section {
    max-width: 98vw;
    margin-left: auto;
    margin-right: auto;
    padding-left: 4vw;
    padding-right: 4vw;
  }
  .description-title {
    font-size: 0.8rem;
    margin-bottom: 6px;
  }
  .description-text {
    font-size: 0.7rem;
    margin-bottom: 6px;
  }
  .description-tags {
    font-size: 0.65rem;
  }
  .recommended-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 16px;
  margin-top: 1rem;
  }
  .recommended-grid a,
  .recommended-grid .block {
    background: #fff !important;
    border-radius: 0.75rem !important;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06) !important;
    color: #111 !important;
    padding: 0 !important;
  }
  .recommended-grid img {
    width: 100%;
    height: 140px !important;
    object-fit: cover;
    border-radius: 0.75rem 0.75rem 0 0 !important;
    background: #f3f7fc;
  }
  .recommended-grid h3,
  .recommended-grid p,
  .recommended-grid span {
    color: #111 !important;
    font-size: 0.65rem !important;
    margin-bottom: 2px !important;
  }
  .recommended-grid h3 {
    font-size: 0.7rem !important;
    font-weight: 600 !important;
  }
    .recommended-grid .p-4 {
      padding: 4px 4px 6px 4px !important;
    }
  }

.recommended-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 20px;
  margin-top: 16px;
}

.recommended-grid a,
.recommended-grid .block {
  background: #fff;
  border-radius: 1rem;
  box-shadow: 0 4px 12px rgba(0,0,0,0.06);
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  transition: transform 0.2s;
}

.recommended-grid a:hover {
  transform: translateY(-4px);
}

.recommended-grid img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 1rem 1rem 0 0;
  background: #f3f7fc;
}

/* Konten dalam card */
.recommended-grid .p-4 {
  padding: 16px;
}

.recommended-grid h3 {
  font-size: 1rem;
  font-weight: 600;
  margin: 0 0 8px 0;
}

.recommended-grid p {
  font-size: 0.875rem;
  margin: 0 0 6px 0;
  color: #444;
}

.recommended-grid .text-orange-500 {
  color: #f97316;
  font-weight: 700;
  margin-bottom: 6px;
}

.recommended-grid .text-gray-500 {
  font-size: 0.85rem;
  color: #6b7280;
}

/* ==== Responsive: Tablet & Mobile ==== */
@media (max-width: 768px) {
  .recommended-grid {
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }

  .recommended-grid img {
    height: 140px;
  }

  .recommended-grid .p-4 {
    padding: 12px;
  }

  .recommended-grid h3 {
    font-size: 0.9rem;
  }

  .recommended-grid p {
    font-size: 0.8rem;
  }
}

@media (max-width: 480px) {
  .recommended-grid {
    grid-template-columns: 1fr;
  }

  .recommended-grid img {
    height: 130px;
  }
}

/* Responsive: tetap 2 kolom di mobile */
@media (max-width: 900px) {
  .recommended-grid {
    grid-template-columns: 1fr 1fr !important;
    gap: 8px !important;
  }
  .recommended-grid img {
    height: 50px !important;
  }
  .recommended-grid .p-4 {
    padding: 4px 4px 6px 4px !important;
  }
}

/* Perbesar font deskripsi di mobile */
@media (max-width: 640px) {
  .description-title {
    font-size: 1rem;
    margin-bottom: 4px;
  }
  .description-text {
    font-size: 1rem;
    line-height: 1.7;
    margin-bottom: 12px;
  }
  .recommended-grid h3,
  .recommended-grid p,
  .recommended-grid span,
  .recommended-grid .text-gray-500 {
    font-size: 1rem !important;
  }
}
