  .agktr-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}

.agktr-logo {
  width: 48px;
  height: 48px;
  flex: 0 0 48px;

  display: flex;
  align-items: center;
  justify-content: center;

  overflow: hidden;
}

.agktr-logo img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}

.agktr-brand-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  line-height: 1.15;
}

.agktr-brand-text strong {
  font-size: 17px;
  font-weight: 700;
  color: inherit;
}

.agktr-brand-text small {
  margin-top: 4px;
  font-size: 12px;
  font-weight: 500;
  color: inherit;
  opacity: 0.65;
}


/* Mobile */
@media (max-width: 575.98px) {

  .agktr-logo {
    width: 42px;
    height: 42px;
    flex-basis: 42px;
  }

  .agktr-brand-text strong {
    font-size: 14px;
  }

  .agktr-brand-text small {
    font-size: 10px;
  }

}
