/*
Theme Name: Chubb Solar Home Shield
Theme URI: https://solarshield.insure
Author: Chubb Certified Solar Broker Partner
Author URI: https://solarshield.insure
Description: ธีม WordPress Sale Page สำหรับโปรโมทและเสนอขายประกันภัยบ้านติดตั้ง Solar Rooftop จาก Chubb คุ้มครองตัวบ้าน แผงโซลาร์เซลล์ อินเวอร์เตอร์ ไฟกระชาก และบุคคลภายนอก ออกแบบเพื่อ Conversion และ SEO ประกันบ้านติดโซล่าเซลล์ ติดตั้งบน Hostinger ได้ใน 1 นาที
Version: 1.0.0
Requires at least: 5.8
Tested up to: 6.7
Requires PHP: 7.4
License: Proprietary
License URI: https://solarshield.insure/license
Text Domain: chubb-solar-shield
Tags: landing-page, insurance, solar, one-page, full-width-template, theme-options, seo-friendly, custom-colors
*/

/* Reset & Base Fonts handled via Google Fonts in header.php */
html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Prompt', 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  -webkit-font-smoothing: antialiased;
}

/* Facebook Open Graph & Standard Landscape Article Cover Ratio (1.91:1 / 16:9) */
.article-card-thumb,
.chubb-post-thumbnail,
.post-thumbnail img,
.entry-thumbnail img,
article .blog-thumb-img {
  aspect-ratio: 1.91 / 1 !important;
  width: 100% !important;
  object-fit: cover !important;
  object-position: center !important;
  display: block;
}

/* Fallback for browsers that require standard 16:9 */
@supports not (aspect-ratio: 1.91 / 1) {
  .article-card-thumb,
  .chubb-post-thumbnail,
  .post-thumbnail img {
    height: 220px;
    object-fit: cover;
  }
}
