/* การ์ดข้อมูลศาสนสถาน สำหรับใส่ใน Popup / Detail panel ของหน้า PomPrapAirMap.aspx */
.ccas-temple-profile-card{
    margin-top:12px;
    padding:12px;
    border:1px solid rgba(91,64,142,.16);
    border-radius:16px;
    background:#fff;
    display:flex;
    gap:12px;
    box-shadow:0 8px 24px rgba(30,24,50,.08);
    color:#2f2942;
}
.ccas-tp-logo{width:64px;height:64px;border-radius:14px;object-fit:contain;background:#fff;border:1px solid #eee;padding:5px;box-shadow:0 6px 15px rgba(0,0,0,.08);}
.ccas-tp-logo-empty{display:flex;align-items:center;justify-content:center;background:#f6f1ff;color:#6b4bb6;font-size:1.6rem;}
.ccas-tp-main{min-width:0;flex:1;}
.ccas-tp-title{font-weight:900;color:#3d2a66;font-size:1.05rem;line-height:1.25;margin-bottom:3px;}
.ccas-tp-desc,.ccas-tp-line{font-size:.92rem;line-height:1.45;color:#5f5675;}
.ccas-tp-actions{margin-top:8px;display:flex;gap:8px;flex-wrap:wrap;}
.ccas-temple-detail-btn{display:inline-flex!important;align-items:center;justify-content:center;border-radius:999px;background:#6d4fc2;color:#fff!important;text-decoration:none!important;padding:7px 13px;font-weight:900;font-size:.9rem;box-shadow:0 8px 18px rgba(109,79,194,.22);}
.ccas-temple-detail-btn:hover{filter:brightness(.96);color:#fff!important;}
@media(max-width:620px){.ccas-temple-profile-card{flex-direction:column}.ccas-tp-logo{width:76px;height:76px}}
