/*
Theme Name: The Seoul Glow
Theme URI: https://theseoulglow.com
Author: The Seoul Glow
Author URI: https://theseoulglow.com
Description: Premium editorial theme for The Seoul Glow — Korea's trusted medical-beauty guide for the world. Ink/Glow-Gold/Rose/Cream/Sage palette, Fraunces + Inter + Noto Sans KR type pairing. Multilingual (EN/JA/ZH/KO/TH/VI) client-side i18n. Built for Hostinger + WordPress with a blog/SEO content hub ("Glow Stories").
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: seoulglow
*/

/*
  ─────────────────────────────────────────────────────────────
  The full design system lives in /assets/css/styles.css and is
  enqueued by functions.php. This file only carries the required
  WordPress theme header above, plus a few WP-admin-side helpers.
  ─────────────────────────────────────────────────────────────
*/

/* WordPress core alignment / caption classes (so editor content behaves) */
.alignnone { margin: 1rem 0; }
.aligncenter { display: block; margin: 1rem auto; }
.alignleft { float: left; margin: 0.5rem 1.5rem 1rem 0; }
.alignright { float: right; margin: 0.5rem 0 1rem 1.5rem; }
.wp-caption { max-width: 100%; }
.wp-caption-text { font-size: 0.85rem; color: var(--ink-mute, #837F8C); text-align: center; }
.screen-reader-text {
  border: 0; clip: rect(1px,1px,1px,1px); clip-path: inset(50%);
  height: 1px; width: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute;
}
.sticky, .gallery-caption, .bypostauthor { display: block; }
