/*
Theme Name: Kadence Child
Author: David Abela
Description: Your description goes here
Version: 1.0
Template: kadence

This is the child theme for Kadence theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/

/* =============================================
   GLOBAL — Tighter spacing (0.25× scale)
   --global-md-spacing: 2rem → 0.5em
   Overrides Kadence :root spacing variables
   ============================================= */

:root, body {
    --global-xs-spacing: 0.25em;
    --global-sm-spacing: 0.375rem;
    --global-md-spacing: 0.5em;
    --global-lg-spacing: 0.625em;
    --global-xl-spacing: 0.875em;
    --global-xxl-spacing: 1.25rem;
    --global-edge-spacing: 0.375rem;
    --global-boxed-spacing: 0.5rem;
}

/* =============================================
   HOME PAGE — Remove gap between hero and
   featured adventure strip below it
   ============================================= */

.entry-content > .wp-block-cover.alignfull:first-child {
    margin-bottom: 0 !important;
    margin-block-end: 0 !important;
}

.entry-content > .wp-block-cover.alignfull:first-child + .wp-block-cover.alignfull {
    margin-top: 0 !important;
    margin-block-start: 0 !important;
}
