/* Breakfast Side Orders Styles */

/* Container for the breakfast side orders */
.breakfast-side-orders {
    margin: 20px 0;
    padding: 20px;
    text-align: center;
}

/* Styling for the item title (h4) */
.breakfast-side-orders h4 {
    font-family: 'Inter', Helvetica, Arial, Lucida, sans-serif;
    font-weight: 700;
    font-size: 20px;
    color: #FFFFFF !important;
    line-height: 1.4em;
}

/* Styling for the item description (p) */
.breakfast-side-orders p, .breakfast-side-orders p:last-of-type {
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    padding-bottom: 1em !important;
}

/* Styling for the divider (hr) */
.breakfast-side-orders hr {
    border-top-color: rgba(255, 255, 255, 0.25);
    border-top-width: 2px;
    margin: 20px 0;
    outline-color: rgba(255, 255, 255, 0.25);
}
