/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Oct 24 2024 | 12:03:26 */
/* div.wp-block-tableberg-wrapper table .wp-block-tableberg-cell{
	border: 1px solid #e0e0e0 !important;
} */

.comparison-table .tableberg-table-wrapper table tbody tr td:first-child {
	font-size: 14px;
	font-weight: 600;
	width:fit-content;
	position: sticky;
	left: 0;
	background-color: #e0e0e0; /* Optional: Add background to avoid overlapping issues */
	z-index: 5; /* Ensure the column is on top */
}

.comparison-table .tableberg-table-wrapper table tbody tr td:first-child > div {
	width: max-content;
}

.table-wrapper {
    overflow-x: auto;
    flex-grow: 1;
    margin: 0 20px;
	position: relative;
}

.scroll-left, .scroll-right {
    border: 2px solid #dbdbdb;
	border-radius: 100px;
    cursor: pointer;
    z-index: 10;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px;
}

.scroll-left:hover, .scroll-right:hover {
    background-color: #dbdbdb;
	color: white;
}

.scroll-left:active, .scroll-right:active {
    background-color: #171822;
	color: white;
}

.scroll-left > .wp-block-button__link.wp-element-button, .scroll-right > .wp-block-button__link.wp-element-button{
	border: none;
	padding: 0 !important;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 1;
    display: flex;
	align-items: center;
    justify-content: center;
    transform: translateY(-2px);
	user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}