/* Medihire Van Delivery Label */

/* General Styles for the Label */
.medihire-delivery-label-loop,
.medihire-delivery-label-single,
.medihire-delivery-label-cart {
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    background-color: var(--theme-palette-color-1, #004d40); /* Fallback to a dark green */
    color: #fff;
    padding: 3px 6px;
    border-radius: 3px;
    display: inline-block;
    line-height: 1;
    white-space: nowrap;
}

/* Loop Specific */
.medihire-delivery-label-loop {
    margin-top: 5px;
    margin-bottom: 5px;
}

/* Single Product Specific */
.medihire-delivery-label-single {
    font-size: 11px;
    margin-bottom: 10px;
    margin-top: 5px; /* Spacing from title if needed */
    display: table; /* To avoid full width if block level parent */
}

/* Cart & Checkout Specific */
.medihire-delivery-label-cart {
    margin-top: 5px;
    margin-left: 5px;
}

span.wc-block-components-product-details__value {
    font-weight: 500 !important;
    background: #000;
    color: #fff;
    padding: 3px 6px;
    border-radius: 4px;
    margin-right: 5px;
}

span.wc-block-components-product-details__value {
    font-weight: 500;
}

ul#shipping_method li > label {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
	flex: 1;
}

ul#shipping_method li {
    display: flex;
    align-items: center;
}

ul#shipping_method .shipping_method {
    top: 0;
}

span.woocommerce-Price-amount.amount {
    font-weight: 700;
}

.variation-Delivery {
    display: none !important;
}

