body {
    -webkit-font-smoothing: antialiased; /* Improves font rendering on macOS */
    -moz-osx-font-smoothing: grayscale;  /* For Firefox on macOS */
}

.mobile-day-picker {
    position: relative;
    z-index: 1;
    margin-bottom: -6px;
    max-width: 394px;
    min-width: 190px;
}

.mobile-day-picker-per-day {
    width: 55px;
    height: 45px;
    border-radius: 8px 8px 0px 0px;
    color: #5BCAC6;
    background-color: #D6F1F0;
    font-size: 12px;
    padding: 3px 8px 8px 8px;
    font-weight: 700;
}

.mobile-day-picker-active-day {
    background-color: #00B6B6 !important;
    color: #FFFFFF !important;
}

.wl-days-mobile-div {
    position: relative;
    z-index: 2;
    border-radius: 8px;
    background-color: #00B6B6;
    height: 35px;
    max-width: 394px;
    min-width: 190px;
    color: #FFFFFF;
    font-size: 16px;
    font-family: 'Barlow';
}

.wl-days-mobile-div-separator {
    margin-left: 16px;
    margin-right: 16px;
}

.wl-meal-type-label-breakfast {
    background-color: #CBAB00 !important;
    color: white !important;
}

.wl-meal-type-label-meal {
    background-color: #C465A0 !important;
    color: white !important;
}

.wl-meal-type-label-snack {
    background-color: #6E97FF !important;
    color: white !important;
}