/*
Theme Name: RX Theme v10.18.8 PHP Brain Article Layout Hard Fix
Theme URI: https://rxharun.com/
Author: RxHarun
Author URI: https://rxharun.com/
Description: RX Theme v10.18.8 adds a hard-fix CSS layer for the single article three-part measurement layout: wider left tool gutter, focused middle article, protected right sidebar, and reduced unused right whitespace.
Version: 10.18.8
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: rx-theme
Tags: blog, custom-logo, custom-menu, featured-images, translation-ready, accessibility-ready, medical, dynamic-options
*/

/* Main styles are loaded from /assets/css/frontend/main.css */


/* RX v10.18.8 emergency article layout fallback. Main hard rules are in assets/css/frontend/article-focus-layout.css and wp_head inline CSS. */
@media (min-width:1260px){body.single-post .rx-site-main.rx-container,body.single .rx-site-main.rx-container{width:min(calc(100% - 22px),1344px)!important;max-width:1344px!important;margin-left:auto!important;margin-right:auto!important;}body.single-post .rx-site-main.rx-container>.rx-content-layout:not(.rx-no-sidebar):not(.rx-sidebar-left),body.single .rx-site-main.rx-container>.rx-content-layout:not(.rx-no-sidebar):not(.rx-sidebar-left){display:grid!important;grid-template-columns:154px minmax(0,820px) 320px!important;gap:20px!important;justify-content:center!important;}body.single-post .rx-site-main.rx-container>.rx-content-layout:not(.rx-no-sidebar):not(.rx-sidebar-left)::before,body.single .rx-site-main.rx-container>.rx-content-layout:not(.rx-no-sidebar):not(.rx-sidebar-left)::before{content:""!important;display:block!important;grid-column:1!important;}body.single-post .rx-site-main.rx-container>.rx-content-layout:not(.rx-no-sidebar):not(.rx-sidebar-left)>.rx-single-area,body.single .rx-site-main.rx-container>.rx-content-layout:not(.rx-no-sidebar):not(.rx-sidebar-left)>.rx-single-area{grid-column:2!important;max-width:820px!important;width:100%!important;}body.single-post .rx-site-main.rx-container>.rx-content-layout:not(.rx-no-sidebar):not(.rx-sidebar-left)>.rx-sidebar,body.single .rx-site-main.rx-container>.rx-content-layout:not(.rx-no-sidebar):not(.rx-sidebar-left)>.rx-sidebar{grid-column:3!important;max-width:320px!important;width:100%!important;}body.single-post .rx-social-share--floating,body.single .rx-social-share--floating{left:max(14px,calc((100vw - 1344px) / 2 + 48px))!important;}}
