/* 
Theme Name: NMLuck Design
Theme URI: https://github.com/elementor/hello-theme-child/
Description: This is a child theme of Elementor custom built by Nicole Luck
Author: Nicole Luck
Author URI:
Template: hello-elementor
Version: 1.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */


.tiktok-container {
  max-height: 550px; /* Max height before enabling scroll */
  overflow-y: auto !important; /* Enable vertical scrolling */
  overflow-x: hidden; /* Prevent horizontal scrolling */
  -webkit-overflow-scrolling: touch; /* Enable smooth scrolling on mobile */
}


/* Scrollbar Styles */
.shadow-container::-webkit-scrollbar {
  width: 8px;
}

.shadow-container::-webkit-scrollbar-track {
  border-radius:20px;
}

.shadow-container::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, var(--e-global-color-secondary) 0%, var(--e-global-color-45ae018) 100%);
  border-radius:20px;;
  border-radius:20px;
}

.shadow-container::-webkit-scrollbar-thumb:hover {
  background: #555;
}