/**
 * Gardenica — shared country-code phone input widget styles.
 * Pairs with /js/gd-geo-locate.js + /js/gd-phone-input.js and the
 * resources/views/partials/phone-field.blade.php markup.
 */
.gd-phone-field{position:relative;margin-bottom:1rem;font-family:'Inter',sans-serif;}
.gd-phone-label{display:block;font-size:.8rem;font-weight:600;margin-bottom:.4rem;color:#33402f;}
.gd-phone-input-wrap{display:flex;align-items:stretch;border:1.5px solid rgba(0,0,0,.12);border-radius:.75rem;background:#fff;overflow:hidden;transition:border-color .2s ease,box-shadow .2s ease;}
.gd-phone-input-wrap:focus-within{border-color:#43A047;box-shadow:0 0 0 3px rgba(67,160,71,.15);}
.gd-phone-cc-btn{display:flex;align-items:center;gap:6px;padding:0 .85rem;border:none;border-right:1.5px solid rgba(0,0,0,.1);background:transparent;font-weight:600;font-size:.9rem;color:#2E7D32;cursor:pointer;white-space:nowrap;font-family:'Inter',sans-serif;}
.gd-phone-cc-flag{display:inline-block;width:20px;height:15px;object-fit:cover;border-radius:3px;box-shadow:0 0 0 1px rgba(0,0,0,.12);flex-shrink:0;vertical-align:middle;background:#eee;}
.gd-phone-cc-flag-blank{background:#e5e5e5;}
.gd-phone-cc-flag-btn{width:22px;height:16px;}
.gd-phone-cc-dial{font-weight:600;}
.gd-phone-caret{font-size:9px;color:#5b6b60;margin-left:2px;}
.gd-phone-input{flex:1;min-width:0;border:none;outline:none;background:transparent;padding:.75rem 1rem;font-size:.95rem;color:#1f2a23;font-family:'Inter',sans-serif;}
.gd-phone-cc-panel{position:absolute;top:calc(100% + 6px);left:0;width:100%;min-width:280px;background:#fff;border:1px solid rgba(0,0,0,.08);border-radius:.75rem;box-shadow:0 18px 40px -14px rgba(15,28,18,.35);z-index:60;display:none;overflow:hidden;text-align:left;}
.gd-phone-cc-panel.gd-open{display:block;}
.gd-phone-cc-search{display:block;width:100%;box-sizing:border-box;border:none;outline:none;border-bottom:1px solid rgba(0,0,0,.08);padding:.65rem 1rem;font-size:.85rem;background:transparent;color:#1f2a23;font-family:'Inter',sans-serif;}
.gd-phone-cc-list{max-height:12rem;overflow-y:auto;}
.gd-phone-cc-item{display:flex;align-items:center;gap:.6rem;width:100%;padding:.55rem 1rem;border:none;background:transparent;cursor:pointer;font-size:.85rem;color:#1f2a23;text-align:left;font-family:'Inter',sans-serif;}
.gd-phone-cc-item:hover{background:#F7F6F2;}
.gd-phone-cc-item .gd-phone-cc-name{flex:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.gd-phone-cc-item .gd-phone-cc-dial{color:#5b6b60;font-weight:600;}
.gd-phone-cc-empty{margin:0;padding:.75rem 1rem;color:#5b6b60;font-size:.8rem;display:none;font-family:'Inter',sans-serif;}
