.zoodseo-breadcrumb { margin: 10px 0; font-weight: 600; }
.zoodseo-cards { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 16px; }
.zoodseo-card { border: 1px solid #e5e5e5; border-radius: 8px; padding: 12px; background: #fff; }
.zoodseo-card-head { display: flex; justify-content: space-between; align-items: baseline; }
.zoodseo-title { margin: 0 0 8px; font-size: 18px; }
.zoodseo-featured { background: #ffd84d; color: #222; padding: 2px 6px; border-radius: 6px; font-size: 12px; }
.zoodseo-address { color: #555; margin: 4px 0; }
.zoodseo-desc { color: #333; margin: 8px 0; line-height: 1.6; }
.zoodseo-map iframe { width: 100%; height: 180px; border: 0; }
.zoodseo-btn { display: inline-block; padding: 8px 12px; border-radius: 6px; background: #222; color: #fff; text-decoration: none; }
.zoodseo-pagination { display: flex; gap: 8px; margin-top: 12px; }
.zoodseo-profile .zoodseo-map iframe { width: 100%; height: 320px; }