.elementor-902 .elementor-element.elementor-element-a9c121f{--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;}#elementor-popup-modal-902 .dialog-widget-content{background-color:var( --e-global-color-text );border-style:none;}#elementor-popup-modal-902 .dialog-message{height:auto;}#elementor-popup-modal-902{justify-content:center;align-items:flex-end;}/* Start custom CSS for html, class: .elementor-element-768b6d6 */.cookie-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #000000;
  color: #ffffff;
  padding: 16px 24px;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 9999;
  flex-wrap: wrap;
}

.cookie-bar p {
  margin: 0;
  flex: 1 1 70%;
}

.cookie-bar a {
  color: #bc1823;
  text-decoration: underline;
}

.accept-cookies {
  background-color: #bc1823;
  color: #ffffff;
  border: none;
  border-radius: 6px;
  padding: 10px 16px;
  font-weight: 600;
  font-family: 'Montserrat', sans-serif;
  cursor: pointer;
  margin-top: 10px;
  flex: 1 1 25%;
}

@media (max-width: 768px) {
  .cookie-bar {
    flex-direction: column;
    align-items: flex-start;
  }

  .accept-cookies {
    width: 100%;
  }
}/* End custom CSS */