html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}
html {
    font-size: 16px;
}

body.bg-page {
    background-color: #f6f6f6;
    color: #333;
    font-family: "Microsoft JhengHei", "PingFang TC", sans-serif;
}

.top-nav-box {
    background-color: #f8f8f8;
    border: 1px solid #e3e3e3;
    border-radius: 6px;
    min-height: 72px;
}

.top-nav-link {
    color: #666 !important;
    font-size: 1.15rem;
    padding: 1rem 1.1rem !important;
}

    .top-nav-link:hover {
        color: #333 !important;
    }

.nav-gap .nav-item {
    margin-right: 0.25rem;
}

.hero-box {
    background-color: #efefef;
    border-radius: 10px;
    padding: 38px 50px;
    min-height: 230px;
    margin-bottom: 50px;
}

.hero-title {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 18px;
}

.hero-text {
    font-size: 1.45rem;
    color: #444;
    margin-bottom: 26px;
}

.home-link-block {
    margin-bottom: 52px;
}

.home-link-title {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 14px;
}

.home-link-desc {
    font-size: 1.5rem;
    color: #444;
    margin-bottom: 18px;
}

.home-link-a {
    font-size: 1.3rem;
    color: #4a87b8;
    text-decoration: none;
    font-weight: 500;
}

    .home-link-a:hover {
        text-decoration: underline;
    }

.big-action-btn {
    font-size: 1.4rem;
    padding: 10px 26px;
    border-radius: 6px;
}

.page-card {
    background-color: #efefef;
    border-radius: 10px;
    padding: 38px 50px;
    margin-bottom: 36px;
}

.page-card-title {
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 14px;
}

.page-card-subtitle {
    font-size: 1.5rem;
    color: #444;
}

@media (max-width: 992px) {
    .hero-title,
    .home-link-title,
    .page-card-title {
        font-size: 2rem;
    }

    .hero-text,
    .home-link-desc,
    .page-card-subtitle {
        font-size: 1.1rem;
    }
}
.report-query-box {
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 10px;
    padding: 24px;
}

.report-card {
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 12px;
    padding: 26px;
}

.report-card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.report-main-title {
    font-size: 2rem;
    font-weight: 700;
    color: #222;
}

.report-sub-title {
    font-size: 1rem;
    color: #666;
    margin-top: 4px;
}

.report-summary-box {
    background-color: #f8f8f8;
    border: 1px solid #e1e1e1;
    border-radius: 10px;
    padding: 18px 20px;
    height: 100%;
}

.report-summary-title {
    font-size: 1rem;
    color: #666;
    margin-bottom: 6px;
}

.report-summary-value {
    font-size: 1.8rem;
    font-weight: 700;
    color: #222;
}

.report-section-title {
    font-size: 1.35rem;
    font-weight: 700;
    margin: 28px 0 12px 0;
    color: #333;
}

.report-table th,
.report-table td {
    vertical-align: middle;
}