/* Deep Analytics website v2.1 — contact details and Graphmap footer. */

body main .contact-details {
  display: grid;
  gap: 4px;
  margin: 18px 0 2px;
  padding: 15px 18px;
  border-left: 3px solid #49c9ca;
  background: rgba(255, 255, 255, 0.055);
  color: #b8ccd6;
  font-size: 0.82rem;
  line-height: 1.45;
}

body main .contact-details strong {
  color: #ffffff;
}

body main .contact-details a {
  width: fit-content;
  color: #66d3d0;
  text-decoration: none;
}

body main .contact-details a:hover {
  text-decoration: underline;
}

body footer {
  padding-top: 26px;
}

body footer .footer-visual {
  display: flex;
  justify-content: center;
}

body footer .footer-visual img {
  width: 170px;
  height: 125px;
  margin: 0;
  padding: 6px;
  object-fit: contain;
  background: #ffffff;
  border-radius: 5px;
  filter: none;
}

body footer .legal {
  margin-top: 24px;
}

@media (min-width: 901px) {
  body main .difference-list > div {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  body main .contact-details {
    margin-top: 14px;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  body main .pilot .button {
    margin-top: 14px;
  }
}
