/*
Theme Name: NB Automotive
Theme URI: https://concordautos.cn/
Author: Concord Autos
Description: Compact mobile WordPress vehicle catalog theme matching the referenced native mobile layout structure.
Version: 1.2.0
Requires at least: 6.0
Requires PHP: 7.4
License: GPL-2.0-or-later
Text Domain: nb-auto
*/

:root {
    --main-green: #42bd56;
    --footer-green: #c8e6ca;
    --orange: #ff7214;
    --blue: #496ee8;
    --text: #333;
    --muted: #666;
    --line: #eee;
    --site-width: 460px;
}

* {
    box-sizing: border-box;
}

html {
    min-height: 100%;
    background: #252525;
    font-size: min(6.25vw, 28.75px);
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
    min-height: 100%;
    background: #252525;
    color: var(--text);
    font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
    line-height: 1.4;
}

a {
    color: inherit;
    text-decoration: none;
}

img,
svg {
    display: block;
    max-width: 100%;
}

button,
input {
    border: 0;
    background: transparent;
    font: inherit;
}

.nb-page {
    min-height: 100vh;
}

.site-shell {
    position: relative;
    width: min(100%, var(--site-width));
    min-height: 100vh;
    margin: 0 auto;
    padding-bottom: 56px;
    background: #fff;
    overflow: hidden;
}

.web-content {
    background: #fff;
}

.site-header svg,
.bottom-nav svg,
.search-box svg,
.header-menu svg {
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}
