/* Consult Spaces top contact bar — V29 */
.cs-topbar-layout{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:24px!important;
  min-height:38px!important;
}
.cs-topbar-contact{
  display:flex!important;
  align-items:center!important;
  gap:24px!important;
  margin:0!important;
}
.cs-topbar-contact a,
.cs-topbar-address{
  display:inline-flex!important;
  align-items:center!important;
  gap:7px!important;
  color:#fff!important;
  font-family:"Plus Jakarta Sans",Arial,sans-serif!important;
  font-size:14px!important;
  line-height:1.25!important;
  font-weight:600!important;
  letter-spacing:0!important;
  text-decoration:none!important;
  white-space:nowrap!important;
}
.cs-topbar-contact a:hover{opacity:.86!important}
.cs-topbar-layout .ui-icon{
  width:16px!important;
  height:16px!important;
  flex:0 0 16px!important;
}
.cs-topbar-address{
  margin-left:auto!important;
  justify-content:flex-end!important;
  text-align:right!important;
}
.home3-topbar .cs-topbar-layout,
.topbar .cs-topbar-layout{width:min(100% - 32px,1480px)!important;margin-inline:auto!important}
@media (max-width:820px){
  .cs-topbar-layout{gap:12px!important;min-height:42px!important}
  .cs-topbar-contact{gap:14px!important}
  .cs-topbar-contact a,.cs-topbar-address{font-size:12px!important}
  .cs-topbar-address span{max-width:260px;overflow:hidden;text-overflow:ellipsis}
}
@media (max-width:620px){
  .cs-topbar-layout{flex-direction:column!important;align-items:flex-start!important;gap:5px!important;padding-block:7px!important}
  .cs-topbar-contact{width:100%!important;justify-content:space-between!important;gap:10px!important}
  .cs-topbar-address{width:100%!important;margin-left:0!important;justify-content:flex-start!important;text-align:left!important}
  .cs-topbar-contact a,.cs-topbar-address{font-size:11px!important;white-space:normal!important}
}
