/*
Theme Name: Medical Store Pro Child
Theme URI: https://example.com/
Description: ธีมลูก (Child Theme) สำหรับธีมแม่ Medical Store Pro พร้อมไฟล์ template/ hook ตัวอย่าง และไฟล์ assets พื้นฐาน
Author: ChatGPT
Author URI: https://example.com/
Template: medical-store-pro
Text Domain: medical-store-pro-child
Version: 1.0.0
*/

/* เขียน CSS เพิ่มเติมของคุณที่นี่ */
.msp-child-cta{ 
  margin: 1.25rem 0; 
  padding: 0.85rem 1rem; 
  border-radius: 10px; 
  background: #f3f6ff; 
  border: 1px solid #e4e9ff;
  font-weight: 600;
}
.features{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin:24px 0}
.features .feature{border:1px solid #eee;padding:16px;border-radius:12px;background:#fff}
@media(max-width:768px){.features{grid-template-columns:1fr}}
