.consent-banner {
  position: fixed;
  z-index: 1000;
  right: 20px;
  bottom: 20px;
  left: 20px;
}

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

.consent-panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  max-width: 920px;
  margin: 0 auto;
  padding: 18px 20px;
  border: 1px solid rgba(176, 176, 204, 0.35);
  border-radius: 8px;
  background: #17172a;
  box-shadow: 0 16px 44px rgba(4, 4, 12, 0.34);
  color: #f7f7fb;
}

.consent-panel h2 {
  margin: 0 0 5px;
  font-size: 18px;
  line-height: 1.25;
}

.consent-panel p {
  max-width: 620px;
  margin: 0;
  color: #c7c7d9;
  font-size: 15px;
  line-height: 1.45;
}

.consent-panel a {
  color: #ffffff;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.consent-actions {
  display: flex;
  flex: 0 0 auto;
  gap: 8px;
}

.consent-button {
  min-height: 42px;
  padding: 9px 14px;
  border: 1px solid #8585a6;
  border-radius: 6px;
  background: transparent;
  color: #ffffff;
  font: inherit;
  font-weight: 600;
  cursor: pointer;
}

.consent-button.primary {
  border-color: #5951e6;
  background: #5951e6;
}

.consent-button:focus-visible,
.footer-settings-button:focus-visible {
  outline: 3px solid #66ff88;
  outline-offset: 3px;
}

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

.form-honeypot {
  display: none;
}

.mt-8 {
  margin-top: 8px;
}

.mt-16 {
  margin-top: 16px;
}

.mt-24 {
  margin-top: 24px;
}

.map-node-1 {
  left: 12%;
  top: 23%;
}

.map-node-2 {
  left: 38%;
  top: 59%;
}

.map-node-3 {
  left: 62%;
  top: 31%;
}

.map-node-4 {
  left: 88%;
  top: 74%;
}

.page-home .technical-label {
  color: #aab1c0;
}

.page-home .finding .technical-label {
  color: #4b5563;
}

.asset-table-wrap {
  overflow-x: auto;
}

@media (max-width: 700px) {
  .consent-banner {
    right: 12px;
    bottom: 12px;
    left: 12px;
  }

  .consent-panel {
    align-items: stretch;
    flex-direction: column;
    gap: 14px;
    padding: 16px;
  }

  .consent-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .consent-button {
    width: 100%;
  }
}
