/*
Theme Name: Radeč (Twenty Twenty-Five)
Theme URI: https://www.radec.eu
Description: Child theme of Twenty Twenty-Five styled to evoke the original Twenty Ten design for the Radečský okrašlovací spolek — black nav bar, blue serif links, right sidebar, ~940px canvas. Modern, responsive, low-maintenance.
Author: Radečský okrašlovací spolek
Template: twentytwentyfive
Version: 1.0.2
Requires at least: 6.7
Requires PHP: 8.0
Text Domain: twentytwentyfive-radec
*/

/* A few details theme.json can't express as cleanly */

/* Boxed layout like Twenty Ten: gray page (body, via theme.json) with the
   content as a centered white "sheet". */
.wp-site-blocks {
	max-width: 980px;
	margin-inline: auto;
	background-color: #fff;
	padding-inline: 20px;
}

/* Responsive: show the right column (widgets) ABOVE the posts when stacked.
   Only on listing pages (blog/archive/search), not single posts, and only
   below WordPress's column-stacking breakpoint. */
@media (max-width: 781px) {
	.blog .radec-sidebar,
	.archive .radec-sidebar,
	.search .radec-sidebar { order: -1; }
}

/* Black menu bar with grey links + orange-red hover, like Twenty Ten's #access */
.radec-navbar .wp-block-navigation-item__content { color: #aaa; line-height: 38px; }
.radec-navbar .wp-block-navigation-item__content:hover,
.radec-navbar .current-menu-item .wp-block-navigation-item__content { color: #fff; }

/* Header banner sits flush like the old custom header */
.radec-header-banner img { display: block; width: 100%; height: auto; }

/* Sidebar widget headings echo Twenty Ten */
.radec-sidebar h3 {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 16px;
	letter-spacing: 0.05em;
	border-bottom: 1px solid #ddd;
	padding-bottom: 4px;
	margin-bottom: 12px;
}

/* Weather widgets in the sidebar */
.radec-sidebar iframe { max-width: 100%; border: 0; }

/* Blog listing item — full post content like the original site; images come
   from inside the content itself (no separate hero). A hairline divides posts. */
.radec-postitem { padding-bottom: 26px; border-bottom: 1px solid #e5e5e5; }

/* Tight heading:date combo (~half the previous spacing); the post body keeps
   the normal reading rhythm. */
.radec-postitem .wp-block-post-title { line-height: 1.2; margin: 0 0 1px; }
.radec-postitem .wp-block-post-date  { line-height: 1.2; margin: 0 0 6px; }
.radec-postitem .wp-block-post-content { margin: 0; }

/* Space between/after paragraphs in the post body, ~half the default 1.2rem gap */
.radec-postitem .wp-block-post-content > * + * { margin-block-start: 0.5rem; }

/* Keep in-content images tidy within the column */
.radec-postitem .wp-block-post-content img { max-width: 100%; height: auto; }
