/*
 * db-hero-slider.css v1.0.4
 *
 * Structural styles for the DB Hero Slider component.
 * The .banner.large-slider and .banner.small-slider visibility switching
 * is already handled by the global styles.css media query at max-width 767px.
 * This file only adds component-specific structural rules.
 */

/* ── Ensure component clears floats from preceding elements ── */
.db-hero-slider {
	clear: both;
}
