/* Fine-tune text alignment to match reference design */

@media (min-width: 769px) {
    /* Price range */
    .price-range {
        font-size: 2.2rem !important;
        margin: 15px 0 25px !important;
        color: #6b4e2f !important;
    }
    
    /* Size options table */
    .size-pricing {
        background-color: #f9f9f9 !important;
        padding: 15px !important;
        border-radius: 8px !important;
        margin-bottom: 25px !important;
    }
    
    .size-option {
        display: flex !important;
        justify-content: space-between !important;
        padding: 8px 5px !important;
    }
    
    .size-option:not(:last-child) {
        border-bottom: 1px solid #eee !important;
    }
    
    /* Features list */
    .features {
        margin: 25px 0 !important;
    }
    
    .features li {
        margin-bottom: 8px !important;
        list-style-type: none !important;
        text-align: center !important;
    }
    
    /* Perfect for text */
    .pricing-note {
        font-style: italic !important;
        color: #777 !important;
        margin: 20px 0 25px !important;
    }
    
    /* Image consistency */
    .pricing-image img {
        height: 200px !important;
        object-fit: cover !important;
        width: 100% !important;
        border-radius: 8px !important;
    }
    
    /* Card badges */
    .pricing-badge {
        position: absolute !important;
        top: -10px !important;
        right: 20px !important;
        background-color: #6b4e2f !important;
        color: white !important;
        padding: 5px 15px !important;
        border-radius: 20px !important;
        font-size: 0.9rem !important;
    }
}