.pqcew-pricing-box.pqcew-style-3 {
    background: #ffffff;
    border-radius: 15px;
    padding: 45px;
}

.pqcew-pricing-box.pqcew-style-3 .pqcew-pricing-title {
    font-size: 22px;
    line-height: 30px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 10px;
    color: #2D2D2D;
}

.pqcew-pricing-box.pqcew-style-3 .pqcew-pricing-description {
    font-size: 18px;
    line-height: 26px;
    color: #666666;
    margin-bottom: 20px;
}

.pqcew-pricing-box.pqcew-style-3 .pqcew-pricing-price {
    font-size: 32px;
    line-height: 40px;
    font-weight: 600;
    display: flex;
    align-items: baseline;
    gap: 3px;
    margin-bottom: 30px;
}

.pqcew-pricing-box.pqcew-style-3 .pqcew-price-prefix {
    font-size: 32px;
    line-height: 40px;
}

.pqcew-pricing-box.pqcew-style-3 .pqcew-price-amount {
    font-size: 32px;
    line-height: 40px;
}

.pqcew-pricing-box.pqcew-style-3 .pqcew-price-month {
    font-size: 18px;
    font-weight: 600;
    color: #666666;
}

.pqcew-pricing-box.pqcew-style-3 .pqcew-pricing-features {
    background: #F9F6F5;
    border-radius: 15px;
    padding: 25px;
    list-style: none;
    margin: 0 0 30px;
}

.pqcew-pricing-box.pqcew-style-3 .pqcew-pricing-features li {
    display: flex;
    align-items: baseline;
    gap: 10px;
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 26px;
    color: #363636;
}

.pqcew-pricing-box.pqcew-style-3 .pqcew-pricing-features li:last-child {
    margin-bottom: 0;
}

.pqcew-pricing-box.pqcew-style-3 .pqcew-pricing-features i {
    color: #6A4D73;
    font-size: 18px;
}

.pqcew-pricing-box.pqcew-style-3 .pqcew-button {
    padding: 0;
    background-color: transparent;
    width: 100%;
}

.pqcew-pricing-box.pqcew-style-3 .pqcew-button .pqcew-button-block {
    display: block;
    text-decoration: none;
    width: 100%;
    background: #6A4D73;
    color: #fff;
    text-align: center;
    padding: 12px 0;
    border-radius: 8px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.pqcew-pricing-box.pqcew-style-3 .pqcew-button .pqcew-button-block:hover {
    background: #53385C;
}

.pqcew-pricing-box.pqcew-style-3 .pqcew-button .pqcew-button-block-text {
    font-size: 18px;
    line-height: 26px;
    text-transform: capitalize;

}


@media (max-width: 397px) {
    .pqcew-pricing-box.pqcew-style-3 {
        padding: 30px 20px;
    }
}