/*
Theme Name: ReviewCue
Theme URI: https://reviewcue.co.uk/
Author: ReviewCue
Author URI: https://reviewcue.co.uk/
Description: Custom WordPress theme for ReviewCue - NFC and QR review cards for Leeds & West Yorkshire businesses. Migrated from the static HTML site to WordPress 6.x with full block editor support.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: reviewcue
Tags: business, custom-colors, custom-menu, custom-logo, featured-images, threaded-comments, translation-ready, block-styles, wide-blocks
*/

/*
 * The full design CSS lives in /assets/style.css and /assets/base.css and is
 * enqueued from functions.php. This file only carries the WordPress theme
 * header above plus a few WordPress-specific overrides below.
 */

/* WordPress core required classes */
.alignleft   { float: left;  margin-right: 1.5em; margin-bottom: 1em; }
.alignright  { float: right; margin-left:  1.5em; margin-bottom: 1em; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; margin-bottom: 1em; }
.alignwide   { max-width: 1200px; margin-left: auto; margin-right: auto; }
.alignfull   { width: 100%; max-width: none; }

.wp-caption                { max-width: 100%; }
.wp-caption img            { display: block; }
.wp-caption-text,
.gallery-caption           { font-size: .9rem; opacity: .8; margin-top: .5rem; text-align: center; }

.bypostauthor              { display: block; }
.sticky                    { display: block; }
.screen-reader-text        {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal !important;
}
.screen-reader-text:focus {
    background-color: var(--color-bg, #fff);
    clip: auto !important;
    -webkit-clip-path: none;
    clip-path: none;
    color: var(--color-text, #111);
    display: block;
    font-size: 1rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 1rem 1.25rem;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}

/* Default page wrapper for WP-managed page content */
.entry-default {
    max-width: 880px;
    margin: 0 auto;
    padding: var(--space-12, 4rem) var(--space-6, 1.25rem);
}
.entry-default h1,
.entry-default h2,
.entry-default h3 { margin-top: 1.25em; margin-bottom: .5em; }
.entry-default p,
.entry-default ul,
.entry-default ol { margin-bottom: 1em; }
