.bakery-service-message {
    position: relative;
    max-width: 920px;
    margin: 0 16px;
    padding: 14px 44px 14px 18px;
    background: #FFF3CD;
    color: #664D03;
    border: 1px solid #FFE69C;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
}

@media (min-width: 952px) {
    .bakery-service-message {
        margin: 0 auto;
    }
}

.bakery-service-message__text {
    word-break: break-word;
}

.bakery-service-message__close {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 24px;
    height: 24px;
    padding: 0;
    background: none;
    border: none;
    cursor: pointer;
    color: inherit;
    display: flex;
    align-items: center;
    justify-content: center;
}
