/* V97 Logo Save + Force Apply
   แก้ปัญหาโลโก้ไม่เปลี่ยนเพราะระบบหลังบ้านเอา URL เดิมไปทับไฟล์ที่อัปโหลด
*/

/* ยกเลิก content:url จาก V95/V96 ทุกกรณี */
.v71-brand img,
header .v71-brand img,
.v94-front-logo{
  content: normal !important;
  display:block!important;
  object-fit:contain!important;
  object-position:center!important;
}

/* ใช้ไฟล์โลโก้กลางที่ระบบจะ copy ให้เสมอ */
.v71-brand img[src*="logo-rot-hiab-chonburi-unic-crane"],
.v71-brand img[src*="logo-v95-hiab"],
.v71-brand img[src*="site-logo-current"],
header .v71-brand img{
  width:auto!important;
  height:auto!important;
  max-width:96px!important;
  max-height:78px!important;
  min-width:0!important;
  border-radius:18px!important;
  padding:6px!important;
  background:linear-gradient(180deg,rgba(255,255,255,.08),rgba(255,255,255,.03))!important;
  border:1px solid rgba(132,207,255,.22)!important;
  box-shadow:0 18px 42px rgba(0,10,30,.30), inset 0 1px rgba(255,255,255,.12)!important;
}

/* ถ้า logo เป็นแนวกว้าง */
.v71-brand a{
  display:flex!important;
  align-items:center!important;
  gap:16px!important;
}

/* mobile */
@media(max-width:760px){
  .v71-brand img,
  header .v71-brand img{
    max-width:64px!important;
    max-height:58px!important;
    border-radius:14px!important;
    padding:5px!important;
  }
}
