.zp-badge {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #2e9e44;
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
    pointer-events: none;
}

.pv-image {
    position: relative;
}

.zp-card {
    background: #2e9e44;
    color: #ffffff;
    padding: 16px !important;
}

.zp-card .zp-card-monthly {
    color: #ffffff;
    font-size: 1.35rem;
    font-weight: 700;
}

.zp-card .zp-card-top-row {
    margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.zp-card .zp-card-subtext {
    color: #ffffff;
    font-size: 13px;
    font-weight: 400;
    margin-top: 6px;
    opacity: 0.9;
}

.zp-card .zp-card-logo-wrap {
    padding-left: 8px;
}

.zp-card .zp-card-logo {
    display: block;
    margin-left: auto;
    max-width: 100%;
    height: auto;
    max-height: 40px;
}

/* "Повече информация" — идентична стилистика на .product-action-link
   (border-top + arrow), но в бяло за четимост на зеления фон. */
.zp-card .zp-card-more {
    color: #ffffff !important;
    font-weight: 700;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
}

.zp-card .zp-card-more:hover {
    color: #000000 !important;
    opacity: 1;
}

.zp-card .zp-card-more i {
    color: #ffffff !important;
}
