/*
Theme Name: Astra Child
Theme URI: https://wpastra.com/
Template: astra
Author: Human Proof Designs
Author URL: https://www.linkedin.com/in/kosta-binov/
Description: WordPress Blog Theme
Tags: custom-menu, custom-logo, entertainment, one-column, two-columns, left-sidebar, e-commerce, right-sidebar, custom-colors, editor-style, featured-images, full-width-template, microformats, post-formats, rtl-language-support, theme-options, threaded-comments, translation-ready, blog
Version: 1.0
*/



/* ---------------------------------------------------------------
   Homepage header: restore normal document flow.
   The original Human Proof Designs CSS absolutely positioned the
   header on the front page so the old Elementor hero image could sit
   underneath it. The Gutenberg homepage has no such hero, so the
   header must occupy space in the flow or it overlaps the content.
   Added 2026-08-22 during the Elementor removal.
   --------------------------------------------------------------- */
.home #masthead,
.home .main-header-bar,
.home .main-header-bar-wrap {
	position: relative !important;
}

/* Give the Query Loop post grids room to breathe. */
.wp-block-query .wp-block-post-template {
	gap: 2rem;
}

.wp-block-query .wp-block-post-title {
	margin: 0.75rem 0 0.4rem;
	line-height: 1.3;
}

.wp-block-query .wp-block-post-featured-image img {
	border-radius: 4px;
}

/* Outline buttons: the theme forces white text, which is invisible
   on a light background. Restore the brand colour. */
.wp-block-button.is-style-outline > .wp-block-button__link {
	color: #a8203a !important;
	border-color: #a8203a !important;
	background-color: transparent !important;
}

.wp-block-button.is-style-outline > .wp-block-button__link:hover,
.wp-block-button.is-style-outline > .wp-block-button__link:focus {
	color: #ffffff !important;
	background-color: #a8203a !important;
}

/* Post grid cards: even out the excerpt spacing. */
.wp-block-query .wp-block-post-excerpt__excerpt {
	color: #5c5651;
	font-size: 0.95rem;
	line-height: 1.55;
}
