#msOrder .hidden {
    display: none;
}

#msCart .tooltip-block .tooltip {
    width: 30px;
    height: 30px;
    max-width: 30px;
    max-height: 30px;
}

#msCart .tooltip-block [data-tooltip-title]:hover::after {
    opacity: 0!important;
}

#msCart .tooltip-block [data-tooltip-title]:hover::before {
    opacity: 0!important;
}

.srcart-block-wrapper {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 15px 0;
    padding: 14px 18px;
    background-color: #fff9e6;
    border-left: 4px solid #f5a623;
    border-radius: 4px;
    color: #7d5a00;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
}

.srcart-block-wrapper::before {
    content: "⚠️";
    font-size: 16px;
    display: inline-block;
    flex-shrink: 0;
}

.srcart-block-wrapper.hidden {
    display: none;
}