.wmtn-banner-notice {
    position: relative;
    border: 1px solid #d8d8d8;
    background: #f8f8f8;
    padding: 18px 52px 16px 18px;
    margin-top: 35px;
	margin-bottom: 20px;
	margin-left: 0px;
	margin-right: 0px;
    border-radius: 2px;
    color: #222;
}

.wmtn-banner-notice__content {
    font-size: 15px;
    line-height: 1.35;
    margin-bottom: 16px;
}

.wmtn-banner-notice__links {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
}

.wmtn-banner-notice__link {
    display: flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    color: #222;
    font-weight: 500;
}

.wmtn-banner-notice__link img {
    width: 18px;
    height: 18px;
}

.wmtn-banner-notice__close {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 28px;
    height: 28px;
    border: 0;
    background: transparent;
    cursor: pointer;
}

.wmtn-banner-notice__close img {
    width: 100%;
    height: 100%;
}