[id="1567591319"].magat.cmp-overlay,
[id="1567591319"].magat.cmp-overlay.show {
  overflow: auto !important;
  border-radius: 24px !important;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.18), 0 4px 12px rgba(0, 0, 0, 0.08) !important;
  background-color: #ffffff !important;
  padding: 32px !important;
}

[id="1567591319"] .like-h1,
[id="1567591319"] .like-h2,
[id="1567591319"] .like-h3,
[id="1567591319"] .like-h4,
[id="1567591319"] .like-h5,
[id="1567591319"] .like-h6 {
  font-weight: 600 !important;
}

[id="1567591319"] #customBtnChat,
[id="1567591319"] #customBtnTel {
  float: none !important;
  min-width: 160px !important;
  height: 48px !important;
  margin-right: 0 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 20px !important;
  font-weight: 600 !important;
  border-radius: 32px !important;
  transition: 0.2s ease-in-out !important;
}

[id="1567591319"] #customBtnChat {
  margin-left: 12px !important;
  opacity: 0 !important;;
  pointer-events: none !important;
  transition: opacity 0.15s ease !important;
}

[id="1567591319"] #customBtnChat.state-ready {
  opacity: 1 !important;
  pointer-events: auto !important;
}

[id="1567591319"] #customBtnChat.state-ready[disabled] {
  opacity: 0.45 !important;
  pointer-events: none !important;
  filter: grayscale(1) !important;
  cursor: not-allowed !important;
}

[id="1567591319"] #customBtnTel {
  margin-left: 0 !important;
  background: transparent !important;
  border: 1px solid #000 !important;
  color: #000 !important;
}

[id="1567591319"] #customBtnTel:hover {
  color: #ffffff !important;
  background: #000 !important;
}

[id="1567591319"] .button-row {
  display: flex !important;
  gap: 10px !important;
  justify-content: center !important;
  align-items: center !important;
}

[id="1567591319"] .no-consent-panel {
  background: #f3f3f3 !important;
  box-sizing: border-box !important;
  display: flex !important;
  gap: 12px !important;
  border-radius: 0 0 24px 24px !important;
  padding: 20px !important;
  align-items: flex-start !important;
  justify-content: space-between !important;
  flex-direction: row !important;
  width: calc(100% + 64px) !important;
  margin: 24px -32px -32px -32px !important;
}

[id="1567591319"] .no-consent-panel__text {
  font-size: 14px !important;
  line-height: 1.3 !important;
}

[id="1567591319"] .no-consent-panel__button {
  margin: 0 !important;
  align-self: flex-start !important;
  min-height: 48px !important;
  padding: 0 20px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  overflow: visible !important;
  font-weight: 600 !important;
  border-radius: 32px !important;
  transition: 0.2s ease-in-out !important;
}

[id="1567591319"] #chatOutOfHoursNote {
  font-size: 12px !important;
  margin-top: 6px !important;
  padding-top: 10px !important;
  text-align: center !important;
  color: #e20074 !important;
  width: 100% !important;
  clear: both !important;
  line-height: 1.4 !important;
}

@media (max-width: 767px) {
  [id="1567591319"].magat.cmp-overlay,
  [id="1567591319"].magat.cmp-overlay.show {
    border-radius: 0 !important;
    padding: 24px 20px 0 20px !important;
    box-sizing: border-box !important;
  }

  [id="1567591319"] .button-row {
    display: flex !important;
    flex-direction: column !important;
    gap: 12px !important;
    margin: 0 !important;
    align-items: stretch !important;
  }

  [id="1567591319"] #customBtnChat,
  [id="1567591319"] #customBtnTel {
    width: 100% !important;
    min-width: 0 !important;
    margin: 0 0 4px 0 !important;
  }

  [id="1567591319"] .no-consent-panel {
    background: #f3f3f3 !important;
    width: calc(100% + 40px) !important;
    margin: 24px -20px 0 -20px !important;
    padding: 24px 20px 32px 20px !important;
    border-radius: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: 16px !important;
    text-align: center !important;
    box-sizing: border-box !important;
  }

  [id="1567591319"] .no-consent-panel__text {
    width: 100% !important;
    text-align: center !important;
    line-height: 1.4 !important;
  }

  [id="1567591319"] .no-consent-panel__button {
    width: 100% !important;
    max-width: 100% !important;
    align-self: stretch !important;
    justify-content: center !important;
  }

  [id="1567591319"] #chatOutOfHoursNote {
    text-align: center !important;
  }
}

@media (min-width: 640px) and (max-width: 1100px) {
  [id="1567591319"].magat.cmp-overlay,
  [id="1567591319"].magat.cmp-overlay.show {


    max-height: 80vh !important;
    overflow-y: auto !important;
    border-radius: 24px !important; 
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.18), 0 4px 12px rgba(0, 0, 0, 0.08) !important; 
    background-color: #ffffff !important; 
  }

  [id="1567591319"] .no-consent-panel {
    padding-top: 28px !important;
    padding-bottom: 28px !important;
  }
}