////
/// Widget component.
///
/// @group  Components
/// @author Lee Anthony <seothemeswp@gmail.com>
/// @link   https://CustomizePro.com/
////

.widget {

	// Widget wrapper.
	&-wrap {}

	// Widget title.
	&-title {}

	// Featured content widget.
	&.featured-content {

		img {
			max-width: 100%;
		}

		.entry {

			@include clearfix;
		}

		.more-link {
			display: block;
			line-height: 2;
		}
	}

	p {

		&:last-of-type {
			margin-bottom: 0;
		}
	}
}
