/* Breakfast Sandwiches Styles */

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

/* Styling for the item title (h4) */
.breakfast-sandwiches 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-sandwiches p, .breakfast-sandwiches p:last-of-type {
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    padding-bottom: 1em !important;
}

/* Styling for the divider (hr) */
.breakfast-sandwiches 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);
}
