/* =========================
   WCAG 2.1 AA - Font Size
   Helix Ultimate Override
   ========================= */

html {
    font-size: 100%;
}

body {
    font-size: 1rem !important;
    line-height: 1.8;
}

/* 文章內容 */
.article-details {
    font-size: 1rem;
}

.article-details h1 {
    font-size: 2.25rem;
}

.article-details h2 {
    font-size: 1.5rem;
}

.article-details h3 {
    font-size: 1.25rem;
}

.article-details p,
.article-details li,
.article-details td,
.article-details th {
    font-size: 1rem;
}

/* 一般段落 */
p {
    font-size: 1rem;
}

/* SP Page Builder */
.sppb-addon-content {
    font-size: 1rem;
}

/* 最新消息標題 */
.yzu-news h3.sppb-addon-title {
    font-size: 3rem;
}

/* 選單 */
.sp-megamenu-parent > li > a,
.sp-megamenu-parent > li > span {
    font-size: 0.875rem;
}

/* 下拉選單 */
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a,
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > span {
    font-size: 0.875rem;
}

/* Footer */
#sp-footer {
    font-size: 1rem;
}

#sp-bottom {
    font-size: 1rem;
}

#sp-menu .mod-languages {
    margin-left: 2.5rem;
}

.offcanvas-menu .logo-image {
    max-width: 14.375rem;
    height: auto;
}

.yzu-news a {
    color: #273b64;
}

.yzu-news .sppb-addon-content {
    text-align: center;
}

.yzu-news h3.sppb-addon-title {
    margin: 1rem auto 2rem auto;
    font-size: 3rem;
    font-weight: 700;
    color: #333;
}

.yzu-news ul.mod-articlescategory {
    text-align: left;
}

.yzu-news ul.mod-articlescategory > li {
    border-bottom: 0.125rem solid #efebeb;
    padding: 0.625rem 0.3125rem;
}

.yzu-news .mod-articles-category-date {
    float: left;
    color: #dea932;
    border: 0.0625rem solid #dea932;
    padding: 0 0.3125rem;
}

#sp-main-body {
    padding-top: 0.625rem;
}

/* WCAG 2.1 AA */
body {
    font-size: 1rem !important;
    line-height: 1.8;
}

p {
    font-size: 1rem !important;
    margin-bottom: 1em;
}

h1 {
    font-size: 2rem;
}

h2 {
    font-size: 1.75rem;
}

h3 {
    font-size: 1.5rem;
}