/*
Theme Name: BestSale Parent
Author: BestSale Team
Description: Parent theme for BestSale Real Estate.
Version: 3.0.0
Text Domain: bestsale-parent
*/
*,*::before,*::after{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:"Sarabun","Prompt",sans-serif;color:#1e293b;background:#f8fafc;line-height:1.7}
a{color:#0284c7;text-decoration:none}
a:hover{text-decoration:underline}
img{max-width:100%;height:auto;display:block}
.bsp-container{max-width:1200px;margin:0 auto;padding:0 20px}
.site-header{background:#fff;border-bottom:1px solid #e2e8f0;padding:16px 0}
.site-header .inner{display:flex;align-items:center;justify-content:space-between;gap:20px}
.site-title{font-size:24px;font-weight:700;margin:0}
.site-title a{color:#0f172a}
.site-main{padding:36px 0 60px}
.site-footer{background:#0f172a;color:#94a3b8;padding:30px 0;text-align:center;font-size:14px}
.site-footer a{color:#38bdf8}
.bsp-btn{display:inline-block;background:#0284c7;color:#fff;padding:12px 22px;border-radius:8px;font-weight:600;transition:.2s}
.bsp-btn:hover{background:#0369a1;color:#fff;text-decoration:none}
