.elementor-274 .elementor-element.elementor-element-24f1d75{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--background-transition:0.3s;}/* Start custom CSS for html, class: .elementor-element-2fe8c5f */.toolbar-notification {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #ff5733;
    color: #fff;
    font-size: 16px;
    padding: 10px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    z-index: 1000;
}

.toolbar-notification p {
    margin: 0;
    font-weight: bold;
}

.toolbar-notification a {
    color: #fff;
    text-decoration: underline;
}

.toolbar-notification a:hover {
    color: #ffc107;
}

#close-notification {
    background: none;
    border: none;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
}/* End custom CSS */