/**
 * Resource Cost Display Styles
 *
 * Styles for resource cost information display.
 *
 * @package Weekend_TW_Enhancement
 */

/* Resource cost in cart/checkout - our added costs */
.resource-cost {
	font-size: 14px !important;
	color: #666;
	font-weight: normal;
}

/* Cart item meta values that contain cost information */
.woocommerce-cart-form .woocommerce-cart-form__cart-item .product-name dl.variation dd,
.woocommerce-checkout .woocommerce-checkout-review-order-table .product-name dl.variation dd {
	font-size: 14px !important;
}

/* Specific targeting for cart item data display */
.woocommerce table.shop_table td.product-name dl.variation,
.woocommerce-page table.shop_table td.product-name dl.variation {
	font-size: 14px !important;
}

/* Target the specific variation data in cart */
.woocommerce table.shop_table .variation-BookingDate,
.woocommerce table.shop_table .variation dt,
.woocommerce table.shop_table .variation dd {
	font-size: 14px !important;
}

.woocommerce table.shop_table>tbody>tr>td span {
	font-size: 14px !important;
}
