/**
 * Theme - Responsive Stylesheet
 *
 * Site-wide responsive adjustments for BASE styles only (container,
 * typography, pagination). Page/component files carry their own media
 * queries — do not collect them here.
 *
 * Breakpoints (match mtic-theme):
 *   ≥768px  tablet
 *   ≥992px  small desktop
 *   ≥1200px desktop
 *
 * @package jpd-theme
 */

@media (max-width: 767px) {
    :root {
        --jpd-container-pad: 1rem;
    }
}
