.proebo-cookie[hidden],
.proebo-cookie__preferences[hidden],
.proebo-cookie__actions[hidden] {
  display: none !important;
}

.proebo-cookie {
  position: fixed;
  inset: auto 16px 16px 16px;
  z-index: 2147483000;
  font-family: inherit;
}

.proebo-cookie__panel {
  max-width: 1160px;
  margin: 0 auto;
  padding: 22px;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 18px 60px rgba(0, 0, 0, .18);
  border: 1px solid rgba(0, 0, 0, .08);
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 20px;
  align-items: center;
}

.proebo-cookie__title {
  margin: 0 0 6px 0;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.25;
  color: #1f2933;
}

.proebo-cookie__text {
  margin: 0;
  color: #46515c;
  font-size: 14px;
  line-height: 1.55;
}

.proebo-cookie__policy {
  display: inline-flex;
  margin-top: 8px;
  font-size: 13px;
  text-decoration: underline;
}

.proebo-cookie__actions {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
}

.proebo-cookie__actions--preferences {
  justify-content: flex-end;
  margin-top: 16px;
}

.proebo-cookie__btn,
.proebo-cookie-manage {
  border: 0;
  border-radius: 999px;
  padding: 10px 18px;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.2;
  cursor: pointer;
  transition: transform .15s ease, box-shadow .15s ease, opacity .15s ease;
}

.proebo-cookie__btn:hover,
.proebo-cookie-manage:hover {
  transform: translateY(-1px);
}

.proebo-cookie__btn--primary {
  background: #1f2933;
  color: #fff;
  box-shadow: 0 8px 18px rgba(31, 41, 51, .22);
}

.proebo-cookie__btn--secondary {
  background: #eef2f5;
  color: #1f2933;
}

.proebo-cookie__preferences {
  grid-column: 1 / -1;
  border-top: 1px solid rgba(0, 0, 0, .08);
  padding-top: 16px;
}

.proebo-cookie__choice {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  padding: 14px 0;
  border-bottom: 1px solid rgba(0, 0, 0, .06);
  color: #1f2933;
}

.proebo-cookie__choice strong {
  display: block;
  margin-bottom: 3px;
  font-size: 14px;
}

.proebo-cookie__choice span {
  display: block;
  color: #607080;
  font-size: 13px;
  line-height: 1.35;
}

.proebo-cookie__choice input {
  width: 22px;
  height: 22px;
  flex: 0 0 auto;
}

.proebo-cookie__badge {
  display: inline-flex !important;
  align-items: center;
  border-radius: 999px;
  padding: 6px 10px;
  background: #eef2f5;
  color: #1f2933 !important;
  font-size: 12px !important;
  font-weight: 700;
  white-space: nowrap;
}

.proebo-cookie-manage {
  position: fixed;
  left: 16px;
  bottom: 16px;
  z-index: 2147482500;
  background: #eef2f5;
  color: #1f2933;
  box-shadow: 0 8px 18px rgba(0, 0, 0, .12);
  padding: 8px 13px;
  font-size: 12px;
}

.proebo-cookie-open .proebo-cookie-manage {
  display: none;
}

@media (max-width: 768px) {
  .proebo-cookie {
    inset: auto 10px 10px 10px;
  }

  .proebo-cookie__panel {
    grid-template-columns: 1fr;
    padding: 18px;
    border-radius: 16px;
  }

  .proebo-cookie__actions,
  .proebo-cookie__actions--preferences {
    justify-content: stretch;
    flex-direction: column-reverse;
    align-items: stretch;
  }

  .proebo-cookie__btn {
    width: 100%;
  }

  .proebo-cookie__choice {
    align-items: flex-start;
  }
}
