/**
 * OnTrac Shipping Frontend Styles
 *
 * Intentionally minimal. OnTrac shipping methods must render exactly like every
 * other shipping method (UPS, USPS, etc.), so we do NOT override the label
 * display, alignment, or spacing here. Doing so previously caused the OnTrac
 * row to misalign with the other carriers in the checkout list.
 *
 * Only the optional add-on elements injected by frontend.js (service icons and
 * delivery-date badges) are styled below.
 */

/* Optional service icon (only shown when enabled in settings) */
.ontrac-service-icon {
    display: inline-block;
    margin-right: 5px;
    font-size: 1.1em;
    vertical-align: middle;
}

/* Optional delivery date badge (only shown when enabled in settings) */
.ontrac-delivery-date {
    display: inline-block;
    margin-left: 8px;
    padding: 2px 6px;
    background-color: #f0f8ff;
    border-radius: 3px;
    font-size: 0.9em;
    color: #0066cc;
    font-weight: normal;
}
