/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
.scrollspy-layout-container {
        flex-direction: column;
    }
    .scrollspy-sidebar {
        width: 100%;
        position: static;
        overflow-x: auto;
    }
    .scrollspy-menu {
        display: flex;
        gap: 8px;
        white-space: nowrap;
    }
	.lwptoc_items a,
    .lwptoc_items a span {
        font-size: 16px !important;
    }

}