.elementor-15502 .elementor-element.elementor-element-528bbeb{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-15502 .elementor-element.elementor-element-cfca402{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-0e3c8c2 *//* GRID */
.v4y-pricing-row {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px; /* enger */
    justify-content: center;
}

@media (max-width: 900px) {
    .v4y-pricing-row {
        grid-template-columns: 1fr;
    }
}

/* BOX */
.v4y-price-box {
    background: #ffffff;
    border-radius: 14px;
    padding: 20px 18px; /* kleiner */
    box-shadow: 0 3px 14px rgba(0,0,0,0.07);
    text-align: left;
    transition: 0.35s ease;
    border: 1px solid #e5e5e5;
    position: relative;
    overflow: hidden;
    max-width: 280px; /* SCHMALER */
    margin: 0 auto;
}

/* Hover Animation */
.v4y-price-box:hover {
    transform: translateY(-4px) scale(1.015);
    box-shadow: 0 8px 24px rgba(0,0,0,0.12);
}

/* Highlight Box */
.v4y-price-box-highlight {
    border-color: #d60000;
    box-shadow: 0 8px 24px rgba(214,0,0,0.18);
}

/* Ribbon */
.v4y-ribbon {
    position: absolute;
    top: 10px;
    right: -36px;
    background: #d60000;
    color: #fff;
    padding: 4px 42px;
    transform: rotate(45deg);
    font-size: 11px;
    font-weight: 700;
}

/* Badges */
.v4y-badge {
    position: absolute;
    top: 12px;
    right: 14px;
    padding: 3px 8px;
    border-radius: 999px;
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.v4y-badge-free {
    background: #e5f7e8;
    color: #1b7a2a;
}

.v4y-badge-popular {
    background: #ffe6e6;
    color: #d60000;
}

/* Title */
.v4y-title {
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 8px;
    color: #111;
}

/* Price */
.v4y-price {
    font-size: 22px;
    font-weight: 800;
    color: #d60000;
    margin-bottom: 10px;
}

.v4y-price span {
    font-size: 11px;
    color: #666;
    font-weight: 400;
}

/* Subline */
.v4y-subline {
    font-size: 13px;
    color: #555;
    margin-bottom: 14px;
}

/* Features */
.v4y-features {
    list-style: none;
    padding: 0;
    margin: 0 0 20px 0;
}

.v4y-features li {
    margin-bottom: 5px;
    font-size: 13px;
    color: #333;
    display: flex;
    align-items: center;
}

.v4y-icon {
    font-style: normal;
    margin-right: 6px;
    color: #d60000;
    font-weight: 700;
    font-size: 12px;
}

/* Button */
.v4y-btn {
    display: block;
    text-align: center;
    background: #d60000;
    color: #fff;
    padding: 9px 16px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 700;
    font-size: 14px;
    transition: 0.25s;
}

.v4y-btn:hover {
    background: #b30000;
    transform: scale(1.025);
}

/* DARK MODE */
@media (prefers-color-scheme: dark) {
    .v4y-price-box {
        background: #1a1a1a;
        border-color: #333;
        color: #fff;
    }
    .v4y-title { color: #fff; }
    .v4y-subline { color: #ccc; }
    .v4y-features li { color: #ddd; }
    .v4y-price span { color: #aaa; }
}/* End custom CSS */