:root {
    --inspiro-primary-color: #3496ff;
}

.wpz-welcome-notice {
    position: relative;
    background-image: url("data:image/svg+xml,%3Csvg width='240' height='94' viewBox='0 0 56 164' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.1' d='M0 0H540V164H81.5C36.4888 164 0 127.511 0 82.5V0Z' fill='%233496FF'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: center right;
    background-size: contain;
    border-left-width: 1px;
    overflow: hidden;
    border-radius: 10px;
    display: flex;
    justify-content: flex-start;
    padding: 5px 25px 0 15px;
}
.wpz-welcome-notice a {
    font-weight: 600;
}
.wpz-welcome-notice .wpz-notice-image {
    margin: 0 5px 0 0;
    max-width: 250px;
    display: flex;
    align-items: flex-end;
}
.wpz-welcome-notice .wpz-notice-image img {
    vertical-align: bottom;
}
.wpz-welcome-notice .wpz-notice-text p a {
    color: var(--inspiro-primary-color);
}
.wpz-welcome-notice .wpz-notice-text p a:hover {
    text-decoration: none;
}
.wpz-welcome-notice h3 {
    margin-top: 25px;
    margin-bottom: 10px;
}
.wpz-welcome-notice .button {
    display: inline-flex;
    align-items: center;
    font-weight: 600;
    color: #fff;
    background-color: var(--inspiro-primary-color) !important;
    padding: 3px 13px;
    transition: all 0.3s ease;
    margin-right: 5px;
    border: 1px solid var(--inspiro-primary-color) !important;
}
.wpz-welcome-notice .button:hover, .wpz-welcome-notice .button:active {
    color: #fff;
    background-color: #67b0ff;
}
.wpz-welcome-notice .button.button-secondary {
    color: var(--inspiro-primary-color);
    background-color: transparent !important;
}
.wpz-welcome-notice .button.button-secondary:hover, .wpz-welcome-notice .button.button-secondary:active {
    background-color: rgba(var(--inspiro-primary-color), 0.1);
}
.wpz-welcome-notice .wpz-welcome-notice-button {
    margin-top: 20px;
    margin-bottom: 20px;
}

.wpz-welcome-notice .wpz-welcome-notice-button .dashicons {
    margin-right: 3px;
    margin-top: 3px;
    font-size: 16px;
}

.wpz-welcome-notice-hide {
    text-decoration: none;
}

@media screen and (max-width: 600px) {
    .wpz-welcome-notice {
        background: #fff;
        flex-direction: column;
    }
}