/* Neutral brand layer for the public template. Loaded last deliberately. */
:root {
  --ajax-red: #EF4937;
  --ajax-red-dark: #EE3524;
  --ajax-red-light: #EE7265;
  --ajax-ink: #000022;
  --ajax-gray: #727271;
  --ajax-line: #D9DADA;
}

.site-wordmark-wrap {
  padding: 8px 3px !important;
}

.brand-lockup {
  align-items: flex-start;
  display: flex;
  gap: 10%;
  width: 100%;
}

.guild-affiliation {
  align-items: center;
  color: var(--ajax-gray);
  display: flex;
  flex: 0 0 30%;
  flex-direction: column;
  font-size: clamp(12px, 0.7vw, 14px);
  gap: 6px;
  line-height: 1.25;
  text-align: center;
}

.guild-affiliation img {
  display: block;
  height: auto;
  width: 95%;
}

.guild-affiliation > div {
  white-space: nowrap;
}

.site-wordmark {
  display: inline-flex;
  flex-direction: column;
  flex: 0 0 72%;
  gap: 2px;
  color: var(--ajax-red) !important;
  font-family: Verdana, Arial, sans-serif;
  font-size: 21px;
  font-weight: 700;
  min-width: 0;
  letter-spacing: -0.8px;
  line-height: 1.05;
  text-align: left;
  text-decoration: none !important;
}

.site-wordmark-subtitle {
  color: var(--ajax-ink);
  font-size: 13px;
  font-weight: 400;
  letter-spacing: -0.35px;
  white-space: nowrap;
}

.site-wordmark-title {
  white-space: nowrap;
}

.site-wordmark .ajax-logo {
  display: block;
  height: auto;
  margin-top: 8px;
  max-width: 100%;
  width: 100%;
}

.site-wordmark:hover,
.site-wordmark:focus {
  color: var(--ajax-red-dark) !important;
}

.profile-wordmark {
  align-items: center;
  background: var(--ajax-red);
  border-radius: 50%;
  color: #fff !important;
  display: inline-flex;
  font-family: Verdana, Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  height: 100px;
  justify-content: center;
  line-height: 1.2;
  text-align: center;
  text-decoration: none !important;
  width: 100px;
}

.profile-wordmark--large {
  font-size: 24px;
  height: 250px;
  width: 250px;
}

@media (max-width: 991px) {
  .site-wordmark-wrap {
    text-align: center;
  }

  .brand-lockup {
    justify-content: center;
  }

  .site-wordmark {
    font-size: 23px;
    text-align: center;
  }

  .site-wordmark-subtitle {
    font-size: 13px;
  }

  .site-wordmark .ajax-logo {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
}

@media (max-width: 480px) {
  .brand-lockup {
    align-items: center;
    flex-direction: column;
    gap: 16px;
  }

  .guild-affiliation {
    align-self: center;
    flex: 0 0 auto;
    justify-content: center;
    margin: 0 auto;
    max-width: 190px;
    text-align: center;
    width: 70%;
  }

  .site-wordmark {
    align-items: center;
    align-self: center;
    flex: 0 0 auto;
    font-size: 20px;
    text-align: center;
    width: 100%;
  }

  .site-wordmark-subtitle {
    font-size: 12px;
  }

  .site-wordmark .ajax-logo {
    width: 100%;
  }
}
