/*
Theme Name: TownHub Child
Theme URI: https://townhub.cththemes.com
Author: CTHthemes
Author URI: http://themeforest.net/user/cththemes/
Description: TownHub – Directory & Listing WordPress Theme is perfect if you like a clean and modern design. This theme will help you create, manage and monetize a local or global directory site.
Version: 1.0.0
Tags: custom-background, custom-menu, editor-style, featured-images, post-formats, sticky-post, theme-options, translation-ready
Template: townhub
Text Domain: townhub-child
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
*/
/* 台灣餐車市集 - 平台品牌色 */
body { font-family: 'Noto Sans TC', sans-serif; }
h1, h2, h3 { color: #007bff; }

/* 🚚 餐車 */
.listing-card[data-listing-type="food-truck"] .listing-header { background-color: #fff3cd !important; border-bottom: 4px solid #ffc107; }
/* 🎪 市集 */
.listing-card[data-listing-type="market-event"] .listing-header { background-color: #d1ecf1 !important; border-bottom: 4px solid #0dcaf0; }
/* 🏞️ 場地 */
.listing-card[data-listing-type="venue-rental"] .listing-header { background-color: #d4edda !important; border-bottom: 4px solid #28a745; }
/* 🎸 街頭藝人 */
.listing-card[data-listing-type="street-performer"] .listing-header { background-color: #e2d9f3 !important; border-bottom: 4px solid #6f42c1; }

/* 🔗 分享按鈕樣式 */
.btn-fmx-share { background-color: #1da855; color: white; padding: 6px 12px; border-radius: 15px; text-decoration: none; font-size: 0.9em; margin-top: 10px; display: inline-block; }