.exb-breakfast {
    --exb-breakfast-color: #0d5f95;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: var(--exb-breakfast-color);
    font-size: 13px;
    line-height: 1.35;
}

.exb-breakfast svg {
    width: 21px;
    height: 21px;
    flex: 0 0 21px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.exb-breakfast strong,
.exb-breakfast small {
    display: block;
}

.exb-breakfast strong {
    color: #101d42;
    font-weight: 700;
}

.exb-breakfast small {
    margin-top: 2px;
    color: #66758f;
    font-size: 11px;
}

.exb-breakfast--excluded {
    --exb-breakfast-color: #7b879b;
}

.exb-breakfast--extra {
    --exb-breakfast-color: #7f3284;
}

.exb-breakfast--card {
    width: 100%;
    margin: 0 0 12px;
    padding: 8px 10px;
    border-radius: 9px;
    background: #f3f7fb;
}

.exb-breakfast--card small {
    display: none;
}

.exb-breakfast--single {
    display: flex;
    width: 100%;
    max-width: 780px;
    margin: 18px 0;
    padding: 15px 18px;
    border: 1px solid #dce5ef;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 8px 24px rgba(16, 29, 66, .06);
}

.exb-breakfast--single svg {
    width: 26px;
    height: 26px;
    flex-basis: 26px;
}

.exb-breakfast--single strong {
    font-size: 15px;
}

.exb-breakfast--single small {
    font-size: 13px;
}

@media (max-width: 767px) {
    .exb-breakfast--single {
        margin: 14px 0;
        padding: 13px 14px;
    }
}
