.analytics-consent-panel {
  position: fixed;
  z-index: 10000;
  left: 0;
  right: 0;
  bottom: 0;
  color: #f7f9fc;
  background: #071f34;
  border-top: 2px solid #d5a440;
  box-shadow: 0 -12px 34px rgba(4, 20, 34, .16);
  font-family: inherit;
}

.analytics-consent-inner {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
  padding: 22px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 36px;
}

.analytics-consent-copy {
  max-width: 730px;
}

.analytics-consent-copy span {
  display: block;
  margin-bottom: 5px;
  color: #efc150;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .16em;
}

.analytics-consent-copy strong {
  display: block;
  margin-bottom: 5px;
  color: #fff;
  font-size: 17px;
  line-height: 1.25;
}

.analytics-consent-copy p {
  margin: 0;
  color: #c5d1db;
  font-size: 13px;
  line-height: 1.5;
}

.analytics-consent-actions {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  gap: 10px;
}

.analytics-consent-actions button,
.analytics-preferences-button {
  appearance: none;
  border: 0;
  font: inherit;
  cursor: pointer;
}

.analytics-consent-actions button {
  min-height: 44px;
  padding: 0 20px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 800;
}

.analytics-reject {
  color: #f7f9fc;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, .38) !important;
}

.analytics-accept {
  color: #071f34;
  background: #efc150;
}

.analytics-consent-actions button:focus-visible,
.analytics-preferences-button:focus-visible {
  outline: 3px solid #73c7ef;
  outline-offset: 3px;
}

.analytics-preferences-row {
  box-sizing: border-box;
  width: 100%;
  padding: 10px 24px;
  color: #687887;
  background: #f4f6f7;
  border-top: 1px solid #d9e0e5;
  text-align: center;
}

.analytics-preferences-button {
  padding: 4px 8px;
  color: inherit;
  background: transparent;
  font-size: 11px;
  text-decoration: underline;
  text-underline-offset: 3px;
}

body.analytics-consent-visible {
  padding-bottom: 132px;
}

@media (max-width: 760px) {
  .analytics-consent-inner {
    width: min(100% - 32px, 560px);
    padding: 18px 0;
    display: block;
  }

  .analytics-consent-copy strong {
    font-size: 16px;
  }

  .analytics-consent-actions {
    margin-top: 14px;
    display: grid;
    grid-template-columns: 1fr 1.35fr;
  }

  .analytics-consent-actions button {
    padding: 0 12px;
  }

  body.analytics-consent-visible {
    padding-bottom: 230px;
  }
}

@media (max-width: 430px) {
  .analytics-consent-actions {
    grid-template-columns: 1fr;
  }

  body.analytics-consent-visible {
    padding-bottom: 280px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .analytics-consent-panel {
    scroll-behavior: auto;
  }
}

.analytics-consent-privacy {
  display: inline-block;
  margin-top: 9px;
  color: #8a671f;
  font-size: 0.68rem;
  text-decoration: none;
  border-bottom: 1px solid rgba(138, 103, 31, 0.35);
}

.analytics-consent-privacy:hover {
  border-color: #8a671f;
}
