.ebs-cookie-panel {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 10000;
  max-width: 520px;
  padding: 20px;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.18);
  color: #222;
  font: 14px/1.45 Arial, sans-serif;
}

.ebs-cookie-panel[hidden] {
  display: none;
}

.ebs-cookie-panel__title {
  margin: 0 0 8px;
  font-weight: 700;
  font-size: 16px;
}

.ebs-cookie-panel__text {
  margin: 0 0 14px;
}

.ebs-cookie-panel__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.ebs-cookie-panel__button {
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  padding: 9px 14px;
  background: #fff;
  color: #222;
  cursor: pointer;
}

.ebs-cookie-panel__button--primary {
  border-color: #e31e24;
  background: #e31e24;
  color: #fff;
}

@media (max-width: 767px) {
  .ebs-cookie-panel {
    right: 12px;
    bottom: 12px;
    left: 12px;
    max-width: none;
  }
}
