/*
Theme Name: Used It Reviews
Theme URI: https://useditreviews.com/
Author: Used It Reviews
Description: Lightweight block theme for evidence-led product reviews.
Version: 1.0.1
Requires at least: 6.7
Requires PHP: 8.1
License: GNU General Public License v2 or later
Text Domain: used-it-reviews
*/

:root { color-scheme: light; }
body { text-wrap: pretty; }
a { text-underline-offset: 0.18em; }
.wp-site-blocks { min-height: 100vh; }
.uireviews-shell { box-sizing: border-box; margin-inline: auto; max-width: 76rem; padding-inline: clamp(1rem, 4vw, 3rem); }
.wp-block-group.uireviews-header-shell { padding-inline: 1.5rem !important; }
@media (max-width: 600px) {
  .wp-block-group.uireviews-header-shell { padding-inline: 1rem !important; }
}
.uireviews-brand { letter-spacing: -0.04em; text-decoration: none; }
.uireviews-brand strong { color: var(--wp--preset--color--accent); }
.uireviews-kicker { letter-spacing: 0.12em; text-transform: uppercase; }
.uireviews-review { max-width: 52rem; }
.uireviews-review .wp-block-post-featured-image img,
.uireviews-review .wp-block-image img { border-radius: 1rem; }
.affiliate-disclosure { border-left: 0.25rem solid var(--wp--preset--color--accent); color: var(--wp--preset--color--muted); padding-left: 1rem; }
.uireviews-footer { margin-top: 5rem; }
