.ct-cookie-consent {
  position: fixed;
  z-index: 9999;
  left: 16px;
  right: 16px;
  bottom: 16px;
  max-width: 820px;
  margin: 0 auto;
  background: #ffffff;
  border: 1px solid #d8d8d8;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  padding: 16px;
  color: #2f2f2f;
  font-size: 14px;
  line-height: 1.5;
}

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

.ct-cookie-consent__title {
  margin: 0 0 8px;
  font-size: 17px;
}

.ct-cookie-consent__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
}

.ct-cookie-consent__btn {
  border: 1px solid #537b7b;
  background: #fff;
  color: #537b7b;
  padding: 8px 12px;
  border-radius: 6px;
  cursor: pointer;
}

.ct-cookie-consent__btn--primary {
  background: #537b7b;
  color: #fff;
}

.ct-cookie-consent__toggles {
  margin-top: 12px;
  display: grid;
  gap: 8px;
}

.ct-cookie-consent__toggle {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}

.ct-cookie-settings-link {
  background: transparent;
  border: 0;
  color: inherit;
  text-decoration: underline;
  cursor: pointer;
  padding: 0;
  font: inherit;
}
