/* ZipFiner Locator frontend styles */
.zfp-locator-wrapper {
    max-width: 600px;
    margin: 0 auto;
    font-family: 'Jakarta Sans', sans-serif;
    position: relative;
}

#zfp-zip-input {
    width: calc(100% - 150px);
    padding: 8px 10px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

#zfp-search-btn,
#zfp-reset-btn {
    padding: 9px 12px;
    font-size: 14px;
    border: none;
    cursor: pointer;
    color: #fff;
    margin-left: 6px;
    border-radius: 4px;
}

#zfp-search-btn { background: #A40000; }
#zfp-reset-btn  { background: #013777; }

#zfp-results {
    display: none;
    background: #fff;
    border: 1px solid #ddd;
    padding: 10px;
    max-height: 200px;
    overflow-y: auto;
    position: absolute;
    top: 46px;
    left: 0;
    width: 100%;
    z-index: 9999;
    box-shadow: 0 2px 8px rgba(0,0,0,0.12);
    border-radius: 4px;
}

.zfp-list { list-style: none; margin:0; padding:0; }
.zfp-list li { padding:8px; border-bottom:1px solid #eee; cursor:pointer; }
.zfp-list li:hover { background:#f5f5f5; }

#zfp-map {
    margin-top: 12px;
    height: 250px;
    border-radius:6px;
    box-shadow:0 1px 4px rgba(0,0,0,0.08);
}

/* Credit badge */
.zfp-credit {
    position: absolute;
    top: 5px;
    right: 10px;
    font-size: 12px;
    color: #333;
    background: rgba(255,255,255,0.8);
    padding: 3px 6px;
    border-radius: 4px;
}
