/* iBlogger v18 — theme-specific service artwork.
   Scope: homepage Opportunities, Smart Ads, and Guarantee cards in dark theme only.
   Light theme keeps the existing images from the HTML source.
   Dark theme swaps only the image content; card structure and sizing remain unchanged. */
html[data-theme="dark"] body.home-page.v4-page
  .v4-service-grid > .v4-service-card:first-child
  .v4-service-reference-media > img {
  content: url("../assets/images/home-services/opportunities-reference-dark-user-v16.png") !important;
}

html[data-theme="dark"] body.home-page.v4-page
  .v4-service-grid > .v4-service-card:nth-child(2)
  .v4-service-reference-media > img {
  content: url("../assets/images/home-services/smart-ads-reference-dark-user-v17.png") !important;
}

html[data-theme="dark"] body.home-page.v4-page
  .v4-service-grid > .v4-service-card:nth-child(3)
  .v4-service-reference-media > img {
  content: url("../assets/images/home-services/guarantee-reference-dark-user-v18.png") !important;
}
