.lh-analytics-consent {
  position: fixed;
  right: 20px;
  bottom: 20px;
  left: 20px;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  max-width: 980px;
  margin: 0 auto;
  padding: 18px 20px;
  color: #FFFFFF;
  background: #1A2B47;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-top: 3px solid #F0B429;
  border-radius: 12px;
  box-shadow: 0 20px 50px rgba(15, 30, 51, 0.28);
  font-family: Arial, Helvetica, sans-serif;
}

.lh-analytics-consent-copy {
  display: grid;
  gap: 5px;
  font-size: 13px;
  line-height: 1.45;
}

.lh-analytics-consent-copy strong {
  color: #FFFFFF;
  font-size: 14px;
}

.lh-analytics-consent-copy span {
  color: #B0B8C4;
}

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

.lh-analytics-consent button {
  min-height: 40px;
  padding: 10px 14px;
  color: #FFFFFF;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 8px;
  font: 700 12px/1 Arial, Helvetica, sans-serif;
  cursor: pointer;
}

.lh-analytics-consent button.primary {
  color: #0F1E33;
  background: #F0B429;
  border-color: #F0B429;
}

.lh-analytics-consent button:focus-visible {
  outline: 3px solid rgba(240, 180, 41, 0.45);
  outline-offset: 2px;
}

@media (max-width: 680px) {
  .lh-analytics-consent {
    align-items: stretch;
    flex-direction: column;
    gap: 14px;
    padding: 16px;
  }

  .lh-analytics-consent-actions {
    width: 100%;
  }

  .lh-analytics-consent button {
    flex: 1;
  }
}
