.iv2-home-link {
  color: inherit !important;
  text-decoration: none;
}

.v2-latest-banner[hidden] {
  display: none;
}

.v2-latest-banner {
  border-bottom: 1px solid #6f281d;
  background: #772f22;
  color: #fffaf0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.035em;
}

.v2-latest-banner__inner {
  width: min(calc(100% - 3.5rem), 1080px);
  min-height: 2.35rem;
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.v2-latest-banner a {
  color: inherit;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.2em;
  white-space: nowrap;
}

.v2-latest-banner a:hover,
.v2-latest-banner a:focus-visible {
  text-decoration-thickness: 2px;
}

@media (max-width: 640px) {
  .v2-latest-banner__inner {
    width: calc(100% - 2rem);
    min-height: 0;
    padding-block: 0.55rem;
    align-items: flex-start;
    flex-direction: column;
    gap: 0.18rem;
  }
}
