.pm-badge-wrap {
    position: absolute;
    z-index: 10;
    pointer-events: none;
}
.pm-badge-wrap.top-left { top: 10px; left: 10px; }
.pm-badge-wrap.top-right { top: 10px; right: 10px; }
.pm-badge-wrap.bottom-left { bottom: 10px; left: 10px; }
.pm-badge-wrap.bottom-right { bottom: 10px; right: 10px; }
.pm-badge-img, .pm-badge-text {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-weight: bold;
    color: #fff;
}
.pm-badge-text {
    background-color: #ff0000; /* Prilagodi boju */
    border-radius: 50%;
    padding: 5px;
}
.pm-animate {
    animation: pm-ribbon 1s infinite;
}
@keyframes pm-ribbon {
    0% { transform: scale(1); }
    50% { transform: scale(1.1); }
    100% { transform: scale(1); }
}

.ponuda-section {
  background-color: #2f3885;
  color: #fff;
  font-family: Arial, sans-serif;
  font-size: 16px;
  padding: 20px 25px;
  border-radius: 6px;
  max-width: 700px;
  line-height: 1.6;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.ponuda-section h3 {
  color: #fff;
}
.ponuda-section p {
  margin: 8px 0;
}
.ponuda-section .rok {
  margin-top: 20px;
  font-weight: bold;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  padding-top: 15px;
}
