/* VPSRE GLOBAL HEADER V1 */
:root{
  --gh-blue:#176bd4;
  --gh-red:#ff4d2e;
  --gh-text:#202124;
  --gh-muted:#6b7280;
  --gh-line:#ececec;
  --gh-soft:#f2f4f6;
  --gh-container:1190px;
}
.vps-global-container{
  width:min(var(--gh-container),calc(100% - 28px));
  margin:0 auto;
}
.vps-global-header{
  position:sticky;
  top:0;
  z-index:2200;
  background:#fff;
  color:var(--gh-text);
  font-family:Arial,"Segoe UI",sans-serif;
  box-shadow:0 1px 3px rgba(0,0,0,.08);
}
.vps-global-header__top{background:#fff}
.vps-global-header__top-inner{
  min-height:68px;
  display:flex;
  align-items:center;
  gap:10px;
}
.vps-global-logo{
  width:210px;
  flex:0 0 210px;
  display:flex;
  flex-direction:column;
  line-height:1;
  text-decoration:none!important;
}
.vps-global-logo strong{
  font-size:22px;
  letter-spacing:.7px;
  font-weight:900;
  color:var(--gh-blue);
}
.vps-global-logo strong span{color:var(--gh-red)}
.vps-global-logo small{
  margin-top:5px;
  color:#222;
  font-size:9px;
  font-weight:700;
}
.vps-global-location{
  width:240px;
  height:40px;
  flex:0 1 240px;
  display:flex;
  align-items:center;
  gap:8px;
  padding:0 13px;
  border-radius:24px;
  background:var(--gh-soft);
}
.vps-global-location__icon{
  font-size:10px;
  color:#ff3980;
}
.vps-global-location select{
  width:100%;
  height:38px;
  border:0!important;
  box-shadow:none!important;
  outline:0!important;
  background:transparent!important;
  color:#34373c;
  font-size:13px;
  padding:0 18px 0 0!important;
}
.vps-global-filter{
  height:40px;
  flex:0 0 auto;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:5px;
  padding:0 15px;
  border:1px solid #ddd;
  border-radius:22px;
  background:#fff;
  color:#222!important;
  font-size:13px;
  text-decoration:none!important;
}
.vps-global-filter:hover{border-color:#aaa}
.vps-global-actions{
  margin-left:auto;
  display:flex;
  align-items:center;
  gap:20px;
  white-space:nowrap;
}
.vps-global-actions>a{
  color:#222!important;
  font-size:13px;
  text-decoration:none!important;
}
.vps-global-actions>a:not(.vps-global-post):hover{color:var(--gh-red)!important}
.vps-global-actions .vps-global-post{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:38px;
  padding:0 16px;
  border-radius:20px;
  background:var(--gh-red);
  color:#fff!important;
  font-weight:800;
}
.vps-global-actions .vps-global-post:hover{background:#e94022}
.vps-global-toggle{
  display:none;
  width:40px;
  height:40px;
  margin-left:auto;
  border:1px solid #ddd;
  border-radius:9px;
  background:#fff;
  font-size:20px;
  cursor:pointer;
}
.vps-global-header__nav{
  border-top:1px solid #f1f1f1;
  border-bottom:1px solid #e8e8e8;
  background:#fff;
}
.vps-global-categories{
  min-height:42px;
  display:flex;
  align-items:end;
  gap:27px;
  overflow-x:auto;
  scrollbar-width:none;
  white-space:nowrap;
}
.vps-global-categories::-webkit-scrollbar{display:none}
.vps-global-categories a{
  min-height:42px;
  display:flex;
  align-items:center;
  border-bottom:2px solid transparent;
  color:#222!important;
  font-size:14px;
  text-decoration:none!important;
}
.vps-global-categories a:hover,
.vps-global-categories a.active{
  color:var(--gh-red)!important;
  border-bottom-color:var(--gh-red);
}
@media(max-width:1050px){
  .vps-global-actions{gap:12px}
  .vps-global-actions>a:not(.vps-global-post){font-size:12px}
  .vps-global-logo{width:170px;flex-basis:170px}
  .vps-global-location{width:210px;flex-basis:210px}
}
@media(max-width:860px){
  .vps-global-header__top-inner{min-height:61px}
  .vps-global-logo{width:auto;flex:0 0 auto}
  .vps-global-logo strong{font-size:18px}
  .vps-global-logo small{display:none}
  .vps-global-location{margin-left:auto;width:min(260px,42vw);flex-basis:min(260px,42vw)}
  .vps-global-filter{display:none}
  .vps-global-toggle{display:block;margin-left:0}
  .vps-global-actions{
    display:none;
    position:absolute;
    left:14px;
    right:14px;
    top:62px;
    margin:0;
    padding:10px;
    background:#fff;
    border:1px solid #ddd;
    border-radius:10px;
    box-shadow:0 12px 30px rgba(0,0,0,.15);
    flex-direction:column;
    align-items:stretch;
    gap:2px;
  }
  .vps-global-actions.open{display:flex}
  .vps-global-actions>a{
    padding:9px 10px;
    border-radius:7px;
  }
  .vps-global-actions .vps-global-post{margin-top:3px}
}
@media(max-width:560px){
  .vps-global-container{width:min(100% - 18px,var(--gh-container))}
  .vps-global-location{display:none}
  .vps-global-toggle{margin-left:auto}
  .vps-global-categories{gap:20px}
  .vps-global-categories a{font-size:13px}
}
