.listing-body .vehicle-availability-badge,
.microsite-listing-body .vehicle-availability-badge {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    max-width: 100%;
    margin: .4rem 0 .65rem;
    padding: .3rem .65rem;
    border: 1px solid currentColor;
    border-radius: 999px;
    font-size: .75rem;
    font-weight: 650;
    line-height: 1.35;
    overflow-wrap: anywhere;
}

/* On business sites the purchase-mode badge follows the configured button shape. */
.merchant-site .microsite-listing-body .vehicle-availability-badge {
    border-radius: var(--site-button-radius, 8px);
    clip-path: var(--site-button-clip, none);
    letter-spacing: var(--site-button-letter-spacing, normal);
}
