/*!
Theme Name: Medidove
Theme URI: https://bdevs.net/wp/medidove/
Author: Theme_Pure
Author URI: https://themeforest.net/user/theme_pure/portfolio
Description: MediDove | Health and Medical WordPress Theme
Version: 3.0.1
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: medidove
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
/* Thumbnail scroll container */
.thumb-scroll {
	max-height: 420px; /* ≈ 5 thumbnails */
	overflow-y: auto;
	overflow-x: hidden;
	padding-right: 6px;
}

/* Optional: smoother scrolling */
.thumb-scroll {
	scroll-behavior: smooth;
}

/* Hide ugly scrollbar (optional) */
.thumb-scroll::-webkit-scrollbar {
	width: 5px;
}

.thumb-scroll::-webkit-scrollbar-thumb {
	background: #ccc;
	border-radius: 10px;
}

/* Thumbnail spacing */
.thumb-scroll .nav-item {
	margin-bottom: 8px;
}
