/* Pricing Sections Plugin Styles */

.pricing-section {
    padding: 30px;
    color: #FFF;
    background: linear-gradient(90deg,#d6c7b3,#c9b49c);
    margin: 40px auto;
}

.pricing-title {
    margin-bottom: 20px;
    font-size: 1.8rem;
    font-weight: 300;
}

.pricing-rows {
    max-width: 600px;
}

.pricing-row {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
}

.pricing-row:last-child {
    border-bottom: none;
}

.service-name {
    font-weight: 500;
}

.service-price {
    font-weight: 700;
}

.pricing-section {
    padding: 30px;
    color: #FFF;
    background: linear-gradient(90deg,#d6c7b3,#c9b49c);
    margin: 40px auto;
}

.pricing-title {
    margin-bottom: 20px;
    font-size: 1.8rem;
    font-weight: 300;
}

.pricing-rows {
    max-width: 1000px;
}

.pricing-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 12px 0;
    border-bottom: 1px solid rgba(255,255,255,0.2);
}

.service-info {
    flex: 1;
}

.service-name {
    font-weight: 600;
    display: block;
}

.service-desc {
    font-size: 0.9rem;
    font-weight: 300;
    opacity: 0.85;
    margin-top: 4px;
}

.service-price {
    font-weight: 700;
    margin-left: 50px;
    white-space: nowrap;
}

@media (max-width: 480px) {
    .pricing-row {
        flex-direction: column;
        align-items: flex-start;
    }
    .service-price {
        margin-top: 5px;
        margin-left: 0px;

    }
}


/* Responsive */
@media (max-width: 480px) {
    .pricing-row {
        flex-direction: column;
        align-items: flex-start;
    }
    .service-price {
        margin-top: 5px;
    }
}
