/* == WRAPPER / CONTAINER FONT == */
[class^='sol-projfororg'] {
	font-family: 'Onest', sans-serif !important;
}

[class^='sol-projfororg'] * {
	font-family: inherit !important;
}

/* =========================================================
SOL-projfororg – Cards
Nessun grid custom, solo Bootstrap
========================================================= */

.sol-projfororg {
	position: relative;
}

.sol-projfororg__badge {
	display: inline-block;
	padding: 6px 16px;
	border: 1px solid #ff3b30;
	border-radius: 999px;
	font-size: 14px;
	font-weight: 500;
	line-height: 1;
	text-decoration: none;
}

.sol-projfororg__badge:hover {
	text-decoration: none;
	opacity: 0.85;
}

/* card base */
.sol-projfororg .projfororg-card { /* d-flex flex-column projfororg-card border-0 rounded-3 justify-content-center align-items-center overflow-hidden bg-white */
	height: 100%;
	border-radius: 12px;
	background: rgba(255, 255, 255, 1);
	/* backdrop-filter: blur(30px); */
	/* -webkit-backdrop-filter: blur(20px); */
	aspect-ratio: 1/1;
}

/* icona */
.sol-projfororg .projfororg-card .projfororg-icon {
	width: 60px;
	height: 60px;
}

.sol-projfororg .projfororg-card .projfororg-icon svg,
.sol-projfororg .projfororg-card .projfororg-icon img {
	width: 100%;
	height: 100%;
	display: block;
}

/* titolo card */
.sol-projfororg .projfororg-card h5._title {
	color: #475467 !important;
	font-weight: 600;
	font-size: 14px;
	margin-bottom: 0;
	padding-bottom: 0;
}
