/*
Theme Name: Porto Child
Theme URI: https://www.portotheme.com/wordpress/porto
Author: P-THEMES
Author URI: https://www.portotheme.com/
Description: Porto Responsive WordPress + eCommerce Theme.
Version: 1.1
Template: porto
License: Commercial
License URI: http://themeforest.net/licenses/regular_extended
Tags: woocommerce, corporate, ecommerce, responsive, blue, black, green, white, light, dark, red, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
*/

/*************** ADD YOUR CUSTOM CSS HERE  ***************/
/* ============================
   COMPACTARE TAB REVIEW – NUCLEAR MODE
   ============================ */




/* 1. Întregul tab de reviews */
#tab-reviews,
#tab-reviews * {
    line-height: 1.3 !important;
}

/* 2. Titlul secțiunii */
#tab-reviews .woocommerce-Reviews-title {
    margin: 5px 0 10px 0 !important;
    padding: 0 !important;
    font-size: 20px !important;
}

/* 3. Lista de comentarii */
#tab-reviews .commentlist li.review {
    margin: 0 0 12px 0 !important;
    padding: 0 !important;
    border: none !important;
}

/* 4. Containerul inner */
#tab-reviews .comment_container {
    margin: 0 !important;
    padding: 8px 0 !important;
}

/* 5. Meta (autor, data) */
#tab-reviews .comment-text .meta {
    margin: 0 0 6px 0 !important;
    padding: 0 !important;
    font-size: 14px !important;
}

/* 6. Textul recenziei */
#tab-reviews .comment-text .description p {
    margin: 0 0 6px 0 !important;
    font-size: 15px !important;
    line-height: 1.4 !important;
}

/* 7. Formularul de recenzie */
#review_form_wrapper {
    margin-top: 15px !important;
    padding: 0 !important;
}

#review_form h3 {
    margin: 0 0 10px 0 !important;
    font-size: 18px !important;
}

/* 8. Rating stars form */
#review_form .comment-form-rating {
    margin: 0 0 10px 0 !important;
    padding: 0 !important;
}

/* 9. Textarea */
#review_form textarea {
    height: 120px !important;
    min-height: 120px !important;
    padding: 10px !important;
    line-height: 1.3 !important;
}

/* 10. Submit button */
#review_form .form-submit {
    margin-top: 10px !important;
}

/* 11. Separatorul <hr> */
#tab-reviews hr.tall {
    margin: 15px 0 !important;
}

/* ============================
   MOBILE OPTIMIZATION
   ============================ */
@media (max-width: 768px) {

    #tab-reviews .woocommerce-Reviews-title {
        font-size: 18px !important;
        margin-bottom: 8px !important;
    }

    #tab-reviews .comment-text .description p {
        font-size: 14px !important;
    }

    #review_form textarea {
        height: 100px !important;
    }

    #review_form .comment-form-rating {
        margin-bottom: 8px !important;
    }
}
