
.bbu-favorite-form{display:inline-flex;margin:0}
.bbu-favorite-form button{min-height:42px;padding:8px 12px;border:1px solid #d8e3ef;border-radius:10px;background:#fff;color:#344054;font:inherit;font-size:11px;font-weight:900;cursor:pointer}
.bbu-favorite-form button.is-active{border-color:#ffc9d4;background:#fff4f7;color:#c01445}
.bbu-favorite-login{display:inline-flex;min-height:42px;align-items:center;padding:8px 12px;border:1px solid #d8e3ef;border-radius:10px;color:#344054;text-decoration:none;font-size:10px;font-weight:850}
.bbu-favorites-card{width:min(100%,1050px);margin:0 auto;padding:22px;border:1px solid #dfe7f1;border-radius:18px;background:#fff;color:#101828;box-shadow:0 8px 28px rgba(16,24,40,.05)}
.bbu-favorites-card *{box-sizing:border-box;min-width:0}
.bbu-favorites-head{display:flex;justify-content:space-between;gap:16px;align-items:flex-start;margin-bottom:18px}
.bbu-favorites-head h2{margin:0;font-size:clamp(24px,4vw,34px)}
.bbu-favorites-head p{margin:5px 0 0;color:#667085}
.bbu-favorites-head>a,.bbu-favorites-primary{display:inline-flex;min-height:42px;align-items:center;justify-content:center;padding:8px 12px;border:1px solid #d8e3ef;border-radius:10px;color:#344054;text-decoration:none;font-size:11px;font-weight:900}
.bbu-favorites-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
.bbu-favorite-business{overflow:hidden;border:1px solid #e1eaf5;border-radius:15px;background:#fbfdff}
.bbu-favorite-cover{height:115px;background:linear-gradient(145deg,#0674ff,#62a9ff);background-size:cover;background-position:center}
.bbu-favorite-body{padding:12px}
.bbu-favorite-identity{display:flex;gap:10px;align-items:center}
.bbu-favorite-identity .bbu-business-avatar{width:62px!important;height:62px!important}
.bbu-favorite-identity strong,.bbu-favorite-identity span{display:block}
.bbu-favorite-identity span{margin-top:3px;color:#667085;font-size:9px}
.bbu-favorite-actions{display:grid;grid-template-columns:1fr 1fr;gap:6px;margin-top:12px}
.bbu-favorite-actions>a,.bbu-favorite-actions button{width:100%;min-height:40px;display:flex;align-items:center;justify-content:center;padding:7px 9px;border:1px solid #d8e3ef;border-radius:9px;background:#fff;color:#344054;text-decoration:none;font:inherit;font-size:10px;font-weight:900}
.bbu-favorite-actions>a.is-primary{border-color:#0674ff;background:#0674ff;color:#fff}
.bbu-favorite-actions form{grid-column:1/-1}
.bbu-favorite-actions button{color:#b42318}
.bbu-favorites-empty{grid-column:1/-1;padding:22px;border:1px dashed #cdd9e8;border-radius:13px;color:#667085;text-align:center}
@media(max-width:760px){.bbu-favorites-card{width:100%;padding:16px}.bbu-favorites-list{grid-template-columns:minmax(0,1fr)}}
@media(max-width:480px){.bbu-favorites-head{flex-direction:column}.bbu-favorites-head>a{width:100%}.bbu-favorite-actions{grid-template-columns:minmax(0,1fr)}.bbu-favorite-actions form{grid-column:auto}}
