.ph-location-master-field{position:relative;display:block;width:100%}
.ph-location-master-field>input,.ph-location-master-field>select{width:100%}
.ph-location-master-results{position:absolute;left:0;right:0;top:calc(100% + 6px);z-index:100050;max-height:280px;overflow:auto;background:#fff;border:1px solid #cbd5e1;border-radius:14px;box-shadow:0 18px 48px rgba(15,23,42,.18);padding:6px}
.ph-location-master-results[hidden]{display:none!important}
.ph-location-master-option{width:100%;display:flex;align-items:flex-start;justify-content:space-between;gap:12px;border:0;background:#fff;color:#0f2859;text-align:left;padding:10px 12px;border-radius:10px;cursor:pointer;font:inherit}
.ph-location-master-option:hover,.ph-location-master-option:focus,.ph-location-master-option.is-active{background:#eef4ff;outline:none}
.ph-location-master-option span{font-weight:800;line-height:1.35}
.ph-location-master-option small{color:#64748b;font-size:11px;line-height:1.35;text-align:right}
.ph-location-master-status{padding:11px 12px;color:#64748b;font-size:12px;line-height:1.45}
.ph-location-master-field.is-loading:after{content:"";position:absolute;right:14px;top:50%;width:14px;height:14px;margin-top:-7px;border:2px solid rgba(37,99,235,.2);border-top-color:#2563eb;border-radius:50%;animation:phLocationSpin .7s linear infinite;pointer-events:none}
@keyframes phLocationSpin{to{transform:rotate(360deg)}}
.ph-location-master-field input[disabled]+.ph-location-master-results,.ph-profile-locked .ph-location-master-results{display:none!important}
