.analytics-consent {
  position: fixed;
  z-index: 100;
  right: 18px;
  bottom: 18px;
  left: 18px;
  display: flex;
  width: min(760px, calc(100% - 36px));
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  margin: 0 auto;
  padding: 16px 18px;
  border: 1px solid #d9dfdc;
  border-radius: 6px;
  color: #17221f;
  background: #ffffff;
  box-shadow: 0 18px 48px rgba(13, 40, 33, 0.22);
  font-family: Tahoma, Arial, sans-serif;
  line-height: 1.55;
}

.analytics-consent__content strong {
  display: block;
  font-size: 15px;
}

.analytics-consent__content p {
  max-width: 470px;
  margin: 3px 0 0;
  color: #5f6d68;
  font-size: 13px;
}

.analytics-consent__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
}

.analytics-consent button,
.analytics-consent a {
  min-height: 38px;
  padding: 8px 11px;
  border: 1px solid #173c31;
  border-radius: 5px;
  color: #173c31;
  background: #ffffff;
  font: inherit;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
}

.analytics-consent .analytics-consent__accept {
  color: #ffffff;
  background: #173c31;
}

.analytics-consent a {
  border-color: transparent;
  text-decoration: underline;
}

@media (max-width: 680px) {
  .analytics-consent {
    right: 10px;
    bottom: 10px;
    left: 10px;
    width: auto;
    align-items: stretch;
    flex-direction: column;
    gap: 14px;
    padding: 15px;
  }

  .analytics-consent__actions {
    justify-content: stretch;
  }

  .analytics-consent button {
    flex: 1 1 180px;
  }
}
