/* assets/css/custom-fields.css */

.woocommerce-product-details__custom-fields.product-card {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.woocommerce-product-details__custom-fields.product-card .custom-fields-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
.woocommerce-product-details__custom-fields.product-card .varietal-name,
.woocommerce-product-details__custom-fields.product-card .location-name {
    text-transform: uppercase !important;
    font-size: 0.6em !important;
    font-weight: 500 !important;
    color: rgb(98, 100, 104) !important;
    line-height: 1 !important;
    display: flex;
    align-items: center;
    flex: 1;
    margin: 0 10px;
    box-sizing: border-box;
}
.woocommerce-product-details__custom-fields.product-card .varietal-name i,
.woocommerce-product-details__custom-fields.product-card .location-name i {
    margin-right: 5px;
    font-size: 1.2em;
}
.woocommerce-product-details__custom-fields.product-card .varietal-name span,
.woocommerce-product-details__custom-fields.product-card .location-name span {
    display: inline-block;
    vertical-align: middle;
    flex-grow: 1;
}



