.library-info-title {
	color: var(--dark-text, #EEE);
	font-feature-settings: 'clig' off, 'liga' off;
	font-family: Manrope;
	font-size: 22px;
	font-style: normal;
	font-weight: 600;
	line-height: 40px;
}

.library-info-description {
	color: var(--dark-text, #EEE);
	font-feature-settings: 'clig' off, 'liga' off;
	font-family: Manrope;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
}

.library-info-tags {
	color: var(--dark-text-50, #EEE);
	font-feature-settings: 'clig' off, 'liga' off;
	font-family: Manrope;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
}

.library-filter-item {
	color: var(--dark-text, #EEE);
	font-feature-settings: 'clig' off, 'liga' off;
	font-family: Manrope;
	font-size: 11px;
	font-style: normal;
	font-weight: 400;
	line-height: 16px;
}

.library-thumbnail-title {
	color: var(--dark-text, #EEE);
	font-feature-settings: 'clig' off, 'liga' off;
	font-family: Manrope;
	font-size: 12px;
	font-style: normal;
	font-weight: 500;
	line-height: 24px;
}

.library-list-item-title {
	color: var(--dark-text, #EEE);
	font-feature-settings: 'clig' off, 'liga' off;
	font-family: Manrope;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 24px;
}

.library-list-item-subtitle {
	color: var(--dark-text-50, #EEE);
	font-feature-settings: 'clig' off, 'liga' off;
	font-family: Manrope;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 16px;
}

.closeButton {
	margin-top: -63px;
	margin-right: -17px;
}

.root-container {
	padding: 14px;
}

@media only screen and (max-width: 1099px) {
	.library-content-alignment {
		align-content: center;
		place-content: center;
	}
}

@media only screen and (min-width: 1100px) {
	.library-content-alignment {
		align-content: start;
		place-content: start;
	}
}
