/*
Theme Name: Trendy WP
Theme URI: https://www.templatesyard.com/
Author: TemplatesYard (Blogger original) — WordPress conversion
Author URI: https://www.templatesyard.com/
Description: Faithful WordPress conversion of the "Trendy" premium Blogger magazine theme. Preserves the original HTML structure, CSS, dimensions, colors (Fira Sans, #ff4400 accent), 320px sidebar, 90px header / 70px nav, mega menu, news ticker, carousel, featured grids, ad slots and responsive breakpoints (1100 / 980 / 880 / 760 / 680 px) exactly, with Blogger mechanisms replaced by WordPress equivalents.
Version: 1.1.2
Requires at least: 5.6
Tested up to: 6.6
Requires PHP: 7.2
License: Premium (original theme license applies)
Text Domain: trendy-wp
Tags: blog, magazine, news, two-columns, right-sidebar, custom-menu, featured-images, sticky-post, threaded-comments, translation-ready
*/

/*
  The full visual stylesheet lives in assets/css/theme.css and is enqueued from
  functions.php. It is the original Blogger skin CSS with the b:skin $(variable)
  tokens resolved to CSS custom properties (var(--ty-*)) whose fallback values are
  the exact original theme values, so the appearance is byte-for-byte the same while
  the WordPress Customizer can override the colors. This file only carries the theme
  header WordPress requires plus a couple of WP-core class shims.
*/

/* --- WordPress core class shims (Blogger had no equivalents) --- */
.wp-caption{max-width:100%;margin-bottom:1.5em}
.wp-caption img{display:block;margin:0 auto}
.wp-caption-text{font-size:12px;color:#888;text-align:center;padding:6px 0}
.alignleft{float:left;margin:5px 20px 15px 0}
.alignright{float:right;margin:5px 0 15px 20px}
.aligncenter{display:block;margin-left:auto;margin-right:auto}
.screen-reader-text{position:absolute!important;clip:rect(1px,1px,1px,1px);width:1px;height:1px;overflow:hidden;word-wrap:normal!important}
.sticky{}
.bypostauthor{}
.post-body img{height:auto}
.wp-block-image figcaption{font-size:12px;color:#888;text-align:center}
