
.gov-notice-bar {
  position: relative;
  z-index: 60;
  width: 100%;
  margin: 0 0 0.45rem;
  padding: 0.4rem 0.85rem 0.36rem;
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  border-bottom: 1px solid rgba(0, 0, 0, 0.18);
  background: #ececec;
  color: #202124;
  font-size: 0.8rem;
  line-height: 1.28;
  text-align: left;
}
.gov-notice-row {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.gov-notice-flag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1rem;
  height: 0.75rem;
  flex: 0 0 auto;
}
.gov-notice-flag svg {
  width: 100%;
  height: 100%;
  display: block;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.gov-notice-link {
  color: #0b4a7a;
  text-decoration: underline;
  font-weight: 500;
  cursor: pointer;
}
.gov-notice-panel[hidden] { display: none; }
.gov-notice-panel {
  margin-top: 0.45rem;
  padding-top: 0.45rem;
  border-top: 1px dashed rgba(0, 0, 0, 0.2);
  color: #374151;
}
.gov-notice-panel-text {
  margin-bottom: 0.5rem;
  font-size: 0.78rem;
  color: #303841;
}
.gov-agency-list {
  display: flex;
  flex-wrap: nowrap;
  gap: 0.55rem;
  align-items: flex-start;
  overflow-x: auto;
  overflow-y: hidden;
  padding-bottom: 0.1rem;
  -webkit-overflow-scrolling: touch;
}
.gov-agency-item {
  flex: 0 0 5.4rem;
  min-width: 5.4rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.gov-agency-logo-wrap {
  width: 4.4rem;
  height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gov-agency-logo {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
}
.gov-agency-name {
  margin-top: 0.28rem;
  font-size: 0.63rem;
  line-height: 1.22;
  color: #1f2937;
  word-break: break-word;
}
.gov-agency-learn {
  display: inline-block;
  margin-top: 0.18rem;
  font-size: 0.58rem;
  color: #0b4a7a;
  text-decoration: underline;
  cursor: pointer;
}
.gov-agency-learn:hover {
  color: #083b5c;
}
