/* Umiestnenie bublín vpravo dole */
.messages {
    position: fixed !important;
    bottom: 20px !important;
    right: 20px !important;
    width: auto !important;
    left: auto !important;
    top: auto !important;
    z-index: 100000 !important;
    pointer-events: none;
}

/* Obal hlášky */
.messages .msg-wrapper {
    position: static !important;
    width: auto !important;
}

/* Jednotlivé bubliny */
.messages .msg {
    width: auto !important;
    max-width: 320px;
    border-radius: 8px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    margin-top: 8px;
    pointer-events: auto;
}

/* Zrušenie auto–schovávania */
.messages .msg.hidden {
    opacity: 1 !important;
    display: block !important;
}

/* Pre istotu aj pre starší Shoptet systém */
.msg-wrapper {
    position: fixed !important;
    bottom: 20px !important;
    right: 20px !important;
    left: auto !important;
    top: auto !important;
    width: auto !important;
    max-width: 320px;
    z-index: 99999 !important;
}

.msg-wrapper .msg {
    border-radius: 8px;
    box-shadow: 0 0 15px rgba(0,0,0,0.25);
    margin-top: 8px;
}
