/* KHF HOME PANEL VPS ICON CLOSE ONLY
   Cuma untuk menu Home: dekatkan icon URL Panel Pterodactyl + VPS DigitalOcean ke teks.
   Tidak mengubah bar berjalan, /products, order, payment, API, data. */

body.orange-home-page .orange-section-grid > article.orange-product-card.panel,
body.orange-home-page .orange-section-grid > article.orange-product-card.vps {
  grid-template-columns: 46px minmax(0, 1fr) auto !important;
  gap: 9px !important;
}

body.orange-home-page .orange-section-grid > article.orange-product-card.panel > .orange-product-icon,
body.orange-home-page .orange-section-grid > article.orange-product-card.vps > .orange-product-icon {
  margin: 0 !important;
}

body.orange-home-page .orange-section-grid > article.orange-product-card.panel > div,
body.orange-home-page .orange-section-grid > article.orange-product-card.vps > div {
  margin-left: 0 !important;
  transform: none !important;
}

body.orange-home-page .orange-section-grid > article.orange-product-card.panel .orange-product-icon img,
body.orange-home-page .orange-section-grid > article.orange-product-card.vps .orange-product-icon img {
  object-fit: contain !important;
  object-position: center !important;
}

@media (max-width: 520px) {
  body.orange-home-page .orange-section-grid > article.orange-product-card.panel,
  body.orange-home-page .orange-section-grid > article.orange-product-card.vps {
    grid-template-columns: 42px minmax(0, 1fr) auto !important;
    gap: 8px !important;
  }
}

@media (max-width: 380px) {
  body.orange-home-page .orange-section-grid > article.orange-product-card.panel,
  body.orange-home-page .orange-section-grid > article.orange-product-card.vps {
    grid-template-columns: 40px minmax(0, 1fr) auto !important;
    gap: 8px !important;
  }
}
