.giftkod-promo {
  display: block;
  width: 100%;
  margin-top: 18px;
  border-radius: 8px;
  overflow: hidden;
  background: #0a1225;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.22);
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.giftkod-promo:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.3);
}

.giftkod-promo:focus-visible {
  outline: 3px solid #65b5ff;
  outline-offset: 3px;
}

.giftkod-promo img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1280 / 321;
}

.custom-layout {
  min-height: 100vh !important;
  height: auto !important;
  padding: 32px 12px;
}

@media (max-width: 575.98px) {
  .giftkod-promo {
    margin-top: 12px;
  }

  .custom-layout {
    padding-top: 16px;
    padding-bottom: 16px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .giftkod-promo {
    transition: none;
  }
}
