/* Shared seller card module for home and city pages */
.company-card__labels{position:absolute;z-index:3;top:10px;left:10px;display:flex;flex-direction:column;align-items:flex-start;gap:6px;max-width:calc(100% - 20px)}
.company-card__labels .company-card__plus,.company-card__labels .company-card__verified,.company-card__labels .company-card__unverified,.company-card__labels .company-card__choice{position:static;max-width:100%;margin:0}
.company-card__choice{display:inline-flex!important;align-items:center;gap:5px;padding:5px 8px;border:1px solid #f2d19b;border-radius:20px;background:#fff8e8;color:#9a6b00;font-size:.62rem;font-weight:800;line-height:1;box-shadow:0 3px 10px rgba(154,107,0,.12)}
.company-card__choice svg{width:13px;height:13px;fill:currentColor}
.company-card--choice{border-color:#efd7ad}
.company-card__side .btn{display:inline-flex;align-items:center;justify-content:center;gap:5px}
.company-card__side .btn svg{width:15px;height:15px;flex:0 0 auto;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
body.page-home .company-card__image,body.page-city .company-card__image{object-fit:contain;background:#fff}
@media(max-width:680px){.company-card__labels{top:6px;left:6px;gap:4px;max-width:calc(100% - 12px)}.company-card__choice span{max-width:120px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}}
