/*----------------------------------------------------*/

/*--------------SZZ-CONTENT-TABLE BLOCK---------------*/

/*---------------CONTENT-TABLE MOBILE-----------------*/

/* CONTENT-TABLE-CONTENER MOBILE */
.szz-content-table {
	padding: 1rem 0 1.5rem;
	border: solid var(--gray-50);
	border-width: 1px 0;
	gap: 1rem;
	margin-bottom: 1.5rem;
	margin-left: auto;
	margin-right: auto;
	width: 90%;
}

/* EYEBROW MOBILE/DESKTOP */
.szz-content-table__eyebrow {
	margin-bottom: 1rem;
}

/* EYEBROW TEXT MOBILE/DESKTOP */
.szz-content-table__eyebrow-text {
	color: var(--gray-90);
	margin: 0;
}

/* LIST MOBILE/DESKTOP */
.szz-content-table__list {
	margin-bottom: 0;
	list-style: none;
	padding: 0;
	gap: 0.5rem;
	width: 100%;
}

/* ITEM MOBILE */
.szz-content-table__item {
	gap: 0.5rem;
	margin-bottom: 0.5rem;
	padding-left: 0;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	padding: 0;
	align-items: flex-start;
	text-align: left;
}

/* ITEM-ICON MOBILE */
.szz-content-table__item-icon {
	min-width: 1.5rem;
	width: 1.5rem;
	height: 1.5rem;
	background: url(/wp-content/themes/szz/assets/hand-icon.png);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	display: block;
}

/* ITEM-CONTENT MOBILE */
.szz-content-table__item-content {
	width: calc(100% - 2rem);
	font-size: 1rem;
	font-family: var(--szz-serif);
	font-style: normal;
	font-weight: 700;
	line-height: 1.5;
	font-feature-settings: "pnum" on, "lnum" on;
}

/* CONTENT-TABLE: LI WITHOUT LINK */
.szz-content-table__item-content--empty {
	color: var(--black);
}

/* CONTENT-TABLE: LI WITH LINK */
.szz-content-table__item-content--link {
	color: var(--primary);
}

.szz-content-table__item-content--link:hover {
	color: var(--primary-light);
}

/*--------------CONTENT-TABLE DESKTOP --------------*/
/*--------------CONTENT-TABLE DESKTOP --------------*/
/*--------------CONTENT-TABLE DESKTOP --------------*/

@media only screen and (min-width: 960px) {
	/*-------CONTENT-TABLE DESKTOP -------*/

	/* CONTENT-TABLE-CONTENER DESKTOP */
	.szz-content-table {
		padding: 1rem 1.5rem 1.5rem;
		width: 50%;
	}

	/* ITEM DESKTOP */
	.szz-content-table__item {
		gap: 1rem;
	}

	/* ITEM-ICON DESKTOP */
	.szz-content-table__item-icon {
		width: 2rem;
		height: 2rem;
		min-width: 2rem;
	}

	/* ITEM-CONTENT DESKTOP */
	.szz-content-table__item-content {
		width: calc(100% - 3rem);
		font-size: 1.1rem;
	}
}

/*-----------------------CONTENT-TABLE END----------------------*/
/*--------------------------------------------------------------*/
