/*
Theme Name: Ranking Winter Theme
Theme URI: https://openai.com
Author: Lama Web
Author URI: https://lamaweb.pl
Description: Motyw WordPress zintegrowany z CPT Zawodnicy i Zawody. Zachowuje układy frontendów i strony głównej, a kolory i font można edytować w Personalizatorze.
Version: 2.1.11
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
Text Domain: ranking-winter-theme
*/

:root{
  --rwt-bg:#f4f9ff;
  --rwt-card:#ffffff;
  --rwt-border:#cfe0f5;
  --rwt-blue:#1d5fa7;
  --rwt-blue-dark:#103d72;
  --rwt-text:#13324f;
  --rwt-muted:#67819d;
  --rwt-shadow:0 12px 28px rgba(16,61,114,.08);
  --rwt-font:Inter, Arial, sans-serif;
}

*{box-sizing:border-box;word-break:break-word;} .rwt-card{overflow:hidden;} table{width:100%;table-layout:fixed;}

/* FIX: white background for single post content */
.rwt-single-editorial-content-card{background:#fff !important; padding:20px; border-radius:12px;}
