.wtp-category-ad {
	box-sizing: border-box;
	margin: 0 0 1.25rem;
	max-width: 100%;
	overflow: hidden;
}

.wtp-category-ad__label {
	color: #666;
	font-size: 10px;
	font-weight: 600;
	letter-spacing: .08em;
	line-height: 1.4;
	margin-bottom: 5px;
	text-transform: uppercase;
}

.wtp-category-ad__link,
.wtp-category-ad__link:hover,
.wtp-category-ad__link:focus {
	color: inherit;
	text-decoration: none;
}

.wtp-category-ad__image,
.wtp-category-ad picture {
	display: block;
	height: auto;
	max-width: 100%;
	width: 100%;
}

.wtp-category-ad__content > :first-child,
.wtp-category-ad__html-link > :first-child {
	margin-top: 0;
}

.wtp-category-ad__content > :last-child,
.wtp-category-ad__html-link > :last-child {
	margin-bottom: 0;
}

