/* Broker card on TMC listings (single-boat.php): View Profile + broker's listings buttons */
.broker-info .broker-links{display:flex;flex-wrap:wrap;justify-content:center;gap:8px;margin:12px 0 2px}
/* phone: the card stacks, so the TMC logo sits centered under the buttons instead of in the corner */
@media (max-width:575px){
  .broker-info .card .card-body{padding-bottom:56px}
  .broker-info .card::before{right:auto;left:50%;transform:translateX(-50%);bottom:12px}
}
.broker-info .broker-links__btn{display:inline-flex;align-items:center;gap:4px;padding:7px 14px;border-radius:999px;background:#0b2340;color:#fff!important;font-size:13px;font-weight:700;line-height:1.2;text-decoration:none!important;border:1px solid #0b2340;transition:background .15s,color .15s,border-color .15s}
.broker-info .broker-links__btn:hover{background:#c70710;border-color:#c70710;color:#fff!important}
.broker-info .broker-links__btn--alt{background:#fff;color:#0b2340!important}
.broker-info .broker-links__btn--alt:hover{background:#0b2340;color:#fff!important;border-color:#0b2340}
