/* Shipping method labels — cart & checkout (like wc-ukr-shipping + icons) */
.uacs-wc-ship-label {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    width: 100%;
    text-align: left;
}
.uacs-wc-ship-text {
    display: flex;
    flex-direction: column;
    gap: 2px;
    flex: 1;
    min-width: 0;
}
.uacs-wc-ship-title {
    font-weight: 500;
    font-size: 14px;
    line-height: 1.3;
    color: #242424;
}
.uacs-wc-ship-desc {
    font-size: 12px;
    line-height: 1.3;
    color: #767676;
}
.uacs-wc-ship-icon {
    flex-shrink: 0;
    width: auto;
    height: 22px;
    max-width: 110px;
    object-fit: contain;
}
.uacs-wc-ship-emoji {
    flex-shrink: 0;
    font-size: 22px;
    line-height: 1;
}
.uacs-wc-ship-cost {
    display: none;
}

#shipping_method li label .uacs-wc-ship-label,
.woocommerce-shipping-methods label .uacs-wc-ship-label {
    width: 100%;
}

body.woocommerce-cart #shipping_method li,
body.woocommerce-checkout #shipping_method li {
    margin: 0 0 10px;
    padding: 0;
    list-style: none;
}

body.woocommerce-cart #shipping_method li label,
body.woocommerce-checkout #shipping_method li label {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
}

body.woocommerce-cart #shipping_method input[type="radio"],
body.woocommerce-checkout #shipping_method input[type="radio"] {
    flex-shrink: 0;
    margin: 0;
    accent-color: #459647;
}
