/**
 * WooCommerce Sassen Deli Plugin Styles
 */

/* Session debug output styling */
.sd-debug-output {
    background: #f5f5f5;
    border: 1px solid #ddd;
    padding: 15px;
    margin: 20px 0;
    border-radius: 4px;
    font-family: monospace;
    font-size: 12px;
    white-space: pre-wrap;
    word-break: break-word;
}

/* First bold title styling */
.firstbold-title {
    font-weight: bold;
}

.afterfirstbold-title {
    font-weight: normal;
}
.nutrition{
    width:100%;
    border-bottom: solid 1px var(--awb-color3);
}
.nutrition span{
    width:50%;
    display: inline-block;
}

/* Delivery denied message in checkout 
.nhws-delivery-denied {
    background-color: #fff3cd;
    border-left: 4px solid #ffc107;
}

.nhws-delivery-denied-message {
    color: #856404;
    font-weight: 600;
}*/