/*
Theme Name:  STYLE-Theme
Theme URI:   https://vicelle.com
Author:      Vicelle
Author URI:  https://vicelle.com
Description: Official WordPress theme for Style-U by Vicelle and Stitchd.
Version:     1.0.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 8.0
License:     Proprietary
Text Domain: style-theme
Tags:        dark, fashion, custom-logo, custom-menu, full-width-template, footer-widgets
*/

/* ── Logo slot ── */
.site-logo img { display:block; max-height:36px; width:auto; }
.site-logo-text { display:inline-flex; align-items:center; gap:10px; font-size:16px; font-weight:600; letter-spacing:-0.02em; color:#fff; text-decoration:none; }

/* ── WordPress alignment helpers ── */
.alignleft  { float:left;  margin-right:1.5rem; }
.alignright { float:right; margin-left:1.5rem; }
.aligncenter { display:block; margin:0 auto; }
.wp-caption { max-width:100%; }
.wp-caption-text { font-size:13px; color:rgba(255,255,255,0.45); margin-top:6px; }

/* ── Screen reader text ── */
.screen-reader-text { clip:rect(1px,1px,1px,1px); position:absolute!important; height:1px; width:1px; overflow:hidden; }
.screen-reader-text:focus { background:#0a0a0f; border-radius:4px; clip:auto!important; color:#fff; display:block; font-size:14px; font-weight:600; height:auto; left:8px; padding:14px 20px; position:fixed; text-decoration:none; top:8px; width:auto; z-index:999; }

/* ── Full-page shortcode pages ── */
body.styleu-full-page #page,
body.styleu-full-page #main-content,
body.styleu-full-page .site-main,
body.styleu-full-page article.styleu-page-content,
body.styleu-full-page .entry-content {
  padding:0 !important; margin:0 !important; max-width:none !important;
}
body.styleu-full-page .entry-content > p:empty,
body.styleu-full-page .entry-content > br { display:none; }

/* ── Elementor-compatible page content ── */
article.styleu-page-content { padding:0; margin:0; }
article.styleu-page-content .entry-content { padding:0; margin:0; max-width:none; }
