/* Official Links Land government banner. Helios application CSS is unchanged. */
.ll-gov-banner {
  background-color: #f0f0f0;
  font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 0.875rem;
  color: #1b1b1b;
  width: 100%;
  border-bottom: 1px solid #dcdcdc;
}
.ll-gov-banner__header {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.4rem 1rem;
  max-width: 1200px;
  margin: 0 auto;
}
.ll-gov-banner__flag { width: 1.25rem; height: auto; flex-shrink: 0; }
.ll-gov-banner__header-text { flex: 1; font-size: 0.8125rem; color: #1b1b1b; }
.ll-gov-banner__toggle {
  background: transparent !important;
  border: 0 !important;
  cursor: pointer;
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 1.2;
  color: #005ea2 !important;
  text-decoration: underline;
  padding: 0 !important;
  margin: 0 !important;
  display: flex;
  align-items: center;
  gap: 0.25rem;
  white-space: nowrap;
  min-height: 0;
  box-shadow: none !important;
}
.ll-gov-banner__toggle:hover,
.ll-gov-banner__toggle:visited {
  background: transparent !important;
  border: 0 !important;
  color: #1a4480 !important;
  text-decoration: underline;
}
.ll-gov-banner__toggle-icon {
  display: inline-block;
  font-style: normal;
  transition: transform 0.2s ease;
}
.ll-gov-banner__toggle-icon.open { transform: rotate(180deg); }
.ll-gov-banner__content {
  display: none;
  background-color: #f0f0f0;
  border-top: 1px solid #dcdcdc;
  padding: 1.25rem 1rem;
}
.ll-gov-banner__content.expanded { display: block; }
.ll-gov-banner__guidance {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  max-width: 1200px;
  margin: 0 auto;
}
.ll-gov-banner__guidance-item {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  flex: 1;
  min-width: 260px;
}
.ll-gov-banner__icon {
  width: 2.5rem;
  height: 2.5rem;
  flex-shrink: 0;
  border: 2px solid #005ea2;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #005ea2;
}
.ll-gov-banner__icon svg { width: 1.1rem; height: 1.1rem; stroke: #005ea2; }
.ll-gov-banner__guidance-text strong {
  display: block;
  font-size: 0.9375rem;
  margin-bottom: 0.25rem;
}
.ll-gov-banner__guidance-text p {
  margin: 0;
  font-size: 0.875rem;
  color: #3d4551;
  line-height: 1.5;
}
.ll-gov-banner__guidance-text .ll-domain { font-weight: 700; }
@media (max-width: 640px) {
  .ll-gov-banner__guidance { flex-direction: column; gap: 1.25rem; }
}
.ll-gov-banner__toggle:active {
  background: transparent !important;
  border: 0 !important;
  color: #1a4480 !important;
}
.ll-gov-banner__toggle:focus-visible {
  outline: 3px solid #ffbf47 !important;
  outline-offset: 3px;
  box-shadow: none !important;
}
