/* assets/horeka-search.css */
#horeka-search-shell{font-family:system-ui,Arial,Helvetica,sans-serif;max-width:980px;margin:6px auto;padding:0 12px}
.horeka-search-bar{padding:10px;background:#fff;border-radius:10px;box-shadow:0 4px 14px rgba(0,0,0,.06);display:flex;gap:8px;align-items:center}
.horeka-search-input{flex:1;border:0;outline:0;font-size:15px;padding:10px 12px;border-radius:8px;background:#fbfbfb}
.horeka-search-btn{background:#c62828;color:#fff;border:0;padding:8px 12px;border-radius:8px;cursor:pointer}
.horeka-results{margin-top:10px}
.horeka-result{display:flex;padding:12px;border-radius:12px;background:#fff;margin-bottom:12px;align-items:flex-start;gap:12px;box-shadow:0 1px 6px rgba(12,20,26,0.04)}
.horeka-result .img{flex:0 0 20%;max-width:20%}
.horeka-result .img img{width:100%;height:auto;border-radius:8px;object-fit:cover}
.horeka-result .meta{flex:1 1 80%;max-width:80%;display:flex;flex-direction:column}
.horeka-result h3{margin:0;font-size:16px;color:#111}
.horeka-result p{margin:6px 0;color:#666;font-size:13px}
.horeka-meta-row{display:flex;gap:8px;align-items:center;font-size:13px;color:#333;flex-wrap:wrap}
.horeka-coin{background:#f0fbf5;padding:6px;border-radius:6px;font-weight:700;color:#0b6f3b;font-size:13px}
.horeka-delivery{background:#fff7e6;padding:6px;border-radius:6px;color:#f7b24a;font-weight:700;font-size:13px}
.horeka-cta{margin-left:12px;display:flex;align-items:center}
.horeka-cta button{background:#0b6f3b;color:#fff;border:0;padding:10px 12px;border-radius:10px;cursor:pointer;font-weight:700}
@media (max-width:760px){ .horeka-result{padding-bottom:56px} .horeka-cta{position:absolute;right:12px;bottom:12px;margin:0} }
