/*
Theme Name: ColorMag Pro Child Theme
Theme URI: http://themegrill.com/themes/colormag/
Description: Child Theme for ColorMag Pro
Author: ThemeGrill
Author URI: http://themegrill.com
Template: colormag-pro
Version: 1.0
*/

#content .post .entry-content {
	h2 {
		margin-top: 1.5rem;
	}

	h3, h4 {
		margin-top: 2rem;
	}

	ul {
		margin-top: -0.625rem;
	}
}

.category {
	#content {
		font-family: 'Roboto', sans-serif;
		color: #7a7a7a;

		.article-container .category-productos:first-of-type {
			margin-top: 3rem;
		}
	}
}

/* ==========================================================================
Header Images - CLS Fix (Logo & Flags)
========================================================================== */

/* Logo */
.custom-logo-link .custom-logo {
	width: 12.375rem; /* 198px */
	height: 2.4375rem; /* 39px */
	aspect-ratio: 198 / 39;
	object-fit: contain;
}
/* Banderas de idiomas */
.sidebar-languages img {
	width: 1.625rem; /* 26px */
	height: 0.875rem; /* 14px */
	aspect-ratio: 26 / 14;
	object-fit: contain;
	display: inline-block;
	vertical-align: middle;
}
