/**
* Theme Name: FWDIGITECH (Labout Child)
* Description: This is a child theme of Labout, generated by FWDIGITECH.
* Author: <a href="https://fwdigitech.com" target="_blank">FWDIGITECH</a>
* Template: labout
* Version: 1.0.2
*/

/* Add a 1px white border to the animated buttons */
.theme-btn, 
.wpr-promo-box-btn, 
.premium-modal-trigger-btn {
    border: 1px solid #ffffff !important;
    box-sizing: border-box; /* Ensures the border doesn't alter the button's size layout */
}

.theme-btn:hover, 
.wpr-promo-box-btn:hover, 
.premium-modal-trigger-btn:hover {
    border: 1px solid #ffffff !important;
}





\/* ==========================================================================
   High-Specificity Comment Form Layout Adjustments for Leave a Comment on Single Post Page
   ========================================================================== */

/* 1. Reduce vertical spacing between fields */
body #respond .comment-form p[class*="comment-form-"] {
    margin-bottom: 12px !important;
}

/* 2. Tighten space between labels and fields */
body #respond .comment-form label {
    margin-bottom: 4px !important;
    display: inline-block !important;
}

/* 3. Reduce height of Name, Email, and Website fields */
body #respond .comment-form input[type="text"],
body #respond .comment-form input[type="email"],
body #respond .comment-form input[type="url"] {
    padding: 8px 12px !important;
    height: 38px !important;
    min-height: 38px !important; /* Forces layout boxes to override minimum bounds */
    max-width: 450px !important;
}

/* 4. Reduce height of the Message textarea */
body #respond .comment-form textarea {
    padding: 10px 12px !important;
    height: 140px !important;
    min-height: 140px !important;
}








