.navbar>.container, .navbar>.container-fluid, .navbar>.container-sm, .navbar>.container-md, .navbar>.container-lg, .navbar>.container-xl, .navbar>.container-xxl {
    align-items: unset;
}

.divider-icon i {
    color: #ddd;
}

.divider-icon:before, .divider-icon:after {
    position: absolute;
    top: 50%;
    content: "";
    border-top: 1px solid #ddd;
    width: calc(50% - 1.5rem);
}

.h4-icon:after {
    position: absolute;
    top: 50%;
    right: 30px;
    content: "";
    border-top: 1px solid #ddd;
    width: 50%;
}

.tg-orange {
  color: #ef8903;
}

.text-tg-secondary {
  --bs-text-opacity: 1;
  color: #99b6b2 !important;
}

.tg-line-orange {
  background: repeating-linear-gradient(-55deg, rgba(var(--bs-white-rgb), 0) 0.8px, #ef8903 1.6px, #ef8903 3px, rgba(var(--bs-white-rgb), 0) 3.8px, rgba(var(--bs-white-rgb), 0) 10px);
}

.bg-dot.primary {
    background-image: radial-gradient(#ef8903 2px, transparent 2.5px);
}

.bg-soft-primary {
    background-color: #e2edeb !important;
}

.bg-soft-secondary {
    background-color: #f1f5f5 !important;
}

.swiper-controls .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border-color: #ef8903;
}

.underline-3.style-3.green:after {
    background-image: url(data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 205 9.37'%3E%3Cpath fill='%23ef8903' d='M202.47,9.37A1191.26,1191.26,0,0,0,1.79,7.48,1.67,1.67,0,0,1,0,5.92H0A1.76,1.76,0,0,1,1.63,4.21c67-5.71,133.83-5.43,200.8-.27A2.75,2.75,0,0,1,205,6.88h0A2.6,2.6,0,0,1,202.47,9.37Z'/%3E%3C/svg%3E);
}

.wrapper.bg-soft-primary.angled:after, .wrapper.bg-soft-primary.angled:before {
    border-color: var(--bs-soft-primary);
}

.post-meta li a {
    color: #aaa;
}

.tgck_topbar {
    background-color: #c0a27a;
    color: #fff;
    padding: 5px 10px;
    text-align: center;
    font-size: 0.8rem; /* match navbar nav-link size (UAT General) */
    position: relative;
    z-index: 1060;
    display: block !important;
}

.post-nav-link { max-width: 38%; text-decoration: none; color: var(--bs-body-color); }
.post-nav-link:hover .post-nav-title { color: var(--bs-primary); }
.post-nav-dir { font-size: .8rem; font-weight: 600; }
.post-nav-title { font-size: .9rem; line-height: 1.4;
    display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
@media (max-width: 575.98px) {
  .post-nav { flex-direction: column; text-align: center; }
  .post-nav-link, .post-nav-link.next { max-width: 100%; text-align: center !important; }
}

/* Footer main: horizontal 了解更多 nav (UAT Round 2) */
.footer-nav-horizontal { gap: .5rem 1.75rem; margin-bottom: 1.5rem; }
.footer-nav-horizontal li { margin: 0; }
.footer-nav-horizontal li:first-child { margin-top: 0.35rem; } /* align with li+li (style.css) */

/* Footer bottom bar (UAT General) — corporate links + partner logos */
.footer__btm .footer-btm-row {
    display: grid;
    grid-template-columns: 1fr auto 1fr; /* keeps middle copyright centered on page */
    align-items: center;
    gap: 1rem 1.5rem;
}
.footer__btm .footer-legal { gap: 0; }
.footer__btm .footer-legal .nav-link {
    position: relative;
    padding: 2px 12px;
    font-size: 0.7rem; /* custom smaller size — overrides .nav-link var (UAT General) */
    color: var(--bs-body-color);
    font-weight: normal;
}
.footer__btm .footer-legal .nav-link:hover { color: var(--bs-primary); }
.footer__btm .footer-legal .nav-item:first-child .nav-link { padding-left: 0; }
.footer__btm .footer-legal .nav-item + .nav-item .nav-link::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 12px;
    background: rgba(0, 0, 0, 0.2);
}
.footer__btm .footer-copyright { text-align: center; font-size: 0.8rem; }
.footer__btm .footer_logo_div { justify-self: end; }
.footer__btm .footer-corp-logo img { height: 34px; width: auto; }
@media (max-width: 991.98px) {
    .footer__btm .footer-btm-row { grid-template-columns: 1fr; text-align: center; }
    .footer__btm .footer-legal { justify-content: center; }
    .footer__btm .footer_logo_div { justify-self: center; justify-content: center !important; }
}

@media (min-width: 992px) {
    .pe-lg-15 {
        padding-right: 3rem !important;
    }
}