/**
 * Frontend styles for Simple Custom Adverts
 */

.sca-advert-widget {
	margin-bottom: 15px;
}

.sca-advert-widget .sca-advert-link {
	display: inline-block;
	text-decoration: none;
	transition: opacity 0.2s ease;
}

.sca-advert-widget .sca-advert-link:hover {
	opacity: 0.9;
}

.sca-advert-widget .sca-advert-image {
	display: block;
	max-width: 100%;
	height: auto;
	border-radius: 4px;
}
