.crd-container{max-width:1100px;margin:20px auto;font-family:Arial,Helvetica,sans-serif;}
.crd-search{display:flex;gap:10px;margin-bottom:12px;position:relative;}
.crd-search input{padding:10px;border-radius:6px;border:1px solid #ccc;flex:1;}
.crd-search button{padding:8px 12px;}
.crd-suggestions{position:absolute;left:0;top:44px;right:280px;background:#fff;border:1px solid #ddd;border-radius:6px;max-height:260px;overflow:auto;z-index:9999;padding:6px;}
.crd-sugg-item{padding:8px;border-bottom:1px solid #f1f1f1;cursor:pointer;}
.crd-sugg-item:hover{background:#f7f7f7;}
.crd-paw-icon img{width:36px;height:36px;}
.crd-modal{position:fixed;left:0;top:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:rgba(0,0,0,0.6);z-index:9999;}
.crd-modal-content{background:#fff;padding:18px;border-radius:8px;max-width:420px;width:90%;}
.crd-list{margin-top:12px;}
.crd-results{list-style:none;padding-left:0;}
.crd-results li{padding:8px;border-bottom:1px solid #eee;}
#crd-map{width:100%;height:520px;border-radius:8px;}
