body.predplatne .detail-parameters .variant-list {
    display: none;
}

body.predplatne .vx705-variants-layout {
    display: flex;
    gap: 24px;
    margin: 18px 0;
}

body.predplatne .vx705-col {
    width: calc(50% - 12px);
}

body.predplatne .vx705-heading {
    margin: 0 0 10px;
    color: #171717;
    font-size: 16px;
    font-weight: 600;
}

body.predplatne .vx705-cards {
    display: flex;
    flex-direction: column;
    gap: 12px;
    
}

@media (max-width: 767px) {
.predplatne .vx705-cards {
max-width: calc(100% - 40px);
margin: auto;
    }

.predplatne .overall-wrapper
{
padding-top: 0px;
}



body.predplatne .vx705-heading
{

    margin: 20px;
   
}

body.predplatne .vx705-heading,
.vx705-subscription-link-text
{

    margin-left: 20px;
   
}



}


body.predplatne .vx705-card {
    position: relative;
    overflow: hidden;
    display: grid;
    grid-template-columns: 72px 1fr;
    column-gap: 12px;
    align-items: center;
    width: 100%;
    border: 1px solid #E3ECFB;
    border-radius: 8px;
    background: #fff;
    padding: 8px;
    text-align: left;
    cursor: pointer;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

body.predplatne .vx705-card-image-wrap {
    display: block;
    grid-column: 1;
    grid-row: 1 / span 3;
}

body.predplatne .vx705-card-image {
    display: block;
    width: 72px;
    height: 72px;
    object-fit: cover;
    border-radius: 6px;
}

body.predplatne .vx705-card:hover {
    border-color: #8cb1ea;
}

body.predplatne .vx705-card.is-active {
    border-color: #2d7de8;
    box-shadow: 0 0 0 2px rgba(45, 125, 232, 0.12);
}

body.predplatne .vx705-card-title {
    grid-column: 2;
    color: #171717;
    font-size: 16px;
    line-height: 1.25;
    font-weight: 400;
}

body.predplatne .vx705-card-price {
    grid-column: 2;
    color: #171717;
    font-size: 18px;
    line-height: 1.1;
    font-weight: 600;
}

body.predplatne .vx705-card-meta {
    grid-column: 2;
    color: #000000;
    font-size: 13px;
    line-height: 1.3;
}

body.predplatne .vx705-card-badge {
    position: absolute;
    top: 0;
    right: 0;
    width: 49px;
    height: 51px;
    display: block;
    pointer-events: none;
}

body.predplatne .vx705-card-badge-bg {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 49px;
    height: 51px;
    z-index: 1;
}

body.predplatne .vx705-card-badge-bg svg {
    display: block;
    width: 49px;
    height: 51px;
}

body.predplatne .vx705-card-badge-text {
    position: absolute;
    top: 30px;
    right: 3px;
    width: 42px;
    color: #fff;
    font-size: 9px;
    font-weight: 500;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    text-transform: uppercase;
    transform: rotate(45deg);
    transform-origin: top right;
    z-index: 2;
}

body.predplatne .vx705-subscription-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-top: 10px;
    color: #005197;
    font-size: 13px;
    line-height: 1.2;
    text-decoration: underline;
    text-underline-offset: 2px;
}

body.predplatne .vx705-subscription-link:hover {
    color: #003d85;
}

body.predplatne .vx705-subscription-link-icon {
    display: inline-flex;
    width: 16px;
    height: 16px;
}

body.predplatne .vx705-subscription-link-icon svg {
    width: 16px;
    height: 16px;
}

@media (max-width: 767px) {
    body.predplatne .vx705-variants-layout {
        display: block;
    }

    body.predplatne .vx705-col {
        width: 100%;
    }

    body.predplatne .vx705-col-subscription {
        margin-top: 14px;
    }

    body.predplatne .vx705-card-title {
        font-size: 20px;
    }


    body.predplatne .vx705-subscription-link {
        font-size: 14px;
    }
}
