/*
Theme Name: BRI ONE STOP SERVICE
Theme URI: https://example.com/bri-theme
Author: BRI Digital Team
Description: A lightweight, Elementor-ready WordPress theme specifically built for BRI One Stop Service. Features optimized layouts and full compatibility with Elementor Page Builder.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: bri-service
*/

/* Basic Reset and Typography for Thai Language */
body {
    font-family: 'Noto Sans Thai', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #333;
    line-height: 1.6;
    margin: 0;
    padding: 0;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

/* Elementor Full Width Support */
.elementor-template-full-width #content {
    max-width: 100%;
}

.site-header {
    background: #ffffff;
    padding: 20px 0;
    border-bottom: 1px solid #eee;
}

.site-footer {
    background: #1a1a1a;
    color: #fff;
    padding: 40px 0;
    text-align: center;
}