/**
 * This file is part of Gutenberg Tabs.
 *
 * Gutenberg Tabs is free software: you can redistribute it and/or modify it
 * under the terms of the GNU General Public License as published by the Free
 * Software Foundation, either version 2 of the License, or any later version.
 *
 * Gutenberg Tabs is distributed in the hope that it will be useful, but
 * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
 * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for
 * more details.
 *
 * You should have received a copy of the GNU General Public License along with
 * Gutenberg Tabs.  If not, see <https://www.gnu.org/licenses/>.
 */

.wp-block-tandem-tabs__content .wp-block-tandem-tab {
	display: none;
}

.wp-block-tandem-tabs__selector {
	display: flex;
	width: 100%;
	margin: 0 !important;
	padding: 40px !important;
	justify-content: space-between;
	gap: 40px;
	list-style-type: none !important;
	overflow-x: auto;
	-ms-overflow-style: none;
	scrollbar-width: none;
}


.wp-block-tandem-tabs__selector::-webkit-scrollbar {
	display: none;
}

.wp-block-tandem-tabs__selector li {
	flex: 1 0 auto;
}

.wp-block-tandem-tabs__selector a {
	cursor: pointer;
	display: block;
	padding: 1rem;
}
