.wpw-table-scroll {
	display: block;
	width: 100%;
	max-width: 100%;
	overflow-x: auto;
	overflow-y: hidden;
	overscroll-behavior-inline: contain;
	-webkit-overflow-scrolling: touch;
	scrollbar-color: #7b837d #e8ebe9;
	scrollbar-width: thin;
}

.wpw-table-scroll > table {
	max-width: none;
}

.wpw-table-scroll.is-scrollable {
	padding-bottom: 6px;
}

.wpw-table-scroll:focus-visible {
	outline: 2px solid #216b2b;
	outline-offset: 2px;
}

.wpw-table-scroll::-webkit-scrollbar {
	height: 10px;
}

.wpw-table-scroll::-webkit-scrollbar-track {
	border-radius: 5px;
	background: #e8ebe9;
}

.wpw-table-scroll::-webkit-scrollbar-thumb {
	border: 2px solid #e8ebe9;
	border-radius: 5px;
	background: #7b837d;
}

@media (min-width: 768px) {
	.wpw-table-scroll:not(.is-scrollable) {
		overflow-x: visible;
	}
}
