/*
Theme Name: Diaz de la Portilla Lawyer
Theme URI: https://www.indexltd.net
Author: Sultana Mumu
Author URI: https://www.fiverr.com/sultana_mumu
Description: This Hello Elementor Child Theme, enhances the simplicity and flexibility of the Hello Elementor framework with custom design elements and optimizations. Perfect for creating clean, modern websites, it retains the lightweight nature of the parent theme while adding unique styling to make your site stand out.
Template: hello-elementor
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: diazdelaportillalawyer
*/


.elementor-text-editor p:last-child, .elementor-widget-text-editor p:last-child, .textwidget p:last-child, .elementor-widget-container p:last-child { margin-bottom:0px;}




.ellipsis-3 {
        display: -webkit-box;
        -webkit-line-clamp: 3; /* Limits to 2 lines */
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis; /* Adds "..." if text is truncated */
}

/* Legal News customize comments box */
/* Target the Name, Email, and Website containers */
#commentform p.comment-form-author, 
#commentform p.comment-form-email, 
#commentform p.comment-form-url {
    width: 32%; /* Fits 3 fields with small gaps */
    float: left;
    margin-right: 2%;
    box-sizing: border-box;
}

/* Remove the margin from the last field (Website) to keep it on the same line */
#commentform p.comment-form-url {
    margin-right: 0;
}

/* Ensure the 'Comment' textarea starts on a new line below them */
selector #commentform .comment-form-comment {
    clear: both;
    width: 100%;
}

/* Mobile Responsive: Stack them back to full width on phones */
@media (max-width: 767px) {
    #commentform p.comment-form-author, 
    #commentform p.comment-form-email, 
    #commentform p.comment-form-url {
        width: 100%;
        margin-right: 0;
        float: none;
    }
}
