/*
Theme Name: Raz Caredsk Elementor Base
Theme URI: https://example.com/
Author: Raz Dijital
Author URI: https://example.com/
Description: Lightweight, clean starter theme built for full Elementor compatibility for Caredsk.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
Text Domain: raz-caredsk
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/

/* Basic reset */
*,
*::before,
*::after {
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
    line-height: 1.6;
}

/* Basic layout structure (Elementor will override design) */
#page {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.site-main {
    flex: 1 0 auto;
}

.site-footer {
    flex-shrink: 0;
}
