/*
 * Public header brand refinement.
 * Script/Code Author: Result Hosting [Mr. Shudhanshu Kumar Pandey].
 */

#header .logo {
  position: relative;
  flex: 0 1 auto;
  min-width: 0;
  padding: 4px 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  text-decoration: none;
}

#header .logo > h2 {
  position: relative;
  margin: 0 !important;
  padding: 0;
  line-height: 1;
  white-space: nowrap;
}

#header .logo > h2 > div {
  display: inline-block !important;
  margin-left: 0 !important;
  vertical-align: middle !important;
}

#header .logo > h2 > div > span {
  display: inline-flex;
  align-items: center;
  min-width: 0;
  line-height: 0.96;
  vertical-align: middle;
}

#header .logo > h2 > div > span:nth-child(2) > strong {
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
}

#header .logo [aria-label="Verified Website"] {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  margin-left: 3px;
  line-height: 0;
  vertical-align: middle;
}

#header .logo [aria-label="Verified Website"] svg {
  display: block;
  flex: 0 0 auto;
}

#header .logo > h2 > div > div {
  display: flex;
  align-items: center;
  margin: 0;
  padding-top: 4px;
  border-top: 1px solid rgba(50, 50, 50, 0.1);
  line-height: 1;
}

#header .logo > h2 > div > div small {
  display: block;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.045em;
  white-space: nowrap;
}

#header .logo:focus-visible {
  outline: 3px solid rgba(0, 112, 192, 0.24);
  outline-offset: 3px;
}

@media (max-width: 575.98px) {
  #header .logo {
    max-width: calc(100% - 48px);
    padding: 3px 0;
  }

  #header .logo > h2 {
    font-size: clamp(1.24rem, 6.4vw, 1.55rem) !important;
  }

  #header .logo > h2 > div > div {
    padding-top: 3px;
  }
}

@media (max-width: 359.98px) {
  #header .logo > h2 {
    font-size: 1.18rem !important;
  }

  #header .logo > h2 > div > div small {
    letter-spacing: 0.02em;
  }
}

@media (max-width: 299.98px) {
  #header .logo > h2 {
    font-size: 1.1rem !important;
  }

  #header .logo [aria-label="Verified Website"] {
    margin-left: 1px;
  }

  #header .logo > h2 > div > div small {
    letter-spacing: 0.005em;
  }
}
