/* V72: ONLY top-right contact chips fix */
.topline .top-contact{
  display:flex !important;
  align-items:center !important;
  justify-content:flex-end !important;
  gap:10px !important;
  flex-wrap:wrap !important;
}
.topline .top-contact-link,
.topline .top-whatsapp{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  gap:8px !important;
  min-height:38px !important;
  padding:8px 13px !important;
  border-radius:999px !important;
  border:1px solid rgba(224,177,76,.34) !important;
  background:
    linear-gradient(180deg, rgba(245,215,143,.18) 0%, rgba(176,120,27,.14) 100%) !important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.08),
    0 8px 20px rgba(0,0,0,.20) !important;
  color:#f1cf87 !important;
  text-decoration:none !important;
}
.topline .top-contact-link:hover,
.topline .top-whatsapp:hover{
  border-color:rgba(245,205,112,.54) !important;
  background:
    linear-gradient(180deg, rgba(245,215,143,.26) 0%, rgba(176,120,27,.20) 100%) !important;
  color:#ffe3a7 !important;
}
.topline .top-contact-link span,
.topline .top-whatsapp span{
  display:inline !important;
  color:inherit !important;
  font-size:13px !important;
  line-height:1.1 !important;
  white-space:nowrap !important;
}
.topline .top-contact-link .ico-svg,
.topline .top-whatsapp .wa-svg{
  width:16px !important;
  height:16px !important;
  flex:0 0 16px !important;
}
.topline .top-contact-link .ico-svg path,
.topline .top-whatsapp .wa-svg path,
.topline .top-whatsapp .wa-svg circle{
  stroke:currentColor !important;
  fill:none !important;
  stroke-width:1.8 !important;
  stroke-linecap:round !important;
  stroke-linejoin:round !important;
}
.topline .top-contact-link .ico-svg .phone-handset{
  fill:none !important;
}
@media (max-width:560px){
  .topline .top-contact-link span,
  .topline .top-whatsapp span{display:none !important;}
  .topline .top-contact-link,
  .topline .top-whatsapp{
    width:38px !important;
    height:38px !important;
    min-height:38px !important;
    padding:0 !important;
  }
}
