html,
body {
  min-height: 100%;
}

body {
  min-height: 100vh;
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
}

body > #footer {
  width: 100%;
  margin-top: auto;
}

/* Redirect links use the warm public accent; green remains reserved for downloads/success. */
a:hover,
.news-read:hover,
.public-component-page a:hover,
.website a:hover {
  color: #d98a00;
}

.home-guide-action.is-redirect:hover {
  border-color: #e3a126;
  color: #a85d00;
  background: #fff8e8;
}

.public-document-link {
  justify-content: flex-start !important;
  gap: 9px;
}

.public-document-link .public-document-menu-icon {
  flex: 0 0 18px;
  margin: 0;
  color: #c47a00;
  font-size: 14px;
  text-align: center;
}

.public-document-link.is-download .public-document-menu-icon {
  color: #067647;
}

.public-document-link span { min-width: 0; }

.navbar .dropdown ul a.nav-submenu-link {
  justify-content: flex-start !important;
  gap: 9px;
}

.navbar .dropdown ul a.nav-submenu-link i {
  flex: 0 0 18px;
  margin: 0 !important;
  color: #9b1c1c;
  font-size: 14px;
  line-height: 1;
  text-align: center;
}

.navbar .dropdown ul a.nav-submenu-link span {
  display: block;
  min-width: 0;
}

.navbar .dropdown ul a.account-menu-link,
.navbar .dropdown ul .role-switch-button {
  justify-content: flex-start !important;
  gap: 9px;
}

.navbar .dropdown ul a.account-menu-link i,
.navbar .dropdown ul .role-switch-button i {
  flex: 0 0 18px;
  margin: 0 !important;
  color: #9b1c1c;
  font-size: 14px;
  line-height: 1;
  text-align: center;
}

.navbar .dropdown ul a.account-menu-link span,
.navbar .dropdown ul .role-switch-button span {
  display: block;
  min-width: 0;
}

.navbar .dropdown ul .role-switch-heading { padding: 10px 20px 5px; color: #98a2b3; font-size: 10px; font-weight: 800; text-transform: uppercase; }
.navbar .dropdown ul .role-switch-form { margin: 0; }
.navbar .dropdown ul .role-switch-button { display:flex; width:100%; align-items:center; padding:10px 20px; border:0; background:#fff; color:#344054; font:inherit; text-align:left; }
.navbar .dropdown ul .role-switch-button:hover { background:#fff5f5; color:#7f1010; }
.navbar .dropdown ul .role-switch-button.is-active { background:#fff1f1; color:#7f1010; font-weight:700; cursor:default; }

.home-announcement-section { padding: 68px 0; background: #fffaf0; }
.home-announcement-list { display: grid; max-width: 920px; margin: 0 auto; gap: 14px; }
.home-announcement-item { display: grid; grid-template-columns: 48px minmax(0,1fr); gap: 16px; padding: 20px; border: 1px solid #ead9b9; border-left: 4px solid #d98a00; border-radius: 8px; background: #fff; }
.home-announcement-icon { display: grid; width: 44px; height: 44px; place-items: center; border-radius: 8px; background: #fff3d6; color: #b76b00; font-size: 20px; }
.home-announcement-item time { color: #8a6a34; font-size: 11px; font-weight: 700; text-transform: uppercase; }
.home-announcement-item h3 { margin: 5px 0 7px; color: #1d2939; font-size: 17px; font-weight: 800; }
.home-announcement-item p { margin: 0; color: #667085; font-size: 14px; line-height: 1.65; }
@media(max-width:575px){.home-announcement-item{grid-template-columns:1fr}.home-announcement-icon{width:40px;height:40px}}
