/*
Theme Name: BizDEC OnePage — Kadence Child
Theme URI: https://atmibizdec.id/
Description: Custom coded homepage for PT ATMI BizDEC with an alternating WordPress page preview and dynamic Instagram Bento Wall.
Author: PT ATMI BizDEC
Author URI: https://atmibizdec.id/
Template: kadence
Version: 1.14.6
Text Domain: bizdec-onepage
*/


/* v1.14.6 — Adds instant Search + Program + Class + Week filters to the IBT ATMI student table. */
/* v1.14.5 — Aligns homepage intro with shared body typography and adds BizDEC social links. */
/* v1.14.4 — Stabilizes and accelerates live Partners data with last-known-good caching. */
/* v1.14.3 — Maximizes Services category columns on wide desktop screens. */
/* v1.14.2 — Wraps Services category navigation into clean responsive rows without horizontal scrolling. */
/* v1.14.1 — Tightens the first Impacts section and balances its narrative against the map. */
/* v1.14.0 — Adds the live aggregated Impacts page, dynamic map, and three aligned charts. */
/* v1.13.8 — Aligns the Meet our Partners heading with the first thumbnail column. */
/* v1.13.7 — Removes the outer Partners grid border while preserving its scrollbar and logo tiles. */
/* v1.13.6 — Aligns About with all subpages and lowers the Partners grid below its new body-sized heading. */
/* v1.13.5 — Restores natural page scrolling and aligns Partners with Teams/Experts while retaining the thumbnail scroller. */
/* v1.13.4 — Adds the standalone Partners API and desktop partner-grid scroller. */
/* v1.13.2 — Aligns the Experts title and subnavigation with the Teams panel. */
/* v1.13.1 — Experts quote now follows body font size and uses bold only. */
/* v1.13.0 — Adds live Experts page, Drive portraits, fallback data, and quote. */
/* v1.12.6 — Students activity-table spacing refined; Status gets safe width. */
/* v1.12.4 — Students API endpoint fixed in theme; Customizer field removed. */
/* v1.12.3 — shared editorial body typography standard. */
:root {
    --bizdec-body-font-size: clamp(12.5px, min(0.92vw, 1.85vh), 15.5px);
    --bizdec-body-line-height: 1.42;
}

@media (max-width: 900px) {
    :root {
        --bizdec-body-font-size: 14px;
    }
}

@media (max-width: 560px) {
    :root {
        --bizdec-body-font-size: 13.5px;
    }
}
