/*
Theme Name: Smart Lending Child
Theme URI: https://smartlending.jp/
Description: Smart Lending の子テーマ。カスタマイズ（テンプレートの上書き・追加CSS/JS・フック）はこの子テーマで行います。親テーマ「smartlending」のアップデートで上書きされません。
Author: senta
Author URI: https://smartlending.jp/
Template: smartlending
Version: 1.0.0
Requires at least: 6.0
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: smartlending-child
*/

/* =========================================================================
   独自の追加・上書きCSSはここに書く。
   読み込み順（親 inc/assets.php が制御）:
     コンパイル済みTailwind(sl-1..4) → 親 style.css → この子 style.css
   最後に読み込まれるので、親テーマや Tailwind のスタイルを上書きできます。

   例:
   .sl-404__num { color: #00584c; }
   ========================================================================= */

/* referral-nav-fit */
#sl-primary-nav > a{ padding-left:16px !important; padding-right:16px !important; }
@media (min-width:1024px){ #sl-primary-nav > a{ white-space:nowrap !important; } }
