/*
Theme Name: Tea Stall Registration Theme
Theme URI: https://teamarketplace.in
Author: WeBloom Studio
Author URI: https://teamarketplace.in
Description: A minimal, clean theme purpose-built for the Tea Stall Visitor Registration site. Supports a custom logo via the WordPress Customizer and a simple, reliable footer (no broken translation strings). Designed to work with the "Tea Stall Visitor Registration" and "Tea Stall Page Setup" plugins.
Version: 1.1.0
Requires at least: 5.8
Requires PHP: 7.4
License: GPL v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: tea-stall-theme
*/

*, *::before, *::after {
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
    background: #f5f7f5;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    color: #222;
    -webkit-text-size-adjust: 100%;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    color: #1e7d32;
}

.tst-site-header {
    background: #fff;
    border-bottom: 1px solid #e5e5e5;
    padding: 18px 20px;
    text-align: center;
}

.tst-logo-link {
    display: inline-block;
    max-width: 100%;
}

.tst-logo-link img {
    max-height: 70px;
    max-width: 100%;
    width: auto;
    display: block;
    margin: 0 auto;
}

.tst-site-title {
    font-size: 20px;
    font-weight: 700;
    color: #1e7d32;
    margin: 0;
    text-decoration: none;
    display: inline-block;
}

.tst-site-tagline {
    font-size: 13px;
    color: #777;
    margin: 4px 0 0;
}

.tst-content {
    max-width: 900px;
    margin: 0 auto;
    padding: 30px 16px 50px;
    box-sizing: border-box;
}

.tst-site-footer {
    text-align: center;
    padding: 20px 16px;
    font-size: 13px;
    color: #999;
    border-top: 1px solid #e5e5e5;
    background: #fff;
}

.tst-site-footer a {
    color: #999;
    text-decoration: underline;
}

@media (max-width: 480px) {
    .tst-site-header { padding: 14px 12px; }
    .tst-logo-link img { max-height: 54px; }
    .tst-site-title { font-size: 17px; }
    .tst-site-tagline { font-size: 12px; }
    .tst-content { padding: 20px 10px 36px; }
}
