/*--------------------------------------------------------------
# Starter Section Section
--------------------------------------------------------------*/
.starter-section {
  /* Add your styles here */
  background-color: #f0f0f0;
}/*# sourceMappingURL=style.css.map */

.dropdown hr {
  margin: 0.15rem 0;
  border: 0;
  border-top: 1px solid grey;
  box-sizing: content-box;
  height: 0;
  padding: 0;
}

.navmenu .dropdown ul li:has(> hr.dropdown-divider) {
  min-height: 0;
  line-height: 0;
  padding: 0;
}

.navmenu .dropdown ul hr.dropdown-divider {
  margin: 0.15rem 0;
  width: 100%;
}

/*--------------------------------------------------------------
# Footer — 仿 sec.ntpc.edu.tw 分區中心聯絡資訊
--------------------------------------------------------------*/
#AZ.footer-top {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  background-color: #f2f9f855;
}

#AZ > .container > hr {
  margin: 0.5rem 0;
}

.footer .footer-logo {
  margin-bottom: 1.5rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid color-mix(in srgb, var(--default-color), transparent 85%);
}

.footer .footer-site-title {
  font-size: 1.25rem;
  font-weight: 700;
  font-family: var(--heading-font);
  color: var(--heading-color);
}

.footer .footer-site-title span {
  display: block;
  margin-top: 0.25rem;
  font-size: 0.95rem;
  font-weight: 500;
  color: color-mix(in srgb, var(--default-color), transparent 20%);
}

.footer .footer-centers {
  margin-top: 0;
}

.footer .footer-centers-intro {
  display: flex;
  gap: 0.75rem;
  align-items: flex-start;
}

.footer .footer-centers-icon {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: color-mix(in srgb, var(--accent-color), transparent 85%);
  color: var(--accent-color);
  font-size: 1.125rem;
}

.footer .footer-centers-text .footer-center-name {
  display: block;
  margin: 0 0 0.1rem;
  font-size: 0.875rem;
  line-height: 1.3;
  font-weight: 700;
  color: var(--heading-color);
}

.footer .footer-centers-text p {
  margin-bottom: 0.4rem;
  font-size: 0.8125rem;
  line-height: 1.35;
}

.footer .footer-centers-text p:last-child {
  margin-bottom: 0;
}

.footer .footer-centers-text span {
  font-weight: 700;
  color: var(--heading-color);
}

.footer .copyright {
  margin-top: 0.75rem !important;
  padding: 0.5rem 0;
}

.footer .footer-a11y-badge {
  margin-top: 0.5rem;
}

.footer .footer-a11y-badge img {
  width: 88px;
  height: 31px;
  vertical-align: middle;
}

@media (max-width: 991.98px) {
  .footer .footer-centers-intro {
    margin-bottom: 0.35rem;
  }
}

/*--------------------------------------------------------------
# Homepage notices
--------------------------------------------------------------*/
.notice-list .list-group-item {
  display: flex;
  gap: 0.5rem;
  align-items: flex-start;
}

.notice-list .notice-index {
  flex-shrink: 0;
  font-weight: 600;
}

.notice-list .notice-text a {
  text-decoration: none;
}

/*--------------------------------------------------------------
# System testing mode
--------------------------------------------------------------*/
body.testing-mode #header.header {
  color: var(--sl-warning-text);
  background-color: var(--sl-warning-bg-subtle);
  border-bottom: 2px solid var(--sl-warning-border-subtle);
}

body.testing-mode #header.header .logo.me-auto {
  margin-right: 0.75rem !important;
}

body.testing-mode #header.header .navmenu a,
body.testing-mode #header.header .navmenu a:focus {
  color: var(--sl-warning-text);
}

body.testing-mode #header.header .navmenu li:hover > a,
body.testing-mode #header.header .navmenu .active,
body.testing-mode #header.header .navmenu .active:focus {
  color: color-mix(in srgb, var(--sl-warning-text), black 20%);
}

body.testing-mode #header.header .mobile-nav-toggle {
  color: var(--sl-warning-text);
}

.testing-mode-badge {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
  margin-right: auto;
  padding: 0.2rem 0.65rem;
  border-radius: 0.25rem;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  white-space: nowrap;
  color: var(--sl-warning);
  background-color: var(--sl-warning-contrast);
}

@media (max-width: 1199.98px) {
  .testing-mode-badge {
    order: 1;
    margin-right: 0.5rem;
    font-size: 0.75rem;
    padding: 0.15rem 0.5rem;
  }
}

.testing-mode-notice {
  padding: 0.75rem 1rem;
  border-radius: 0.375rem;
  color: #fff;
  background-color: color-mix(in srgb, var(--sl-danger) 80%, transparent);
  border: 1px solid color-mix(in srgb, var(--sl-danger), transparent 40%);
}