/*
Theme Name: SaveToVideo
Theme URI: https://savetovideo.net/
Author: SaveToVideo
Description: Fast, SEO-optimised social media video downloader theme. Includes Facebook, TikTok, Instagram, Pinterest, Twitter (X) and YouTube downloader tools (API based), download history, share buttons, save-to-gallery, AdSense/Adsterra ad slots, schema markup and auto-created pages with long-form SEO articles.
Version: 1.0.1
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: savetovideo
Tags: one-column, custom-logo, custom-menu, featured-images, threaded-comments
*/

:root {
	--p: #5b3df5;
	--a: #e0266f;
	--ink: #14142b;
	--ink2: #4e4b66;
	--muted: #62647f;
	--line: #e4e4ef;
	--bg: #ffffff;
	--soft: #f6f5fc;
	--ok: #0f9d58;
	--err: #d93025;
	--r: 14px;
	--shadow: 0 10px 30px rgba(20, 20, 43, .08);
	--font: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

*,
*::before,
*::after { box-sizing: border-box; }

html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body { margin: 0; font: 17px/1.7 var(--font); color: var(--ink); background: var(--bg); overflow-x: hidden; }
img, svg, video { max-width: 100%; height: auto; }
a { color: var(--p); text-underline-offset: 3px; }
a:hover { color: var(--a); }
h1, h2, h3, h4 { line-height: 1.25; margin: 1.6em 0 .6em; color: var(--ink); }
h1 { font-size: clamp(1.75rem, 4.5vw, 2.6rem); margin-top: .3em; letter-spacing: -.02em; }
h2 { font-size: clamp(1.35rem, 3vw, 1.75rem); letter-spacing: -.01em; }
h3 { font-size: 1.18rem; }
p { margin: 0 0 1.1em; }
button, input, select, textarea { font: inherit; color: inherit; }

.screen-reader-text { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(1px, 1px, 1px, 1px); white-space: nowrap; }
.skip-link:focus { position: fixed !important; top: 8px; left: 8px; width: auto; height: auto; clip: auto; z-index: 999; background: #fff; padding: 8px 14px; border-radius: 8px; }
:focus-visible { outline: 3px solid color-mix(in srgb, var(--p) 55%, transparent); outline-offset: 2px; }

.stv-wrap { width: 100%; max-width: 1080px; margin: 0 auto; padding: 0 16px; }
.stv-muted { color: var(--muted); }
.stv-center { text-align: center; }
.stv-center .stv-chips { margin: 22px 0 28px; }

/* ---------- Header ---------- */
.stv-header { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.92); backdrop-filter: saturate(1.4) blur(10px); border-bottom: 1px solid var(--line); }
.admin-bar .stv-header { top: 32px; }
@media (max-width: 782px) { .admin-bar .stv-header { top: 0; } }
.stv-header-in { display: flex; align-items: center; justify-content: space-between; min-height: 64px; gap: 16px; }
.stv-logo, .custom-logo-link { display: inline-flex; align-items: center; gap: 10px; font-weight: 800; font-size: 1.2rem; color: var(--ink); text-decoration: none; letter-spacing: -.02em; }
.stv-logo:hover { color: var(--ink); }
.stv-logo-mark { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 10px; color: #fff; background: linear-gradient(135deg, var(--p), var(--a)); }
.custom-logo { max-height: 44px; width: auto; }

.stv-nav { display: flex; align-items: center; gap: 8px; }
.stv-menu { display: flex; list-style: none; margin: 0; padding: 0; gap: 2px; }
.stv-menu a { display: block; padding: 8px 12px; border-radius: 10px; color: var(--ink2); text-decoration: none; font-weight: 600; font-size: .95rem; }
.stv-menu a:hover, .stv-menu .current-menu-item > a { background: var(--soft); color: var(--p); }
.stv-hist-link { position: relative; display: inline-flex; align-items: center; gap: 6px; padding: 8px 12px; border: 1px solid var(--line); border-radius: 999px; color: var(--ink2); text-decoration: none; font-weight: 600; font-size: .9rem; }
.stv-hist-count { position: absolute; top: -6px; right: -6px; min-width: 20px; height: 20px; padding: 0 5px; border-radius: 10px; background: var(--a); color: #fff; font-size: .72rem; line-height: 20px; text-align: center; }
.stv-menu-btn { display: none; width: 44px; height: 44px; border: 0; background: transparent; padding: 10px; cursor: pointer; }
.stv-menu-btn span { display: block; height: 2px; margin: 5px 0; background: var(--ink); border-radius: 2px; transition: .2s; }

@media (max-width: 900px) {
	.stv-menu-btn { display: block; }
	.stv-nav { position: absolute; top: 100%; left: 0; right: 0; flex-direction: column; align-items: stretch; padding: 12px 16px 18px; background: #fff; border-bottom: 1px solid var(--line); box-shadow: var(--shadow); display: none; }
	.stv-nav.is-open { display: flex; }
	.stv-menu { flex-direction: column; }
	.stv-menu a { padding: 12px; }
	.stv-hist-link { justify-content: center; margin-top: 8px; }
	.stv-menu-btn[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
	.stv-menu-btn[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
	.stv-menu-btn[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
}

/* ---------- Hero + tool ---------- */
.stv-hero { --b: var(--p); position: relative; padding: 36px 0 44px; color: #fff; text-align: center; background:
	radial-gradient(1200px 400px at 10% -10%, color-mix(in srgb, var(--a) 70%, transparent), transparent 60%),
	linear-gradient(135deg, var(--p), color-mix(in srgb, var(--p) 55%, var(--a))); }
.stv-hero h1 { color: #fff; display: flex; align-items: center; justify-content: center; gap: 12px; flex-wrap: wrap; }
.stv-sub { max-width: 680px; margin: 0 auto 26px; font-size: 1.08rem; color: rgba(255,255,255,.9); }
.stv-sub-dark { color: var(--ink2); font-size: 1.05rem; }
.stv-hero .stv-crumbs ol { justify-content: center; }
.stv-hero .stv-crumbs, .stv-hero .stv-crumbs a, .stv-hero .stv-crumbs li { color: rgba(255,255,255,.85); }

.stv-tool { max-width: 780px; margin: 0 auto; text-align: left; }
.stv-form { display: flex; gap: 10px; padding: 8px; background: #fff; border-radius: 18px; box-shadow: 0 18px 50px rgba(20, 10, 60, .28); }
.stv-input { position: relative; display: flex; align-items: center; flex: 1; min-width: 0; }
.stv-input-ico { position: absolute; left: 14px; color: var(--muted); pointer-events: none; }
.stv-input input { width: 100%; height: 56px; padding: 0 92px 0 44px; text-overflow: ellipsis; border: 2px solid transparent; border-radius: 12px; background: var(--soft); color: var(--ink); font-size: 1rem; outline: none; transition: border-color .15s; }
.stv-input input:focus { border-color: color-mix(in srgb, var(--p) 45%, transparent); background: #fff; }
.stv-paste, .stv-clear { position: absolute; right: 8px; height: 40px; padding: 0 14px; border: 1px solid var(--line); border-radius: 10px; background: #fff; color: var(--ink2); font-weight: 600; font-size: .9rem; cursor: pointer; }
.stv-clear { width: 40px; padding: 0; font-size: 1.4rem; line-height: 1; }
.stv-paste:hover { color: var(--p); border-color: var(--p); }
.stv-btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 48px; padding: 0 22px; border: 0; border-radius: 12px; background: linear-gradient(135deg, var(--p), color-mix(in srgb, var(--p) 60%, var(--a))); color: #fff; font-weight: 700; text-decoration: none; cursor: pointer; transition: transform .1s, box-shadow .2s; }
.stv-btn:hover { color: #fff; box-shadow: 0 8px 22px color-mix(in srgb, var(--p) 40%, transparent); }
.stv-btn:active { transform: translateY(1px); }
.stv-btn[disabled] { opacity: .7; cursor: wait; }
.stv-go { height: 56px; min-width: 150px; font-size: 1.05rem; }
.stv-btn-ghost { background: #fff; color: var(--ink); border: 1px solid var(--line); }
.stv-btn-ghost:hover { color: var(--p); border-color: var(--p); box-shadow: none; }
.stv-btn-sm { min-height: 38px; padding: 0 14px; font-size: .9rem; border-radius: 10px; }
.stv-terms { margin: 12px 0 0; font-size: .82rem; text-align: center; color: rgba(255,255,255,.8); }
.stv-terms a { color: #fff; }

@media (max-width: 640px) {
	.stv-form { flex-direction: column; }
	.stv-go { width: 100%; }
	.stv-hero { padding: 24px 0 32px; }
}

.stv-spinner { width: 20px; height: 20px; border: 3px solid rgba(255,255,255,.4); border-top-color: #fff; border-radius: 50%; animation: stvspin .7s linear infinite; }
@keyframes stvspin { to { transform: rotate(360deg); } }

/* Result */
.stv-result:empty { display: none; }
.stv-result { margin-top: 18px; color: var(--ink); }
.stv-res-card { display: grid; grid-template-columns: 200px 1fr; gap: 18px; padding: 16px; background: #fff; border-radius: 18px; box-shadow: var(--shadow); animation: stvin .25s ease-out; }
@keyframes stvin { from { opacity: 0; transform: translateY(6px); } }
.stv-res-thumb { position: relative; aspect-ratio: 9 / 12; border-radius: 12px; overflow: hidden; background: var(--soft); }
.stv-res-thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }
.stv-res-dur { position: absolute; right: 8px; bottom: 8px; padding: 2px 8px; border-radius: 6px; background: rgba(0,0,0,.72); color: #fff; font-size: .8rem; font-weight: 600; }
.stv-res-body h3 { margin: 0 0 6px; font-size: 1.1rem; word-break: break-word; }
.stv-res-plat { display: inline-flex; align-items: center; gap: 6px; margin-bottom: 12px; font-size: .88rem; color: var(--muted); }
.stv-res-list { display: grid; gap: 8px; margin: 0 0 12px; padding: 0; list-style: none; }
.stv-res-list li { display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 8px 8px 8px 14px; border: 1px solid var(--line); border-radius: 12px; }
.stv-res-list .q { font-weight: 600; font-size: .95rem; }
.stv-res-list .q small { display: block; font-weight: 400; color: var(--muted); font-size: .78rem; }
.stv-res-actions { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 18px; padding-top: 14px; border-top: 1px dashed var(--line); }
@media (max-width: 640px) {
	.stv-res-card { grid-template-columns: 92px 1fr; gap: 12px 14px; padding: 14px; }
	.stv-res-body { display: contents; }
	.stv-res-thumb { grid-row: span 2; aspect-ratio: 3 / 4; height: auto; }
	.stv-res-body h3 { grid-column: 2; align-self: end; font-size: 1rem; margin: 0; }
	.stv-res-plat { grid-column: 2; align-self: start; margin: 0; }
	.stv-res-list, .stv-res-actions { grid-column: 1 / -1; margin: 0; }
	.stv-res-actions { margin-top: 4px; }
	.stv-res-actions .stv-btn { flex: 1 1 auto; }
}

.stv-alert { padding: 14px 16px; border-radius: 12px; background: #fff; border-left: 4px solid var(--err); box-shadow: var(--shadow); color: var(--ink); }
.stv-alert-ok { border-left-color: var(--ok); }
.stv-alert a { font-weight: 600; }

/* Share sheet */
.stv-share { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 10px; }
.stv-share a, .stv-share button { display: inline-flex; align-items: center; gap: 6px; min-height: 36px; padding: 0 12px; border: 1px solid var(--line); border-radius: 999px; background: #fff; color: var(--ink2); font-size: .85rem; font-weight: 600; text-decoration: none; cursor: pointer; }
.stv-share a:hover, .stv-share button:hover { border-color: var(--p); color: var(--p); }

/* Platform badge + chips */
.stv-badge { --b: var(--p); display: inline-grid; place-items: center; width: 26px; height: 26px; border-radius: 8px; background: var(--b); color: #fff; font: 800 .72rem/1 var(--font); letter-spacing: -.02em; flex: none; }
.stv-badge.sm { width: 22px; height: 22px; border-radius: 6px; font-size: .64rem; }
.stv-badge.lg { width: 44px; height: 44px; border-radius: 12px; font-size: 1rem; box-shadow: 0 0 0 3px rgba(255,255,255,.35); }
.stv-chips { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; margin-top: 22px; }
.stv-chip { display: inline-flex; align-items: center; gap: 8px; padding: 6px 14px 6px 6px; border-radius: 999px; background: rgba(255,255,255,.14); border: 1px solid rgba(255,255,255,.28); color: #fff; font-weight: 600; font-size: .9rem; text-decoration: none; }
.stv-chip:hover, .stv-chip.is-active { background: #fff; color: var(--ink); }
.stv-page .stv-chip, .stv-side .stv-chip { background: var(--soft); border-color: var(--line); color: var(--ink); }
.stv-side .stv-chips { justify-content: flex-start; }

/* Steps + grid */
.stv-steps-title { margin: 40px 0 0; text-align: center; font-size: clamp(1.25rem, 3vw, 1.6rem); }
.stv-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin: 20px 0 36px; }
.stv-step { position: relative; padding: 22px; border: 1px solid var(--line); border-radius: var(--r); background: #fff; }
.stv-step b { display: grid; place-items: center; width: 36px; height: 36px; border-radius: 50%; background: var(--soft); color: var(--p); font-weight: 800; }
.stv-step h3 { margin: 12px 0 4px; }
.stv-step p { margin: 0; color: var(--ink2); font-size: .95rem; }
.stv-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 16px; margin: 0 0 36px; }
.stv-card-link { --b: var(--p); display: block; padding: 22px; border: 1px solid var(--line); border-radius: var(--r); background: #fff; color: var(--ink); text-decoration: none; transition: .15s; }
.stv-card-link:hover { color: var(--ink); border-color: var(--b); box-shadow: var(--shadow); transform: translateY(-2px); }
.stv-card-link h2 { font-size: 1.1rem; margin: 14px 0 6px; }
.stv-card-link p { color: var(--ink2); font-size: .93rem; margin: 0 0 10px; }
.stv-arrow { color: var(--b); font-weight: 700; font-size: .9rem; }
@media (max-width: 720px) { .stv-steps { grid-template-columns: 1fr; } }

/* Ads — kept clear of the Download button (AdSense policy) */
.stv-ad { margin: 28px auto; text-align: center; max-width: 100%; overflow: hidden; clear: both; }
.stv-ad-label { display: block; margin-bottom: 4px; font-size: .68rem; letter-spacing: .08em; text-transform: uppercase; color: #72728a; }
.stv-ad-ad-header { margin: 12px auto; padding: 0 16px; }

/* History */
.stv-recent { margin: 0 0 36px; }
.stv-recent-head { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.stv-recent-head h2 { margin: 0 0 14px; font-size: 1.25rem; }
.stv-hlist { display: grid; gap: 12px; margin: 0; padding: 0; list-style: none; }
.stv-recent .stv-hlist { grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); }
.stv-hitem { display: grid; grid-template-columns: 72px 1fr; gap: 12px; align-items: start; padding: 10px; border: 1px solid var(--line); border-radius: var(--r); background: #fff; }
.stv-hthumb { width: 72px; height: 96px; border-radius: 10px; overflow: hidden; background: var(--soft); display: grid; place-items: center; }
.stv-hthumb img { width: 100%; height: 100%; object-fit: cover; }
.stv-hitem h3 { margin: 0 0 4px; font-size: .98rem; line-height: 1.35; word-break: break-word; }
.stv-hmeta { display: flex; align-items: center; gap: 6px; color: var(--muted); font-size: .8rem; margin-bottom: 8px; }
.stv-hbtns { display: flex; flex-wrap: wrap; gap: 6px; }
.stv-hbtns button, .stv-hbtns a { min-height: 32px; padding: 0 10px; border: 1px solid var(--line); border-radius: 8px; background: #fff; color: var(--ink2); font-size: .8rem; font-weight: 600; cursor: pointer; text-decoration: none; display: inline-flex; align-items: center; }
.stv-hbtns button:hover, .stv-hbtns a:hover { color: var(--p); border-color: var(--p); }
.stv-hbtns .del:hover { color: var(--err); border-color: var(--err); }
.stv-history-bar { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 10px; margin: 20px 0 16px; }
.stv-history[data-stv-history="full"] { min-height: 280px; }
.stv-empty { padding: 40px 20px; text-align: center; border: 2px dashed var(--line); border-radius: var(--r); color: var(--muted); }

/* ---------- Content ---------- */
.stv-content { max-width: 800px; margin: 0 auto 48px; }
.stv-page { padding-top: 22px; padding-bottom: 56px; max-width: 860px; }
.stv-prose { font-size: 1.04rem; color: #262338; overflow-wrap: break-word; }
.stv-prose em, .stv-prose a, .stv-prose code { overflow-wrap: anywhere; }
.stv-prose h2 { padding-top: .2em; scroll-margin-top: 90px; }
.stv-prose ul, .stv-prose ol { padding-left: 1.3em; margin: 0 0 1.2em; }
.stv-prose li { margin: .35em 0; }
.stv-prose table { width: 100%; border-collapse: collapse; margin: 1.4em 0; font-size: .95rem; display: block; overflow-x: auto; }
.stv-prose th, .stv-prose td { padding: 10px 12px; border: 1px solid var(--line); text-align: left; vertical-align: top; }
.stv-prose th { background: var(--soft); }
.stv-prose blockquote { margin: 1.5em 0; padding: 12px 18px; border-left: 4px solid var(--p); background: var(--soft); border-radius: 0 10px 10px 0; }
.stv-meta { display: flex; flex-wrap: wrap; gap: 14px; color: var(--muted); font-size: .88rem; }
.stv-meta span + span::before { content: "•"; margin-right: 14px; color: var(--line); }

.stv-crumbs ol { display: flex; flex-wrap: wrap; gap: 6px; margin: 0 0 8px; padding: 0; list-style: none; font-size: .85rem; color: var(--muted); }
.stv-crumbs li + li::before { content: "/"; margin-right: 6px; opacity: .6; }
.stv-crumbs a { color: inherit; text-decoration: none; }

.stv-toc { margin: 0 0 30px; padding: 14px 18px; border: 1px solid var(--line); border-radius: var(--r); background: var(--soft); }
.stv-toc summary { cursor: pointer; font-weight: 700; }
.stv-toc ol { margin: 12px 0 0; columns: 2 280px; font-size: .95rem; }
.stv-toc a { color: var(--ink2); text-decoration: none; }
.stv-toc a:hover { color: var(--p); }

.stv-faqs { margin-top: 2em; }
.stv-faq { margin: 0 0 10px; border: 1px solid var(--line); border-radius: 12px; background: #fff; }
.stv-faq summary { position: relative; padding: 14px 44px 14px 16px; font-weight: 700; cursor: pointer; list-style: none; }
.stv-faq summary::-webkit-details-marker { display: none; }
.stv-faq summary::after { content: "+"; position: absolute; right: 16px; top: 50%; transform: translateY(-50%); font-size: 1.4rem; color: var(--p); }
.stv-faq[open] summary::after { content: "−"; }
.stv-faq-a { padding: 0 16px 6px; color: var(--ink2); }

/* Blog */
.stv-with-side { display: grid; grid-template-columns: minmax(0, 1fr) 300px; gap: 40px; padding-top: 22px; padding-bottom: 56px; }
@media (max-width: 960px) { .stv-with-side { grid-template-columns: 1fr; } }
.stv-side .widget { margin-bottom: 26px; padding: 18px; border: 1px solid var(--line); border-radius: var(--r); }
.stv-side .widget-title { margin: 0 0 12px; font-size: 1rem; }
.stv-featured { margin: 18px 0; }
.stv-featured img { border-radius: var(--r); }
.stv-posts { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 20px; }
.stv-post-card { border: 1px solid var(--line); border-radius: var(--r); overflow: hidden; background: #fff; }
.stv-post-card img { display: block; width: 100%; aspect-ratio: 16 / 9; object-fit: cover; }
.stv-post-card-body { padding: 16px 18px; }
.stv-post-card h2 { margin: 0 0 6px; font-size: 1.15rem; }
.stv-post-card h2 a { color: var(--ink); text-decoration: none; }
.stv-pager { margin-top: 30px; }
.stv-pager .nav-links { display: flex; gap: 6px; flex-wrap: wrap; }
.stv-pager .page-numbers { padding: 8px 14px; border: 1px solid var(--line); border-radius: 10px; text-decoration: none; }
.stv-pager .current { background: var(--p); color: #fff; border-color: var(--p); }
.stv-tags a { display: inline-block; margin: 0 6px 6px 0; padding: 4px 12px; border-radius: 999px; background: var(--soft); font-size: .85rem; text-decoration: none; }
.stv-search { display: flex; gap: 8px; }
.stv-search input { flex: 1; min-width: 0; height: 48px; padding: 0 14px; border: 1px solid var(--line); border-radius: 12px; }

/* Contact form */
.stv-contact label { display: block; font-weight: 600; margin-bottom: 4px; }
.stv-contact input, .stv-contact textarea, .stv-contact select { width: 100%; padding: 12px 14px; border: 1px solid var(--line); border-radius: 12px; background: #fff; }
.stv-contact input:focus, .stv-contact textarea:focus, .stv-contact select:focus { border-color: var(--p); outline: none; }
.stv-hp { position: absolute; left: -9999px; }

/* Comments */
.stv-comments { margin-top: 40px; }
.stv-comments .comment-list { padding-left: 0; list-style: none; }
.stv-comments textarea, .stv-comments input[type=text], .stv-comments input[type=email], .stv-comments input[type=url] { width: 100%; padding: 10px 12px; border: 1px solid var(--line); border-radius: 10px; }
.stv-comments .submit { padding: 12px 22px; border: 0; border-radius: 12px; background: var(--p); color: #fff; font-weight: 700; cursor: pointer; }

/* Footer */
.stv-footer { margin-top: 20px; padding: 48px 0 20px; background: #0f0e1d; color: #c8c7da; font-size: .95rem; }
.stv-footer .stv-logo { color: #fff; }
.stv-footer h3, .stv-footer .stv-foot-h { margin: 0 0 12px; color: #fff; font-size: 1rem; }
.stv-footer ul { list-style: none; margin: 0; padding: 0; }
.stv-footer li { margin: 6px 0; }
.stv-footer a { color: #c8c7da; text-decoration: none; }
.stv-footer a:hover { color: #fff; }
.stv-footer .stv-muted { color: #8f8ea7; }
.stv-footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 32px; }
.stv-copy { margin-top: 32px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.1); font-size: .85rem; }
.stv-copy p { margin: 0 0 6px; }
@media (max-width: 760px) { .stv-footer-grid { grid-template-columns: 1fr; } }

/* Toast */
.stv-toast { position: fixed; left: 50%; bottom: 24px; z-index: 100; transform: translateX(-50%); max-width: calc(100% - 32px); padding: 12px 18px; border-radius: 12px; background: var(--ink); color: #fff; font-size: .92rem; box-shadow: var(--shadow); }

/* WordPress core classes */
.alignleft { float: left; margin: 0 1em 1em 0; }
.alignright { float: right; margin: 0 0 1em 1em; }
.aligncenter { display: block; margin: 0 auto 1em; }
.wp-caption-text, figcaption { font-size: .85rem; color: var(--muted); text-align: center; }
.sticky, .bypostauthor, .gallery-caption { }

@media (prefers-reduced-motion: reduce) {
	*, *::before, *::after { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
}
