/* Emmcee Icon-Box */

.elementor-widget-emmcee-icon-box,
.elementor-widget-emmcee-icon-box > .elementor-widget-container {
	width: 100%;
}

.emmcee-icon-box {
	display: flex;
	align-items: center;
	gap: 18px;
	width: 100%;
	box-sizing: border-box;
}

.emmcee-icon-box * {
	box-sizing: border-box;
}

.emmcee-icon-box--icon-top {
	flex-direction: column;
	align-items: flex-start;
}

.emmcee-icon-box-icon-wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 52px;
	height: 52px;
	border-radius: 50%;
	background-color: #fcf4eb;
	flex-shrink: 0;
}

.emmcee-icon-box-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
}

.emmcee-icon-box-icon i,
.emmcee-icon-box-icon svg {
	font-size: 20px;
	width: 20px;
	height: 20px;
	color: #a05a3c;
}

.emmcee-icon-box-content {
	min-width: 0;
	flex: 1;
}

.emmcee-icon-box-title {
	margin: 0 0 4px;
	font-size: 16px;
	font-weight: 600;
	color: #433c38;
	line-height: 1.3;
}

.emmcee-icon-box-subtitle {
	display: block;
	margin: 0 0 6px;
	font-size: 18px;
	font-weight: 700;
	color: #a05a3c;
	text-decoration: none;
	line-height: 1.3;
	transition: color 0.2s ease;
}

a.emmcee-icon-box-subtitle:hover {
	color: #7c4429;
}

.emmcee-icon-box-text {
	margin: 0;
	font-size: 13px;
	line-height: 1.5;
	color: #5a5a5a;
}

.emmcee-icon-box-text p {
	margin: 0 0 8px;
}

.emmcee-icon-box-text p:last-child {
	margin-bottom: 0;
}
