.molat-nizami-promo {
  max-width: 100%;
}

.molat-nizami-promo__inner {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 18px 22px;
  padding: 16px 18px;
  border: 1px solid rgba(15, 118, 110, 0.16);
  border-radius: 18px;
  background:
    radial-gradient(circle at 100% 0%, rgba(45, 212, 191, 0.14), transparent 42%),
    linear-gradient(135deg, #f0fdf8 0%, #ffffff 58%, #f8fffb 100%);
  box-shadow: 0 8px 28px rgba(6, 78, 59, 0.08);
  overflow: visible;
}

.molat-nizami-promo__visual {
  position: relative;
  flex: 0 0 auto;
  width: min(36vw, 240px);
  min-width: 132px;
  align-self: center;
}

.molat-nizami-promo__hero {
  display: block;
  width: 100%;
  height: auto;
  max-height: none;
  border-radius: 14px;
  box-shadow: 0 10px 24px rgba(15, 118, 110, 0.18);
  border: 1px solid rgba(15, 118, 110, 0.12);
  background: #eefaf7;
}

.molat-nizami-promo__icon {
  position: absolute;
  top: -8px;
  left: -8px;
  width: 54px;
  height: 54px;
  border-radius: 14px;
  box-shadow: 0 8px 18px rgba(15, 118, 110, 0.28);
  border: 2px solid #fff;
  background: #fff;
}

.molat-nizami-promo__main {
  flex: 0 1 520px;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
}

.molat-nizami-promo__badge {
  align-self: flex-start;
  font-size: 11px;
  font-weight: 800;
  color: #0f766e;
  background: rgba(15, 118, 110, 0.1);
  border-radius: 999px;
  padding: 4px 10px;
  white-space: nowrap;
}

.molat-nizami-promo__content {
  min-width: 0;
}

.molat-nizami-promo__title {
  margin: 0 0 6px;
  font-size: clamp(16px, 2.2vw, 19px);
  font-weight: 900;
  color: #064e3b;
  line-height: 1.35;
}

.molat-nizami-promo__body {
  margin: 0;
  font-size: 13px;
  font-weight: 600;
  color: #475569;
  line-height: 1.55;
}

.molat-nizami-promo__tagline {
  margin: 8px 0 0;
  font-size: 12px;
  font-weight: 800;
  color: #0f766e;
}

.molat-nizami-promo__cta {
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 11px 18px;
  border-radius: 14px;
  background: linear-gradient(135deg, #0f766e 0%, #14b8a6 100%);
  color: #fff !important;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none !important;
  white-space: nowrap;
  box-shadow: 0 8px 18px rgba(15, 118, 110, 0.24);
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.molat-nizami-promo__cta:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 22px rgba(15, 118, 110, 0.28);
  color: #fff !important;
}

.molat-nizami-promo__cta-icon {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
}

@media (max-width: 575.98px) {
  .molat-nizami-promo__inner {
    flex-direction: column;
    align-items: stretch;
    padding-top: 12px;
  }

  .molat-nizami-promo__visual {
    width: min(72vw, 280px);
    margin-inline: auto;
  }

  .molat-nizami-promo__icon {
    left: 8px;
    top: -10px;
  }

  .molat-nizami-promo__cta {
    width: 100%;
  }
}

.molat-nizami-promo + [data-ad-placement],
[data-ad-placement] + .molat-nizami-promo {
  margin-top: 1.25rem;
}
