/* Tempo Joey Brand System 1.0 */
.tf-joey-inline {
  display: inline-block;
  width: 1.75em;
  height: 1.75em;
  object-fit: contain;
  vertical-align: middle;
}

.tf-joey-credit {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
}

.tf-joey-credit img {
  width: 34px;
  height: 34px;
  object-fit: contain;
}

.tf-joey-404 {
  display: block;
  width: min(190px, 50vw);
  height: auto;
  margin: 1rem auto 1.25rem;
  filter: drop-shadow(0 15px 18px rgba(23, 26, 24, .14));
}

.tf-joey-callout {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 1rem;
  border: 1px solid rgba(23, 26, 24, .16);
  border-radius: 20px;
  padding: 1rem;
  background: #fffdf5;
}

.tf-joey-callout img {
  width: 96px;
  height: 96px;
  object-fit: contain;
}

@media (max-width: 520px) {
  .tf-joey-callout {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .tf-joey-callout img {
    margin: auto;
  }
}
