/*!
Theme Name: Drumul Razboiului Child
Theme URI: https://bracketweb.com/apsrowp/
Template: apsro
Author: Turcu Andrei
Author URI:
Description: This is a Child theme for Apsro WordPress theme.
Version: 1.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: apsro-child
*/

/* ==========================================================================
   Reportaje — Card image ratio
   ========================================================================== */

.reportaje-grid .services-one__img-box {
	position: relative !important;
	height: 0 !important;
	padding-top: 66.66% !important; /* 3:2 ratio */
	overflow: hidden !important;
}

.reportaje-grid .services-one__img {
	position: absolute !important;
	top: 0 !important;
	left: 0 !important;
	width: 100% !important;
	height: 100% !important;
}

.reportaje-grid .services-one__img img {
	width: 100% !important;
	height: 100% !important;
	object-fit: cover !important;
	mix-blend-mode: luminosity !important;
}

/* ==========================================================================
   Reportaje — Detail Page
   ========================================================================== */

.reportaje-details__category-link {
	display: inline-block;
	font-size: 12px;
	font-weight: 500;
	text-transform: uppercase;
	background-color: var(--apsro-base);
	color: var(--apsro-white, #fff);
	padding: 4px 14px;
	border-radius: 3px;
	margin-right: 6px;
	margin-bottom: 6px;
	transition: all 0.3s ease;
}

.reportaje-details__category-link:hover {
	background-color: var(--apsro-primary);
	color: var(--apsro-white, #fff);
}

/* ==========================================================================
   Reportaje — Archive Page
   ========================================================================== */

.reportaje-archive__pagination {
	margin-top: 30px;
	text-align: center;
}

.reportaje-archive__pagination .pagination {
	justify-content: center;
}