/* styles only for ep-liggare */

.service-levels small {
	margin:5px 0 20px 0;
}

.table-wrapper {
	border-radius:3px;
	border:1px solid #aaa;
	overflow:hidden;
}

.table-wrapper#prices {
	margin-top:10px;
}
.table-wrapper#features {
	margin-bottom:10px;
}
	
.table-wrapper table {
	table-layout:fixed;
	width:100%;
	border-collapse:collapse;
	background-color:#fff;
	font-size:14px;
}
.table-wrapper col:first-of-type {
	width:50%;
}
.table-wrapper th,
.table-wrapper td {
	padding:5px;
	text-align:center;
	border:1px solid #aaa; #567;
}


.table-wrapper thead tr:first-child th,
.table-wrapper thead tr:first-child td {
	border-top:none;
}
.table-wrapper#prices tfoot tr:last-child th,
.table-wrapper#prices tfoot tr:last-child td,
.table-wrapper#features tbody tr:last-child th,
.table-wrapper#features tbody tr:last-child td {
	border-bottom:none;
}
.table-wrapper tr th:first-child,
.table-wrapper tr td:first-child {
	border-left:none;
}
.table-wrapper tr th:last-child,
.table-wrapper tr td:last-child {
	border-right:none;
}

.table-wrapper th {
	font-weight:bold;
	background-color:#eee;
}
.table-wrapper col.selected,
.table-wrapper td[colspan] {
	/* Modified 2026-06-03 
	background-color:#ddf;
	*/
	background-color:#cdf;
}
.table-wrapper tr.selected {	
	/* Modified 2026-06-03 
	background-color:#bcb;
	*/
	background-color:#cdf;	
}
.table-wrapper #total.value, /* Added 2026-06-03 */
.table-wrapper td.selected {
	font-weight:bold;
	color:#fff;
	/* Modified 2026-06-03 
	background-color:#f77;
	*/
	background-color:#68d;
}

.table-wrapper td .material-icons {
	margin: -12px auto;
	display: block;
	color:#595;
	font-weight:bold;
}

/* Added 2026-06-04 */
.table-wrapper tbody td {
	cursor:pointer;
}
/* Added 2026-06-04 */
.table-wrapper#prices tbody:first-of-type td:first-of-type,
.table-wrapper#features tbody td:first-of-type {
	cursor:default;
}
/* Added 2026-06-04 */
.table-wrapper tbody td:hover {
	xbackground-color:#ddf;
}
/* Added 2026-06-04 */
.table-wrapper#prices tbody:first-of-type td:first-of-type:hover,
.table-wrapper#features tbody td:first-of-type:hover {
	xbackground-color:transparent;
}

/* Removed 2026-06-03
.table-wrapper #total {
	font-weight:bold;
}
*/

.auto-cell {
/* did not work on firefox
	height:0; / * to be able to have a child with a 100% height * /
	padding:0!important;
*/
	position:relative;
}

.auto-cell div {
	container-type: inline-size;
/* did not work on firefox
	height:100%; / * to be able to have a child with a 100% height * /
*/
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
}
.auto-cell div > a {
	height:100%;
	display:flex;
	align-items:center;
	justify-content:center;
	color:#555;	
	outline:none;
	text-decoration:none;
	padding:5px;
	overflow:hidden;
	word-break:keep-all;
	font-size:min(14px,20cqi);
}
.auto-cell div > a:focus-visible, /* Added 2026-06-04 */
.auto-cell div > a:hover {
	background-color:#ddf;
}
/* @container (width < 100px) {.auto-cell div > a {font-size:10cqw;}} */

input#users[type=number] {
	margin:0; 
	display:inline-block; 
	width:8ex; 
	text-align:center; 
	padding:0;
	font-size:14px;
	min-height:30px;
}
input#users[type=number]::-webkit-outer-spin-button,
input#users[type=number]::-webkit-inner-spin-button,
input#users[type=number] {
	-webkit-appearance:none;
	-moz-appearance:textfield;
	margin:0;
}
