/* ThaiPuls City Info */
.tpc-city-page { max-width: 1200px; margin: 0 auto; }
.tpc-city-header { text-align: center; padding: 30px 0; border-bottom: 3px solid #ec3535; margin-bottom: 30px; }
.tpc-city-name { font-size: 42px; font-weight: 800; margin: 0 0 8px; }
.tpc-city-desc { color: #666; font-size: 16px; margin: 0 0 15px; }
.tpc-weather-badge { display: inline-flex; align-items: center; gap: 8px; background: #f0f7ff; padding: 8px 20px; border-radius: 30px; }
.tpc-weather-icon { width: 40px; height: 40px; }
.tpc-weather-temp { font-size: 24px; font-weight: 700; }
.tpc-weather-desc { color: #555; }
.tpc-section { margin-bottom: 40px; }
.tpc-section h2 { font-size: 24px; font-weight: 700; margin-bottom: 20px; padding-bottom: 10px; border-bottom: 2px solid #ec3535; }
.tpc-weather-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 15px; }
.tpc-weather-item { background: #f8f9fa; padding: 20px; border-radius: 8px; text-align: center; }
.tpc-weather-item strong { display: block; font-size: 22px; color: #ec3535; margin-bottom: 4px; }
.tpc-weather-item span { font-size: 13px; color: #666; }
.tpc-livecam-embed { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; border-radius: 8px; }
.tpc-livecam-embed iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.tpc-place-type { font-size: 18px; color: #333; margin: 20px 0 10px; }
.tpc-place-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 15px; }
.tpc-place-card { background: #fff; border: 1px solid #e5e5e5; border-radius: 8px; padding: 20px; }
.tpc-place-card h4 { margin: 0 0 8px; font-size: 16px; }
.tpc-place-card p { margin: 4px 0; font-size: 14px; color: #555; }
.tpc-place-phone a { color: #ec3535; text-decoration: none; font-weight: 600; }
.tpc-place-map-link { display: inline-block; margin-top: 8px; color: #0073aa; font-size: 13px; }
.tpc-phone-list { display: grid; grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); gap: 10px; }
.tpc-phone-item { background: #f8f9fa; padding: 12px 16px; border-radius: 6px; display: flex; justify-content: space-between; align-items: center; }
.tpc-phone-item a { color: #ec3535; font-weight: 600; text-decoration: none; font-size: 18px; }
.tpc-map-container { border-radius: 8px; overflow: hidden; }
.tpc-city-selector { display: flex; gap: 10px; align-items: center; flex-wrap: wrap; }
.tpc-selector-label { font-weight: 600; }
.tpc-city-link { padding: 6px 16px; background: #f0f0f0; border-radius: 20px; color: #333; text-decoration: none; font-size: 14px; }
.tpc-city-link:hover { background: #ec3535; color: #fff; }
@media (max-width: 768px) {
    .tpc-city-name { font-size: 28px; }
    .tpc-weather-grid { grid-template-columns: repeat(3, 1fr); }
    .tpc-place-grid { grid-template-columns: 1fr; }
}
