.bajt-cart-hold-warning {
    color: #d9534f;
    font-weight: 600;
    font-size: 13px;
    margin: 10px 0;
    padding: 8px 10px;
    border: 1px solid #f5c6cb;
    background-color: #fdf3f3;
    border-radius: 4px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 6px;
}

.bajt-cart-hold-warning .fa-exclamation-triangle {
    color: #d9534f;
}

.bajt-cart-hold-timer {
    font-weight: 700;
    white-space: nowrap;
}

.bajt-cart-hold-cleared-notice {
    position: fixed;
    left: 50%;
    bottom: 24px;
    transform: translateX(-50%);
    z-index: 9999;
    background-color: #d9534f;
    color: #fff;
    padding: 12px 40px 12px 16px;
    border-radius: 4px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
    font-size: 14px;
    max-width: 90vw;
}

.bajt-cart-hold-cleared-close {
    position: absolute;
    top: 6px;
    right: 10px;
    background: none;
    border: none;
    color: #fff;
    font-size: 18px;
    line-height: 1;
    cursor: pointer;
}
