/* 365dizajn embed — responsive, oštar na 4K / HD / mobilnom */
.d365-banner {
  display: block;
  margin: 0 auto;
  padding: 0;
  line-height: 0;
  text-align: center;
  width: 100%;
}

.d365-banner--article {
  max-width: 1044px;
}

.d365-banner--homepage {
  max-width: 1600px;
}

.d365-banner--sidebar {
  max-width: 486px;
}

.d365-banner__link {
  display: block;
  width: 100%;
  text-decoration: none;
  border: 0;
}

.d365-banner__img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  border: 0;
}

.d365-banner__text {
  margin: 0.35rem 0 0;
  line-height: 1.35;
  font-size: 0.75rem;
  font-family: system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
  color: #71717a;
  text-align: center;
}

.d365-banner__text a {
  color: #18181b;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.d365-banner__text a:hover {
  color: #e80000;
}

/* Telefon i tablet portret — puna širina kontejnera */
@media (max-width: 767px) {
  .d365-banner--article,
  .d365-banner--homepage,
  .d365-banner--sidebar {
    max-width: 100%;
  }
}
