/*
Theme Name: Extra Child
Template: Extra
Version: 1.0
*/
/* Fix Extra fullwidth white space issue */
#page-container {
    padding-top: 0 !important;
}

#main-content {
    padding: 0 !important;
    margin: 0 !important;
}

#content-area {
    padding: 0 !important;
    margin: 0 !important;
}

/* Remove footer spacing */
#footer-bottom,
#main-footer {
    margin: 0 !important;
    padding: 0 !important;
}

/* Make chatbot take full screen */
/*iframe,*/
/*#cv-chatbot {*/
/*    width: 100%;*/
/*    height: 100vh;*/
/*    display: block;*/
/*    margin: 0;*/
/*    padding: 0;*/
/*}*/


