.lds-resource-nav {
  position: relative;
  z-index: 1000;
  background: #071b2b;
  border-bottom: 1px solid #294d65;
  color: #f2efe6;
  font-family: "Segoe UI", Aptos, Calibri, Arial, sans-serif;
}

.lds-resource-nav__inner {
  width: min(100%, 1180px);
  min-height: 66px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  align-items: center;
}

.lds-resource-nav__home {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #f2efe6 !important;
  text-decoration: none !important;
}

.lds-resource-nav__home:hover {
  color: #ffffff !important;
}

.lds-resource-nav__mark {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border: 1px solid #7c91a0;
  border-radius: 50%;
  color: #e4bd54;
  font: 700 20px Georgia, "Times New Roman", serif;
}

.lds-resource-nav__home strong,
.lds-resource-nav__home small {
  display: block;
}

.lds-resource-nav__home strong {
  color: #ffffff;
  font-size: 15px;
  line-height: 1.2;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.lds-resource-nav__home small {
  margin-top: 2px;
  color: #d7e0e7;
  font: italic 14px/1.2 Georgia, "Times New Roman", serif;
}

@media (max-width: 520px) {
  .lds-resource-nav__inner {
    min-height: 60px;
    padding: 0 16px;
  }

  .lds-resource-nav__mark {
    width: 36px;
    height: 36px;
    font-size: 18px;
  }

  .lds-resource-nav__home strong {
    font-size: 13px;
    letter-spacing: 0.05em;
  }

  .lds-resource-nav__home small {
    font-size: 12px;
  }
}

@media print {
  .lds-resource-nav {
    display: none !important;
  }
}
