.sw-notification {
    position: fixed;
    z-index: 9999;
    bottom: 24px;
    width: 360px;
    left: 50%;
    padding: 12px 24px 12px 12px;
    margin-left: -180px;
    background: #E0E0E0;
    color: #000;
    filter: drop-shadow(6px 6px 6px #000);
    border-radius: 6px;
}

.sw-notification .sw-notification__text {
    margin-bottom: 12px;
    font-size: 16px;
}
.sw-notification__button button {
    padding: 12px 24px;
    display: inline-block;
    background: #3d3b3b ;
    color: #e0e0e0;
    border-radius: 12px;
    min-height: 48px;
    text-align: center;
    user-select: none;
    width: 100%;
}

.sw-notification__button button {
    position: relative;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    text-decoration: none;
    letter-spacing: -0.011em;
    z-index: 2;
    display: inline-block;
}

.sw-notification__close {
    position: absolute;
    padding: 12px;
    top: -6px;
    right: -6px;
}

.sw-notification__close svg {
    width: 24px;
    height: 24px;
    fill: #000;
    opacity: 0.45;
}