.meditrans-smart-notif {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
    padding: 12px 20px;
    background: #1d2327;
    color: #fff;
    font-size: 15px;
    line-height: 1.4;
    z-index: 999999;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
}

.meditrans-smart-notif[hidden] {
    display: none;
}

.meditrans-smart-notif__msg {
    flex: 1 1 auto;
    margin: 0;
}

.meditrans-smart-notif__yes {
    display: inline-block;
    padding: 8px 16px;
    background: #2271b1;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    font-weight: 600;
}

.meditrans-smart-notif__yes:hover,
.meditrans-smart-notif__yes:focus {
    background: #135e96;
    color: #fff;
}

.meditrans-smart-notif__no {
    padding: 8px 16px;
    background: transparent;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 4px;
    cursor: pointer;
    font: inherit;
}

.meditrans-smart-notif__no:hover,
.meditrans-smart-notif__no:focus {
    border-color: #fff;
    background: rgba(255, 255, 255, 0.1);
}

.meditrans-smart-notif__close {
    background: transparent;
    border: 0;
    color: #fff;
    font-size: 22px;
    line-height: 1;
    cursor: pointer;
    padding: 0 4px;
}

.meditrans-smart-notif__close:hover,
.meditrans-smart-notif__close:focus {
    color: #f0c33c;
}
