.angie-global-banner-ccff05cb {
    background-color: #111111;
    color: #ffffff;
    text-align: center;
    padding: 12px 20px;
    position: relative;
    z-index: 999999;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: inherit;
    font-size: 14px;
    gap: 15px;
    flex-wrap: wrap;
}
.angie-global-banner-image-ccff05cb {
    width: 100%;
    max-width: 600px;
}
.angie-global-banner-image-ccff05cb img {
    width: 100%;
    height: auto;
    border-radius: 4px;
    display: block;
}
.angie-global-banner-content-ccff05cb {
    flex-grow: 1;
    margin-top: 10px;
}
.angie-global-banner-close-ccff05cb {
    background: transparent;
    border: none;
    color: #ffffff;
    font-size: 24px;
    cursor: pointer;
    padding: 0;
    line-height: 1;
    display: flex;
    align-items: center;
    position: absolute;
    top: 15px;
    right: 20px;
}
.angie-global-banner-close-ccff05cb:hover {
    color: #dddddd;
}