/*
Theme Name: VTON Theme Service Style
Theme URI: https://vton.co.th/
Author: Vton Dev
Description: ธีมสไตล์บริการเหมือนเว็บ nipponkikai.com พร้อมเมนู ฟอนต์ และดีไซน์สะอาด
Version: 1.0
Text Domain: vton
*/
.branding {
    display: flex;
    align-items: center;
    gap: 15px;
}

.branding img {
    height: 50px;
    filter: drop-shadow(0 0 4px #33ff99);
}

.branding-text {
    display: flex;
    flex-direction: column;
    color: #33ff99;
    line-height: 1.2;
}

.company-name {
    font-size: 1.1rem;
    font-weight: bold;
    text-shadow: 0 0 4px #00ffcc;
}

.tagline {
    font-size: 0.85rem;
    color: #66ffd9;
}