.pl-cookie-consent {
  position: fixed;
  z-index: 9999;
  right: 18px;
  bottom: 18px;
  width: min(420px, calc(100vw - 36px));
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, .18);
  background: #111;
  color: #f5f1e7;
  box-shadow: 0 22px 80px rgba(0, 0, 0, .38);
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, "Liberation Mono", monospace;
}

.pl-cookie-consent[hidden] {
  display: none;
}

.pl-cookie-consent strong {
  display: block;
  margin-bottom: 8px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.pl-cookie-consent p {
  margin: 0 0 14px;
  color: #d8d0c2;
  font-size: 13px;
  line-height: 1.55;
}

.pl-cookie-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.pl-cookie-actions button,
.pl-cookie-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 12px;
  border: 1px solid #f5f1e7;
  background: transparent;
  color: #f5f1e7;
  font: inherit;
  font-size: 12px;
  font-weight: 800;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}

.pl-cookie-actions button:first-child {
  background: #f5f1e7;
  color: #111;
}

@media (max-width: 560px) {
  .pl-cookie-consent {
    right: 10px;
    bottom: 10px;
    width: calc(100vw - 20px);
  }
}
