/*
Theme Name: EBPropio-child
Theme URI: https://www.econoblog.com.ar/
Author: EconoBlog
Author URI: https://www.econoblog.com.ar/
Description: Personalización de EBPropio para EconoBlog.
Version: 1.0.0
Template: EBPropio
Text Domain: econoblog
*/

/* Anuncios */
.eb-ad-slot {
	min-height: 250px;
	margin: 20px 0;
	overflow: hidden;
}

/* Compartir */
.eb-share {
	display: flex;
	align-items: center;
	gap: 10px;
	margin: 20px 0;
}

.eb-share-label {
	font-size: 14px;
	font-weight: 600;
}

.eb-share a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
}

.eb-share svg {
	width: 24px;
	height: 24px;
	fill: currentColor;
}

.eb-share a {
	color: inherit;
	text-decoration: none;
}

.eb-share a:hover {
	opacity: .7;
}

/* Seguir */
.eb-follow {
	display: flex;
	align-items: center;
	gap: 10px;
	margin: 0 0 20px;
}

.eb-follow-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 7px;
	height: 36px;
	padding: 0 14px;
	border: 1px solid currentColor;
	border-radius: 18px;
	background: transparent;
	color: inherit;
	font: inherit;
	font-size: 14px;
	font-weight: 600;
	text-decoration: none;
	cursor: pointer;
}

.eb-follow-button svg {
	width: 20px;
	height: 20px;
	fill: currentColor;
}

.eb-follow-google-icon {
	width: 18px;
	height: 18px;
	flex: 0 0 auto;
}

.eb-follow-whatsapp {
	border-color: #25d366;
	color: #128c4a;
}

.eb-follow-button:hover {
	opacity: .7;
}

.eb-ad-slot-top {
	min-height: 280px;
}