.thg-cookie-consent {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 12000;
  width: min(430px, calc(100vw - 28px));
  padding: 18px;
  border: 1px solid #cfe0f5;
  border-radius: 16px;
  background: #fff;
  color: #102a52;
  box-shadow: 0 18px 55px rgba(8, 35, 77, 0.24);
  font: 500 14px/1.45 Arial, sans-serif;
}

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

.thg-cookie-consent strong {
  display: block;
  margin-bottom: 5px;
  font-size: 17px;
}

.thg-cookie-consent p {
  margin: 0;
}

.thg-cookie-consent a {
  color: #075fcf;
  font-weight: 700;
}

.thg-cookie-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 14px;
}

.thg-cookie-actions button {
  min-height: 42px;
  padding: 9px 15px;
  border: 1px solid #0b72e7;
  border-radius: 10px;
  background: #fff;
  color: #075fcf;
  font: 700 14px/1 Arial, sans-serif;
  cursor: pointer;
}

.thg-cookie-actions button[data-consent="all"] {
  background: #0b72e7;
  color: #fff;
}

@media (max-width: 640px) {
  .thg-cookie-consent {
    right: 14px;
    bottom: 14px;
    padding: 15px;
  }

  .thg-cookie-actions button {
    flex: 1 1 140px;
  }
}
