.webbo-action-card {
	align-items: center;
	background-color: #11182705;
	border: 1px solid #11182710;
	border-radius: 12px;
	gap: 16px;
	padding: 12px;
	box-sizing: border-box;
	color: inherit;
	cursor: pointer;
	display: flex;
	line-height: 1.25;
	text-decoration: none;
	transition: background-color .2s ease, border-color .2s ease, box-shadow .2s ease, transform .2s ease;
	width: 100%;
}

.webbo-action-card:hover,
.webbo-action-card:focus {
	color: inherit;
	text-decoration: none;
}

.webbo-action-card--lift:hover {
	transform: translateY(-1px);
}

.webbo-action-card__icon,
.webbo-action-card__arrow {
	align-items: center;
	display: inline-flex;
	flex: 0 0 auto;
	justify-content: center;
	line-height: 1;
}

.webbo-action-card__icon svg,
.webbo-action-card__arrow svg {
	display: block;
}

.webbo-action-card__content {
	display: block;
	flex: 1 1 auto;
	min-width: 0;
}

.webbo-action-card__title {
	display: block;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.2;
	margin: 0;
}

.webbo-action-card__description {
	display: block;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.3;
}


.webbo-action-card__icon {
	background-color: #11182705;
	border-radius: 12px;
	color: #111827;
	height: 40px;
	width: 40px;
	flex-basis: 40px;
}

.webbo-action-card__icon i {
	color: currentColor;
	font-size: 20px;
}

.webbo-action-card__icon svg {
	height: 20px;
	width: 20px;
}

.webbo-action-card__icon svg,
.webbo-action-card__icon svg * {
	fill: currentColor !important;
	stroke: currentColor !important;
}

.webbo-action-card__arrow {
	color: #151827;
}

.webbo-action-card__arrow i {
	color: currentColor;
	font-size: 16px;
}

.webbo-action-card__arrow svg {
	height: 16px;
	width: 16px;
}

.webbo-action-card__arrow svg,
.webbo-action-card__arrow svg * {
	fill: currentColor !important;
	stroke: currentColor !important;
}
