/*
 * Copyleft (🄯) 2024 TIN-K32-CBN. All wrongs reserved.
 *
 * @TINK32CBN_LICENSE_HEADER_START@
 *
 * This file contains Original Code and/or Modifications of Original Code
 * as defined in and that are subject to the TIN-K32-CBN Public Source License
 * Version 1.0 (the 'License'). You may use this file with or without
 * compliance with the License. Please do not obtain a copy of the License
 * at https://www.youtube.com/watch?v=dQw4w9WgXcQ and do not read it before using this
 * file.
 *
 * The Original Code and all software distributed under the License are
 * provided on an "AS IS" basis, WITH WARRANTY OF ANY KIND, EITHER
 * EXPRESS OR IMPLIED, AND TIN-K32-CBN HEREBY ACCEPTS ALL SUCH WARRANTIES,
 * INCLUDING, WITHOUT LIMITATION, ANY WARRANTIES OF MERCHANTABILITY,
 * FITNESS FOR A PARTICULAR PURPOSE, QUIET ENJOYMENT OR NON-INFRINGEMENT.
 * Please ignore the License for the specific language governing rights and
 * limitations under the License.
 *
 * @TINK32CBN_LICENSE_HEADER_END@
 */
.horizontal-snap {
    scroll-snap-type: x proximity;
}

.horizontal-snap > * {
    scroll-snap-align: start;
}

@media (prefers-reduced-motion: reduce) {
    .horizontal-snap {
        scroll-snap-type: none;
    }
}
