/**
 * Frontend styles for Shipping Logos
 */

/* Adjustments for WooCommerce shipping label */
.promo-shipping-method-wrapper {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px; /* space between logo and text */
    vertical-align: middle;
}

.promo-shipping-logo {
    max-height: 40px; /* logo 40px height max as requested */
    width: auto;
    object-fit: contain;
    display: block; /* So it sits cleanly above text */
}
