/*
Theme Name: RSH 2027 — Riyadh Structural Heart
Theme URI: https://riyadhstructuralheart.com/
Author: Riyadh Structural Heart / Konoz Retaj
Description: Production theme for the 5th Riyadh Structural Heart Conference (RSH 2027). Premium navy / electric-blue / RSH-yellow design system, editable through the Customizer and custom post types. No page builder required.
Version: 1.0.0
Requires at least: 6.4
Tested up to: 7.1
Requires PHP: 7.4
License: Proprietary — for use by Riyadh Structural Heart only.
Text Domain: rsh2027
*/

/* The design system lives in assets/css/main.css (enqueued by functions.php).
   This file only carries the theme header and WordPress-specific overrides. */

.wp-block-image img, .entry-content img { border-radius: 8px; }
.entry-content { max-width: 820px; }
.entry-content p, .entry-content li { color: var(--muted); font-size: clamp(16px, 1.1vw, 17.5px); }
.entry-content h2 { font-size: clamp(24px, 2.4vw, 32px); margin: 2em 0 .6em; }
.entry-content h3 { font-size: 20px; margin: 1.6em 0 .5em; }
.entry-content a:not(.btn) { color: var(--gold); text-decoration: underline; text-underline-offset: 3px; }
.entry-content ul { padding-left: 20px; list-style: disc; }
.entry-content .wp-block-buttons .wp-block-button__link { background: var(--yellow); color: var(--navy-900); font-family: var(--font-head); font-weight: 800; letter-spacing: .12em; text-transform: uppercase; font-size: 13px; border-radius: 4px; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }
.admin-bar .site-header { top: 32px; }
@media (max-width: 782px) { .admin-bar .site-header { top: 46px; } }
