/*
Theme Name: Radcat Compliance
Theme URI: https://radcat.co.uk
Author: Mako Digital
Author URI: https://makodigital.co.uk
Description: Custom theme for Radcat Compliance
Version: 1.0.0
Text Domain: radcat
*/

/* ── Universal box-sizing reset ── */
*, *::before, *::after {
    box-sizing: border-box !important;
}

/* ── Prevent horizontal scroll on all screen sizes ── */
html, body {
    overflow-x: hidden;
    max-width: 100%;
}