body{
  font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;
  color:#172033;
  background:#fff;
}

.admin-sidebar{
  min-height:100vh;
  width:245px;
}

.hero-section{
  background:linear-gradient(180deg,#f6f9ff 0%,#fff 100%);
}

/* Card / preview image */
.post-card img,
.card-img-top{
  width:100%;
  height:220px;
  object-fit:cover;
  border-radius:0;
  background:#eef2f7;
}

/* Featured image utama post/page */
.post-featured-image,
.featured-image{
  display:block;
  width:100%;
  max-width:720px;
  height:260px;
  object-fit:cover;
  object-position:center;
  border-radius:18px;
  margin:0 auto 24px auto;
  background:#eef2f7;
}

/* Konten artikel */
.content-area{
  font-size:1.05rem;
  line-height:1.75;
}

.content-area img,
.entry-content img,
article img,
main img{
  display:block;
  max-width:100%;
  height:auto;
  max-height:360px;
  object-fit:cover;
  border-radius:12px;
  margin:18px auto;
}

/* Supaya iframe/video juga responsive */
.content-area iframe,
.entry-content iframe{
  max-width:100%;
  border-radius:12px;
}

/* Produk terkait */
.post-card{
  transition:.2s ease;
}

.post-card:hover{
  transform:translateY(-3px);
  box-shadow:0 14px 35px rgba(15,23,42,.12)!important;
}

/* WhatsApp float */
.wa-float{
  position:fixed;
  right:20px;
  bottom:20px;
  z-index:9999;
  background:#25d366;
  color:#fff;
  text-decoration:none;
  font-weight:700;
  padding:14px 18px;
  border-radius:999px;
  box-shadow:0 10px 25px rgba(0,0,0,.2);
}

.wa-float:hover{
  color:#fff;
  opacity:.95;
}

.blank-page{
  margin:0;
  padding:0;
}

.bg-primary-subtle{
  background:#e8f1ff;
}

.text-primary{
  color:#0d6efd!important;
}

/* Mobile */
@media(max-width:768px){
  .admin-sidebar{
    width:100%;
    min-height:auto;
  }

  .d-flex{
    display:block!important;
  }

  .post-card img,
  .card-img-top{
    height:165px;
  }

  .post-featured-image,
  .featured-image{
    max-width:100%;
    height:180px;
    border-radius:14px;
    margin-bottom:18px;
  }

  .content-area{
    font-size:1rem;
    line-height:1.7;
  }

  .content-area img,
  .entry-content img,
  article img,
  main img{
    max-height:240px;
    object-fit:cover;
    border-radius:10px;
  }

  .wa-float{
    right:14px;
    bottom:14px;
    padding:12px 15px;
    font-size:14px;
  }
}

.post-featured-image,
.featured-image,
.subdomain-featured-image{
  width:100% !important;
  max-width:720px !important;
  height:260px !important;
  max-height:260px !important;
  object-fit:cover !important;
  display:block !important;
  margin:0 auto 24px auto !important;
}

@media(max-width:768px){
  .post-featured-image,
  .featured-image,
  .subdomain-featured-image{
    height:180px !important;
    max-height:180px !important;
  }
}

/* FIX gambar dari konten HTML custom/landing page */
.content-area .hero img,
.content-area header img,
.content-area section img,
.content-area img.img-fluid,
.content-area img.rounded,
.content-area img.shadow {
  max-width: 100% !important;
  width: 100% !important;
  max-height: 260px !important;
  height: auto !important;
  object-fit: cover !important;
  border-radius: 14px !important;
  display: block !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

@media(max-width:768px){
  .content-area .hero img,
  .content-area header img,
  .content-area section img,
  .content-area img.img-fluid,
  .content-area img.rounded,
  .content-area img.shadow {
    max-height: 180px !important;
  }
}

img {
  max-width: 100%;
  height: auto;
}

.post-featured-image {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  display: block;
}