.phone-hours-popup-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.7);z-index:100000;display:flex;justify-content:center;align-items:center;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease;backdrop-filter:blur(5px)}.phone-hours-popup-overlay.active{opacity:1;visibility:visible}.phone-hours-popup{background:#fff;border-radius:15px;padding:40px;max-width:550px;width:90%;max-height:90vh;overflow-y:auto;position:relative;box-shadow:0 10px 40px rgba(0,0,0,.3);transform:scale(.9) translateY(20px);transition:transform .3s ease}.phone-hours-popup-overlay.active .phone-hours-popup{transform:scale(1) translateY(0)}.phone-hours-popup-close{position:absolute;top:15px;right:15px;background:0 0;border:none;font-size:28px;cursor:pointer;color:#666;width:35px;height:35px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .3s ease;padding:0}.phone-hours-popup-close:hover{background:#f0f0f0;color:#333;transform:rotate(90deg)}.phone-hours-popup-header{margin-bottom:25px;padding-right:30px}.phone-hours-popup-header h2{color:#2e7d32;font-size:28px;margin:0 0 10px;font-weight:600;display:flex;align-items:center;gap:12px}.phone-hours-popup-header h2 i{font-size:32px}.phone-hours-popup-content{line-height:1.8}.phone-hours-warning{background:#fff3cd;border-left:4px solid #ffc107;padding:15px;margin-bottom:25px;border-radius:5px;display:flex;align-items:flex-start;gap:12px}.phone-hours-warning i{color:#ffc107;font-size:20px;margin-top:2px;flex-shrink:0}.phone-hours-warning-text{color:#000!important;font-size:15px;margin:0}.phone-hours-list{margin:25px 0;padding:0;list-style:none}.phone-hours-list li{padding:12px 0;border-bottom:1px solid #e0e0e0;display:flex;justify-content:space-between;align-items:center}.phone-hours-list li:last-child{border-bottom:none}.phone-hours-day{font-weight:600;color:#333;display:flex;align-items:center;gap:8px}.phone-hours-day i{color:#2e7d32;font-size:16px}.phone-hours-time{color:#666;font-size:15px}.phone-hours-contact-options{margin-top:30px;padding-top:25px;border-top:2px solid #e0e0e0}.phone-hours-contact-options h3{color:#2e7d32;font-size:20px;margin:0 0 15px;display:flex;align-items:center;gap:10px}.phone-hours-contact-options h3 i{font-size:22px}.phone-hours-contact-buttons{display:flex;flex-direction:column;gap:12px;margin-top:20px;align-items:stretch}.phone-hours-contact-btn{display:flex;align-items:center;justify-content:center;gap:10px;padding:14px 20px;background:#2e7d32;color:white!important;text-decoration:none;border-radius:8px;font-weight:600;transition:all .3s ease;border:none;cursor:pointer;font-size:16px;text-align:center}.phone-hours-contact-btn:hover{background:#1b5e20;transform:translateY(-2px);box-shadow:0 5px 15px rgba(46,125,50,.3)}.phone-hours-contact-btn.secondary{background:0 0;color:#2e7d32!important;border:2px solid #2e7d32}.phone-hours-contact-btn.secondary:hover{background:#2e7d32;color:white!important}@media screen and (max-width:768px){.phone-hours-popup{padding:30px 25px;width:95%;max-height:85vh}.phone-hours-popup-header h2{font-size:24px}.phone-hours-popup-header h2 i{font-size:26px}}@media screen and (max-width:480px){.phone-hours-popup{padding:25px 20px}.phone-hours-popup-header h2{font-size:22px}.phone-hours-warning{padding:12px}.phone-hours-warning-text{font-size:14px}}.high-contrast-mode .phone-hours-popup{background:#fff;border:3px solid black}.high-contrast-mode .phone-hours-popup-header h2{color:black}.high-contrast-mode .phone-hours-warning{background:#fff;border-left:4px solid black}.high-contrast-mode .phone-hours-warning-text{color:black}.high-contrast-mode .phone-hours-contact-btn{background:#fff;color:black!important;border:2px solid black}.high-contrast-mode .phone-hours-contact-btn:hover{background:#000;color:white!important}