.gong-consent {
  position: fixed;
  z-index: 1000001;
  left: 24px;
  right: 24px;
  bottom: 24px;
  margin: auto;
  max-width: 880px;
  background: #f2eadc;
  color: #1d1813;
  border: 1px solid rgba(29, 24, 19, 0.18);
  box-shadow: 0 14px 50px rgba(20, 16, 12, 0.24);
  padding: 24px 28px;
  display: flex;
  gap: 32px;
  align-items: center;
  justify-content: space-between;
  font-family: Jost, system-ui, sans-serif;
}

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

.gong-consent-copy {
  min-width: 0;
}

.gong-consent h2 {
  font-family: "Cormorant Garamond", serif;
  font-size: 28px;
  line-height: 1.1;
  font-weight: 500;
  margin: 0 0 8px;
}

.gong-consent p {
  font-size: 13px;
  line-height: 1.6;
  margin: 0 0 8px;
  max-width: 600px;
}

.gong-consent-links {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}

.gong-consent a,
.gong-consent-refuse {
  appearance: none;
  border: 0;
  background: transparent;
  color: #9d6a2c;
  padding: 0;
  font: inherit;
  font-size: 12px;
  line-height: 1.4;
  text-decoration: underline;
  text-underline-offset: 2px;
  text-transform: none;
  letter-spacing: 0;
  cursor: pointer;
}

.gong-consent a:hover,
.gong-consent-refuse:hover {
  color: #1d1813;
}

.gong-consent a:focus-visible,
.gong-consent-refuse:focus-visible {
  outline: 2px solid #1d1813;
  outline-offset: 3px;
}

.gong-consent-actions {
  display: flex;
  flex-shrink: 0;
}

.gong-consent-actions button {
  border: 1px solid #1d1813;
  background: #1d1813;
  color: #f2eadc;
  padding: 12px 18px;
  font-family: Jost, system-ui, sans-serif;
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
}

.gong-consent-actions button:hover {
  background: #4a4239;
}

.gong-consent-actions button:focus-visible {
  outline: 2px solid #f2eadc;
  outline-offset: -4px;
}

.gong-cookie-settings {
  appearance: none;
  display: block;
  width: fit-content;
  border: 0;
  background: transparent;
  color: inherit;
  margin: 0;
  padding: 0;
  font: inherit;
  text-align: left;
  cursor: pointer;
}

.gv2-footer .gong-cookie-settings {
  width: auto;
  color: #d8d1c5;
  margin-top: 12px;
  font-size: 14px;
  font-weight: 300;
}

.gong-cookie-settings:hover {
  color: #9d6a2c;
}

.gong-cookie-settings:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 3px;
}

@media (max-width: 700px) {
  .gong-consent {
    left: 12px;
    right: 12px;
    bottom: 12px;
    display: block;
    padding: 20px;
  }

  .gong-consent-actions {
    margin-top: 18px;
  }

  .gong-consent-actions button {
    width: 100%;
    padding: 12px 8px;
  }
}
