/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 17 2026 | 07:51:35 */
/* 1. Reset the Browser & Divi Containers */
html, body, #page-container, #main-content, .container {
    margin: 0 !important;
    padding: 0 !important;
    max-width: 100% !important;
    width: 100% !important;
}

/* 2. Deracinate the Section & Row Padding */
.et_pb_section, .et_pb_row {
    padding: 0 !important;
    margin: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
}

/* 3. The Red Block (Border) */
/* This uses box-sizing to ensure the border stays INSIDE the screen edge */
body {
    border: 10px solid red !important;
    box-sizing: border-box;
    min-height: 100vh;
}
/* Kill ALL bottom spacing from Divi structure */
.et_pb_section,
.et_pb_row,
.et_pb_column {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

/* Specifically target the last visible block */
.et_pb_section:last-of-type {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

/* Remove phantom gap from main container */
#main-content {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

/* FORCE container to not create extra vertical space */
#page-container {
    min-height: auto !important;
    height: auto !important;
}
