/* Components Global Styles - Extracted from functions.php */
/* Extracted at: 2026-09-13 11:38:34 */


    .zy-placeholder-img {
        opacity: 0.8;
        transition: opacity 0.3s;
    }
    .zy-placeholder-img:hover {
        opacity: 1;
    }
    


    #globalInquiryPopup { position:fixed; top:0; left:0; width:100%; height:100%; background:rgba(0,0,0,0.6); z-index:99999; display:flex; align-items:center; justify-content:center; padding:20px; }
    #globalInquiryPopup .popup-content { background:#fff; border-radius:12px; max-width:420px; width:100%; max-height:90vh; overflow-y:auto; box-shadow:0 20px 60px rgba(0,0,0,0.3); }
    #globalInquiryPopup .popup-header { display:flex; justify-content:space-between; align-items:center; padding:16px 20px; border-bottom:1px solid #eee; background:linear-gradient(135deg,#3d2817,#5a3e1b); border-radius:12px 12px 0 0; }
    #globalInquiryPopup .popup-header h3 { color:#C9A96E; margin:0; font-size:18px; }
    #globalInquiryPopup .popup-close { background:none; border:none; color:#C9A96E; font-size:24px; cursor:pointer; padding:0; width:30px; height:30px; display:flex; align-items:center; justify-content:center; }
    #globalInquiryPopup .popup-body { padding:20px; }
    #globalInquiryPopup input, #globalInquiryPopup textarea { width:100%; padding:12px; margin-bottom:12px; border:1px solid #ddd; border-radius:8px; font-size:14px; box-sizing:border-box; }
    #globalInquiryPopup input:focus, #globalInquiryPopup textarea:focus { outline:none; border-color:#C9A96E; box-shadow:0 0 0 3px rgba(201,169,110,0.1); }
    #globalInquiryPopup .submit-btn { width:100%; padding:14px; background:linear-gradient(135deg,#C9A96E,#B8956A); color:#2d1810; border:none; border-radius:8px; font-size:16px; font-weight:bold; cursor:pointer; }
    #globalInquiryPopup .submit-btn:hover { background:linear-gradient(135deg,#d4b87a,#c9a96e); }
    #globalInquiryPopup .submit-btn:disabled { opacity:0.6; cursor:not-allowed; }
    @media (max-width:768px) {
        #globalInquiryPopup { padding:10px; }
        #globalInquiryPopup .popup-content { max-width:100%; }
        #globalInquiryPopup input, #globalInquiryPopup textarea { font-size:16px; min-height:48px; }
    }
    

