/* WikiCredit Core — стилі компанійної шапки + мета статейних рубрик.
   Усе обмежено, щоб НЕ чіпати головну, сторінки, архіви. */

/* ===== КОМПАНІЙНА ШАПКА ЗАПИСУ (МФО/Банки/Ломбарди) ===== */

/* Фон + ліве вирівнювання (незалежно від Customizer) */
body.single-post .hero-section:has(.page__header_wrapper) {
	background-color: #f6f7ff !important;
	padding: 30px 0 !important;
}
body.single-post .page__header_wrapper,
body.single-post .page__header_info,
body.single-post .page__header_info .page-title,
body.single-post .page__header_info .ct-breadcrumbs {
	text-align: left !important;
}

/* Фіксований порядок елементів шапки: рейтинг → заголовок → опис → крихти.
   Прибираємо дату/автора (entry-meta), що додаються глобально в мета Blocksy. */
body.single-post .page__header_info {
	display: flex !important;
	flex-direction: column !important;
	align-items: flex-start !important;
}
body.single-post .page__header_info > .entry-meta {
	display: none !important;
}
body.single-post .page__header_info .page__review_wrapper {
	order: 1 !important;
	margin-bottom: 10px !important;
}
body.single-post .page__header_info .page-title {
	order: 2 !important;
}
body.single-post .page__header_info .entry-excerpt {
	order: 3 !important;
}
body.single-post .page__header_info .ct-breadcrumbs {
	order: 4 !important;
	margin-top: 10px !important;
}

/* ===== СТАТЕЙНІ РУБРИКИ (Блог/Словник): мета без фону-пігулки ===== */
.single-post article.category-blog .entry-meta li,
.single-post article.category-financial-glossary .entry-meta li {
	background: none !important;
	padding: 0 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	margin-right: 10px !important;
}

/* ===== СТАТЕЙНІ РУБРИКИ (архіви Блог/Словник) =====
   Розкладку НЕ чіпаємо — лишаємо рідну адаптивність Blocksy
   (ПК: фото зліва; мобільний: фото зверху).
   Тільки прибираємо фон-пігулку з рубрики/мети та рекламу в картці. */
.category-blog .entry-card .entry-meta li,
.category-financial-glossary .entry-card .entry-meta li {
	background: none !important;
	padding: 0 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
}
.category-blog .entry-card .google-auto-placed,
.category-financial-glossary .entry-card .google-auto-placed {
	display: none !important;
}
