:root{
  --wh-orange:#f58220;
  --wh-orange-dark:#c95f0a;
  --wh-ink:#17202a;
  --wh-text:#38424d;
  --wh-muted:#7a838d;
  --wh-line:#e6e9ed;
  --wh-soft:#f6f7f9;
  --wh-card:#fff;
  --wh-radius:14px;
  --wh-shadow:0 10px 32px rgba(27,39,51,.08);
}html,body{background:#f3f5f7!important;background-image:none!important;}body{
  color:var(--wh-text)!important;
  font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif!important;
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
}body:before,body:after{background-image:none!important;}@media (min-width:1100px){
  .container{width:1180px!important;}
  #wrapper.boxed #theme-header,
  #wrapper.boxed .breaking-news,
  #wrapper.boxed #main-content{width:1180px!important;box-sizing:border-box!important;}
  #wrapper.boxed #main-content{padding:30px!important;}
  #wrapper.boxed-all{width:1180px!important;}
  #wrapper.boxed-all #main-content{width:1120px!important;}
  #wrapper.boxed-all #footer-widget-area,
  #wrapper.boxed-all .footer-bottom .container{width:1120px!important;}
  #wrapper.wide-layout .header-content,
  #wrapper.wide-layout .breaking-news,
  #wrapper.wide-layout .container,
  #wrapper.wide-layout #main-nav ul li.mega-menu .mega-menu-block{width:1180px!important;}
  .content{width:780px!important;}
  #sidebar{width:310px!important;}
}#theme-header{
  margin-top:18px!important;
  margin-bottom:18px!important;
  border-top:0!important;
  border-radius:14px 14px 0 0!important;
  box-shadow:0 8px 30px rgba(25,35,45,.07)!important;
  overflow:hidden!important;
}.top-nav{height:36px!important;background:#fff!important;border-bottom:1px solid #eef0f2!important;}.top-menu a{color:#68717b!important;line-height:36px!important;}.header-content{padding-top:14px!important;padding-bottom:14px!important;}.logo{padding-top:0!important;padding-bottom:0!important;}#main-nav,#main-nav-uber{
  background:#20252a!important;
  border-bottom:3px solid var(--wh-orange)!important;
  box-shadow:none!important;
}#main-nav .main-menu > li > a,
#main-nav-uber .main-menu > li > a{
  font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif!important;
  font-weight:650!important;
  letter-spacing:.005em!important;
  padding-left:17px!important;
  padding-right:17px!important;
}#main-nav .main-menu > li.current-menu-item > a,
#main-nav .main-menu > li.current-menu-parent > a,
#main-nav .main-menu > li > a:hover{background:var(--wh-orange)!important;color:#fff!important;}#main-content{
  margin-top:0!important;
  margin-bottom:28px!important;
  background:transparent!important;
  box-shadow:none!important;
}#crumbs{
  margin:0 0 14px!important;
  padding:0!important;
  border:0!important;
  color:var(--wh-muted)!important;
  font-size:12px!important;
}.post-listing.archive-box{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:20px!important;
  width:100%!important;
  margin:0!important;
  padding:0!important;
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
  overflow:visible!important;
}.post-listing.archive-box article.item-list,
.post-listing.archive-box .item-list{
  float:none!important;
  clear:none!important;
  width:auto!important;
  min-width:0!important;
  height:auto!important;
  display:flex!important;
  flex-direction:column!important;
  margin:0!important;
  padding:0 0 18px!important;
  background:var(--wh-card)!important;
  border:1px solid var(--wh-line)!important;
  border-bottom:1px solid var(--wh-line)!important;
  border-radius:var(--wh-radius)!important;
  box-shadow:0 6px 22px rgba(27,39,51,.055)!important;
  overflow:hidden!important;
  transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease!important;
  box-sizing:border-box!important;
}.post-listing.archive-box article.item-list:hover,
.post-listing.archive-box .item-list:hover{
  transform:translateY(-3px)!important;
  border-color:#d8dde3!important;
  box-shadow:var(--wh-shadow)!important;
}.post-listing.archive-box article.item-list:first-child,
.post-listing.archive-box .item-list:first-child{
  grid-column:1 / -1!important;
}.post-listing.archive-box article.item-list:first-child .post-thumbnail img,
.post-listing.archive-box .item-list:first-child .post-thumbnail img{
  height:280px!important;
}.post-listing.archive-box article.item-list:first-child h2.post-box-title,
.post-listing.archive-box .item-list:first-child h2.post-box-title{
  font-size:24px!important;
  padding-top:2px!important;
}.post-listing.archive-box .post-thumbnail{
  order:1!important;
  float:none!important;
  clear:none!important;
  width:100%!important;
  max-width:none!important;
  margin:0 0 16px!important;
  padding:0!important;
  background:#e9edf1!important;
  box-shadow:none!important;
  overflow:hidden!important;
}.post-listing.archive-box .post-thumbnail a{display:block!important;width:100%!important;}.post-listing.archive-box .post-thumbnail img{
  display:block!important;
  width:100%!important;
  max-width:none!important;
  height:205px!important;
  object-fit:cover!important;
  object-position:center!important;
  margin:0!important;
  border:0!important;
  border-radius:0!important;
  transition:transform .25s ease,opacity .25s ease!important;
}.post-listing.archive-box .item-list:hover .post-thumbnail img{transform:scale(1.025)!important;}.post-listing.archive-box .overlay-icon{display:none!important;}.post-listing.archive-box h2.post-box-title{
  order:2!important;
  float:none!important;
  width:auto!important;
  margin:0!important;
  padding:0 18px 8px!important;
  font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif!important;
  font-size:19px!important;
  font-weight:760!important;
  line-height:1.32!important;
  letter-spacing:-.018em!important;
}.post-listing.archive-box h2.post-box-title a{color:var(--wh-ink)!important;text-decoration:none!important;}.post-listing.archive-box h2.post-box-title a:hover{color:var(--wh-orange-dark)!important;text-decoration:none!important;}.post-listing.archive-box p.post-meta{
  order:3!important;
  float:none!important;
  width:auto!important;
  margin:0!important;
  padding:0 18px 10px!important;
  color:#9098a1!important;
  font-size:11px!important;
  line-height:1.45!important;
}.post-listing.archive-box .entry{
  order:4!important;
  float:none!important;
  clear:none!important;
  width:auto!important;
  display:flex!important;
  flex:1 1 auto!important;
  flex-direction:column!important;
  align-items:flex-start!important;
  padding:0 18px!important;
  color:#59626c!important;
  font-size:13.5px!important;
  line-height:1.62!important;
}.post-listing.archive-box .entry p{margin:0 0 15px!important;line-height:1.62!important;}.post-listing.archive-box .entry .more-link{
  margin-top:auto!important;
  display:inline-flex!important;
  align-items:center!important;
  min-height:36px!important;
  padding:0 14px!important;
  background:#fff5eb!important;
  border:1px solid #ffd9b7!important;
  border-radius:8px!important;
  color:#b65008!important;
  font-size:12px!important;
  font-weight:750!important;
  box-shadow:none!important;
  text-decoration:none!important;
}.post-listing.archive-box .entry .more-link:hover{background:var(--wh-orange)!important;border-color:var(--wh-orange)!important;color:#fff!important;text-decoration:none!important;}.post-listing.archive-box .item-list > .clear{order:9!important;display:none!important;}.post-listing.archive-box .item-list:before,
.post-listing.archive-box .item-list:after{box-shadow:none!important;}body.single .content{background:transparent!important;}body.single article.post-listing{
  overflow:hidden!important;
}body.single article.post-listing .post-inner{padding:40px 44px 44px!important;}body.single .post-inner > h1.post-title,
body.single .post-inner > .post-title,
body.single h1.entry-title{
  margin:0 0 14px!important;
  color:var(--wh-ink)!important;
  font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif!important;
  font-size:36px!important;
  font-weight:780!important;
  letter-spacing:-.032em!important;
  line-height:1.16!important;
}body.single .post-inner p.post-meta{
  margin:0 0 28px!important;
  padding:0 0 16px!important;
  border-bottom:1px solid #edf0f2!important;
  color:#8a929b!important;
  font-size:12px!important;
}body.single .entry{
  color:#3d4650!important;
  font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif!important;
  font-size:16.5px!important;
  line-height:1.82!important;
}body.single .entry p{margin:0 0 19px!important;line-height:1.82!important;}body.single .entry h2{
  margin:38px 0 15px!important;
  padding:3px 0 3px 14px!important;
  border-left:4px solid var(--wh-orange)!important;
  color:#1c242c!important;
  font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif!important;
  font-size:27px!important;
  font-weight:760!important;
  letter-spacing:-.02em!important;
  line-height:1.28!important;
}body.single .entry h3{
  margin:30px 0 12px!important;
  color:#27313a!important;
  font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif!important;
  font-size:21px!important;
  font-weight:740!important;
  line-height:1.34!important;
}body.single .entry h4{font-size:18px!important;font-weight:730!important;margin:26px 0 10px!important;color:#303942!important;}body.single .entry ul,body.single .entry ol{margin:0 0 22px 24px!important;}body.single .entry li{margin-bottom:8px!important;line-height:1.72!important;}body.single .entry a:not(.button):not(.wp-block-button__link){color:#b34e06!important;text-decoration:underline!important;text-decoration-color:rgba(179,78,6,.28)!important;text-underline-offset:3px!important;}body.single .entry a:hover{color:#8e3c03!important;text-decoration-color:currentColor!important;}body.single .entry strong{color:#202830!important;font-weight:750!important;}body.single .entry blockquote{
  margin:26px 0!important;
  padding:18px 20px!important;
  background:#fff7ee!important;
  border:0!important;
  border-left:4px solid var(--wh-orange)!important;
  border-radius:0 10px 10px 0!important;
  color:#4b545d!important;
}body.single .entry img{max-width:100%!important;height:auto!important;border-radius:10px!important;}body.single .entry table{width:100%!important;border-collapse:separate!important;border-spacing:0!important;border:1px solid var(--wh-line)!important;border-radius:10px!important;overflow:hidden!important;}body.single .entry th{background:#f7f8fa!important;color:#28323b!important;font-weight:750!important;}body.single .entry td,body.single .entry th{padding:10px 12px!important;border-color:#e9ecef!important;}body.single .single-post-thumb{border-radius:16px 16px 0 0!important;overflow:hidden!important;}body.single .edit-link{font-size:11px!important;color:#9aa1a8!important;margin-top:24px!important;}#sidebar .widget{margin-bottom:22px!important;}#sidebar .widget-top{padding:0 0 9px!important;}#sidebar .widget-top h4{
  margin:0!important;
  color:#2b343d!important;
  font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif!important;
  font-size:14px!important;
  font-weight:780!important;
  letter-spacing:.01em!important;
  text-transform:none!important;
}#sidebar .stripe-line{height:2px!important;margin-top:9px!important;background:linear-gradient(90deg,var(--wh-orange) 0 42px,#e9ecef 42px 100%)!important;}#sidebar .widget-container{
  padding:14px 15px!important;
}#sidebar .widget-container li{padding:9px 0!important;border-bottom:1px solid #eef0f2!important;font-size:12px!important;line-height:1.45!important;}#sidebar .widget-container li:last-child{border-bottom:0!important;}#sidebar .widget-container a{color:#4a535c!important;}#sidebar .widget-container a:hover{color:var(--wh-orange-dark)!important;text-decoration:none!important;}.pagenavi{margin-top:18px!important;padding:0!important;}.pagenavi a,.pagenavi span.current,.pagenavi span.extend{display:inline-flex!important;align-items:center!important;justify-content:center!important;min-width:34px!important;height:34px!important;margin:0 6px 6px 0!important;padding:0 9px!important;border:1px solid var(--wh-line)!important;border-radius:8px!important;background:#fff!important;box-sizing:border-box!important;}.pagenavi span.current{background:var(--wh-orange)!important;border-color:var(--wh-orange)!important;color:#fff!important;}.footer-bottom{background:#20252a!important;border-top:0!important;}.footer-bottom .container{padding-top:18px!important;padding-bottom:18px!important;}@media (max-width:1099px){
  html,body{background:#f4f5f7!important;}
  .container,#wrapper.boxed #theme-header,#wrapper.boxed .breaking-news,#wrapper.boxed #main-content,#wrapper.boxed-all{width:96%!important;box-sizing:border-box!important;}
  #wrapper.boxed #main-content{padding:20px!important;}
}@media (max-width:900px){
  .post-listing.archive-box{grid-template-columns:1fr!important;}
  .post-listing.archive-box article.item-list:first-child,.post-listing.archive-box .item-list:first-child{grid-column:auto!important;}
  .post-listing.archive-box article.item-list:first-child .post-thumbnail img,.post-listing.archive-box .item-list:first-child .post-thumbnail img{height:220px!important;}
  .content,#sidebar{float:none!important;width:100%!important;}
  #sidebar{margin-top:22px!important;}
  .home .archive-box .item-list .post-thumbnail img,.blog .archive-box .item-list .post-thumbnail img,.archive .archive-box .item-list .post-thumbnail img,.search .archive-box .item-list .post-thumbnail img{height:auto!important;aspect-ratio:16/9!important;}
}@media (max-width:670px){
  #theme-header{border-radius:0!important;margin-top:0!important;}
  #main-content{padding-top:12px!important;}
  #wrapper.boxed #main-content{padding:12px!important;}
  body.single article.post-listing{border-radius:12px!important;}
  body.single article.post-listing .post-inner{padding:26px 19px 30px!important;}
  body.single .post-inner > h1.post-title,body.single .post-inner > .post-title,body.single h1.entry-title{font-size:29px!important;line-height:1.2!important;}
  body.single .entry{font-size:16px!important;line-height:1.78!important;}
  body.single .entry h2{font-size:23px!important;margin-top:32px!important;}
  .home .archive-box .item-list h2.post-box-title,.blog .archive-box .item-list h2.post-box-title,.archive .archive-box .item-list h2.post-box-title,.search .archive-box .item-list h2.post-box-title{font-size:19px!important;}
}@media (min-width:1100px){
  #main-content.webhisto-front-layout{
    width:1180px!important;
    padding:30px 0!important;
    box-sizing:border-box!important;
  }
  #main-content.webhisto-front-layout > .content{
    width:840px!important;
    margin:0!important;
  }
  #main-content.webhisto-front-layout > #sidebar{
    width:310px!important;
    margin:0!important;
  }
}.webhisto-front-layout .recent-box.recent-blog{
  margin:0!important;
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
}.webhisto-front-layout .recent-box.recent-blog .cat-box-content{
  padding:0!important;
  background:transparent!important;
  border:0!important;
}.webhisto-front-layout .recent-box.recent-blog .item-list{
  position:relative!important;
  min-height:176px!important;
  padding:20px 20px!important;
  margin:0 0 16px!important;
  background:#fff!important;
  border:1px solid var(--wh-line)!important;
  border-radius:12px!important;
  box-shadow:0 5px 18px rgba(27,39,51,.045)!important;
  box-sizing:border-box!important;
  overflow:hidden!important;
}.webhisto-front-layout .recent-box.recent-blog .item-list:last-child{
  margin-bottom:0!important;
}.webhisto-front-layout .recent-box.recent-blog .item-list .post-thumbnail{
  float:left!important;
  width:220px!important;
  height:124px!important;
  margin:0 20px 0 0!important;
  padding:0!important;
  background:#eef1f4!important;
  border-radius:9px!important;
  overflow:hidden!important;
  box-shadow:none!important;
  box-sizing:border-box!important;
}.webhisto-front-layout .recent-box.recent-blog .item-list .post-thumbnail a{
  display:block!important;
  width:100%!important;
  height:100%!important;
}.webhisto-front-layout .recent-box.recent-blog .item-list .post-thumbnail img{
  display:block!important;
  width:100%!important;
  height:100%!important;
  max-width:none!important;
  object-fit:cover!important;
  object-position:center!important;
  margin:0!important;
  border:0!important;
  border-radius:0!important;
}.webhisto-front-layout .recent-box.recent-blog .item-list .overlay-icon{
  display:none!important;
}.webhisto-front-layout .recent-box.recent-blog .item-list h2.post-box-title{
  margin:0 0 7px!important;
  padding:0!important;
  color:var(--wh-ink)!important;
  font-size:18px!important;
  font-weight:750!important;
  line-height:1.32!important;
  letter-spacing:-.014em!important;
}.webhisto-front-layout .recent-box.recent-blog .item-list h2.post-box-title a{
  color:var(--wh-ink)!important;
  text-decoration:none!important;
}.webhisto-front-layout .recent-box.recent-blog .item-list p.post-meta{
  margin:0 0 8px!important;
  color:#929aa2!important;
  font-size:11px!important;
}.webhisto-front-layout .recent-box.recent-blog .item-list .entry{
  font-size:13.5px!important;
  line-height:1.56!important;
  color:#59626c!important;
}.webhisto-front-layout .recent-box.recent-blog .item-list .entry p{
  margin:0 0 10px!important;
  line-height:1.56!important;
}.webhisto-front-layout .recent-box.recent-blog .item-list .entry .more-link{
  display:inline-flex!important;
  align-items:center!important;
  min-height:32px!important;
  padding:0 12px!important;
  border:1px solid #ffd9b7!important;
  border-radius:7px!important;
  background:#fff5eb!important;
  color:#b65008!important;
  font-size:11.5px!important;
  font-weight:750!important;
  text-decoration:none!important;
}.webhisto-front-layout .recent-box.recent-blog .item-list .entry .more-link:hover{
  background:var(--wh-orange)!important;
  border-color:var(--wh-orange)!important;
  color:#fff!important;
}.webhisto-front-layout > #sidebar .widget{
  width:100%!important;
  box-sizing:border-box!important;
}.webhisto-front-layout > #sidebar .widget-container{
  width:100%!important;
  box-sizing:border-box!important;
}@media (max-width:1099px){
  #main-content.webhisto-front-layout{
    padding-left:20px!important;
    padding-right:20px!important;
  }
}@media (max-width:670px){
  .webhisto-front-layout .recent-box.recent-blog .item-list{
    min-height:0!important;
    padding:14px!important;
  }
  .webhisto-front-layout .recent-box.recent-blog .item-list .post-thumbnail{
    float:none!important;
    width:100%!important;
    height:auto!important;
    aspect-ratio:16/9!important;
    margin:0 0 13px!important;
  }
  .webhisto-front-layout .recent-box.recent-blog .item-list h2.post-box-title{
    font-size:18px!important;
  }
}@media (min-width:1100px){
  
  #main-content.webhisto-front-layout{
    display:flex!important;
    flex-wrap:nowrap!important;
    align-items:flex-start!important;
    justify-content:space-between!important;
    column-gap:30px!important;
    width:1180px!important;
    padding:30px 0!important;
    margin-left:auto!important;
    margin-right:auto!important;
    box-sizing:border-box!important;
  }
  #main-content.webhisto-front-layout:after{
    display:none!important;
    content:none!important;
  }
  #main-content.webhisto-front-layout > .content{
    float:none!important;
    flex:0 0 840px!important;
    width:840px!important;
    max-width:840px!important;
    min-width:0!important;
    margin:0!important;
    padding:0!important;
    box-sizing:border-box!important;
  }
  #main-content.webhisto-front-layout > #sidebar{
    float:none!important;
    flex:0 0 310px!important;
    width:310px!important;
    max-width:310px!important;
    min-width:310px!important;
    margin:0!important;
    padding:0!important;
    box-sizing:border-box!important;
    align-self:flex-start!important;
  }

  
  .webhisto-front-layout .recent-box.recent-blog,
  .webhisto-front-layout .recent-box.recent-blog .cat-box-content{
    width:100%!important;
    max-width:100%!important;
    float:none!important;
    clear:none!important;
    box-sizing:border-box!important;
  }
}@media (min-width:671px){
  .webhisto-front-layout .recent-box.recent-blog .item-list .post-thumbnail{
    width:220px!important;
    min-width:220px!important;
    max-width:220px!important;
    height:124px!important;
    min-height:124px!important;
    max-height:124px!important;
  }
  .webhisto-front-layout .recent-box.recent-blog .item-list .post-thumbnail img{
    width:220px!important;
    min-width:220px!important;
    max-width:220px!important;
    height:124px!important;
    min-height:124px!important;
    max-height:124px!important;
    object-fit:cover!important;
    object-position:center!important;
  }
}.webhisto-front-layout > #sidebar .widget{
  display:block!important;
  width:100%!important;
  max-width:100%!important;
  margin-left:0!important;
  margin-right:0!important;
  box-sizing:border-box!important;
}.webhisto-front-layout > #sidebar .widget-container{
  display:block!important;
  width:100%!important;
  max-width:100%!important;
  margin-left:0!important;
  margin-right:0!important;
  box-sizing:border-box!important;
}@media (max-width:1099px){
  #main-content.webhisto-front-layout{
    display:block!important;
  }
  #main-content.webhisto-front-layout > .content,
  #main-content.webhisto-front-layout > #sidebar{
    float:none!important;
    width:100%!important;
    max-width:100%!important;
  }
}@media (min-width:1100px){
  
  #wrapper.boxed #theme-header,
  #wrapper.boxed #main-content.container{
    width:1180px!important;
    margin-left:auto!important;
    margin-right:auto!important;
    box-sizing:border-box!important;
  }

  
  #wrapper.boxed #main-content.container{
    padding:30px 0!important;
  }

  
  #wrapper.boxed #main-content.container:not(.full-width) > .content{
    width:840px!important;
    max-width:840px!important;
    min-width:0!important;
    margin-left:0!important;
    margin-right:0!important;
    padding-left:0!important;
    padding-right:0!important;
    box-sizing:border-box!important;
  }
  #wrapper.boxed #main-content.container:not(.full-width) > #sidebar{
    width:310px!important;
    max-width:310px!important;
    min-width:310px!important;
    margin-left:0!important;
    margin-right:0!important;
    padding-left:0!important;
    padding-right:0!important;
    box-sizing:border-box!important;
  }

  
  #wrapper.boxed #main-content.container:not(.full-width):not(.sidebar-left) > .content{
    float:left!important;
  }
  #wrapper.boxed #main-content.container:not(.full-width):not(.sidebar-left) > #sidebar{
    float:right!important;
  }
  #wrapper.boxed #main-content.container.sidebar-left > .content{
    float:right!important;
  }
  #wrapper.boxed #main-content.container.sidebar-left > #sidebar{
    float:left!important;
  }

  
  #wrapper.boxed #main-content.webhisto-front-layout{
    display:flex!important;
    flex-wrap:nowrap!important;
    align-items:flex-start!important;
    justify-content:space-between!important;
    column-gap:30px!important;
    width:1180px!important;
    padding:30px 0!important;
    margin-left:auto!important;
    margin-right:auto!important;
    box-sizing:border-box!important;
  }
  #wrapper.boxed #main-content.webhisto-front-layout > .content{
    float:none!important;
    flex:0 0 840px!important;
    width:840px!important;
    max-width:840px!important;
    margin:0!important;
    padding:0!important;
  }
  #wrapper.boxed #main-content.webhisto-front-layout > #sidebar{
    float:none!important;
    flex:0 0 310px!important;
    width:310px!important;
    max-width:310px!important;
    min-width:310px!important;
    margin:0!important;
    padding:0!important;
  }

  
  #wrapper.boxed #main-content.webhisto-front-layout .recent-box.recent-blog,
  #wrapper.boxed #main-content.webhisto-front-layout .recent-box.recent-blog .cat-box-content{
    margin-left:0!important;
    margin-right:0!important;
    padding-left:0!important;
    padding-right:0!important;
    width:100%!important;
    box-sizing:border-box!important;
  }

  
  #wrapper.boxed #main-content.container:not(.full-width) > .content > article.post-listing,
  #wrapper.boxed #main-content.container:not(.full-width) > .content > .post-listing{
    margin-left:0!important;
    margin-right:0!important;
    width:100%!important;
    max-width:100%!important;
    box-sizing:border-box!important;
  }
}@media (max-width:1099px){
  #wrapper.boxed #main-content.container{
    width:auto!important;
    max-width:100%!important;
    padding-left:16px!important;
    padding-right:16px!important;
  }
  #wrapper.boxed #main-content.container > .content,
  #wrapper.boxed #main-content.container > #sidebar{
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
  }
}@media (min-width:671px){
  #wrapper.boxed #main-content.webhisto-front-layout .recent-box.recent-blog .item-list{
    display:grid!important;
    grid-template-columns:220px minmax(0,1fr)!important;
    grid-template-areas:
      "title title"
      "thumb excerpt"!important;
    column-gap:20px!important;
    row-gap:14px!important;
    align-items:start!important;
    min-height:0!important;
    padding:22px 20px!important;
  }

  #wrapper.boxed #main-content.webhisto-front-layout .recent-box.recent-blog .item-list h2.post-box-title{
    grid-area:title!important;
    margin:0!important;
    padding:0 4px 0 0!important;
  }

  #wrapper.boxed #main-content.webhisto-front-layout .recent-box.recent-blog .item-list p.post-meta{
    display:none!important;
  }

  #wrapper.boxed #main-content.webhisto-front-layout .recent-box.recent-blog .item-list .post-thumbnail{
    grid-area:thumb!important;
    float:none!important;
    margin:0!important;
  }

  #wrapper.boxed #main-content.webhisto-front-layout .recent-box.recent-blog .item-list .entry{
    grid-area:excerpt!important;
    display:flex!important;
    flex-direction:column!important;
    justify-content:flex-start!important;
    align-items:stretch!important;
    min-height:124px!important;
    height:124px!important;
    padding:0 4px 0 0!important;
  }

  #wrapper.boxed #main-content.webhisto-front-layout .recent-box.recent-blog .item-list .entry p{
    margin:0!important;
    flex:1 1 auto!important;
    overflow:hidden!important;
  }

  #wrapper.boxed #main-content.webhisto-front-layout .recent-box.recent-blog .item-list .entry .more-link{
    align-self:flex-end!important;
    margin-top:auto!important;
    margin-right:0!important;
    margin-bottom:0!important;
  }
}@media (max-width:670px){
  #wrapper.boxed #main-content.webhisto-front-layout .recent-box.recent-blog .item-list{
    padding:16px!important;
  }
  #wrapper.boxed #main-content.webhisto-front-layout .recent-box.recent-blog .item-list .entry{
    display:flex!important;
    flex-direction:column!important;
  }
  #wrapper.boxed #main-content.webhisto-front-layout .recent-box.recent-blog .item-list .entry .more-link{
    align-self:flex-start!important;
    margin-top:12px!important;
  }
}@media (min-width:671px){
  #wrapper.boxed #main-content.webhisto-front-layout .recent-box.recent-blog{
    padding-left:14px!important;
    padding-right:14px!important;
    box-sizing:border-box!important;
  }

  #wrapper.boxed #main-content.webhisto-front-layout .recent-box.recent-blog .cat-box-content{
    padding-left:0!important;
    padding-right:0!important;
  }

  #wrapper.boxed #main-content.webhisto-front-layout .recent-box.recent-blog .item-list{
    margin:0 0 18px!important;
    border-radius:14px!important;
    box-shadow:0 5px 18px rgba(27,39,51,.04)!important;
  }

  #wrapper.boxed #main-content.webhisto-front-layout .recent-box.recent-blog .item-list:last-child{
    margin-bottom:0!important;
  }
}@media (max-width:670px){
  #wrapper.boxed #main-content.webhisto-front-layout .recent-box.recent-blog{
    padding-left:8px!important;
    padding-right:8px!important;
    box-sizing:border-box!important;
  }
}@media (min-width:1100px){
  
  #wrapper.boxed #main-content.webhisto-front-layout{
    column-gap:20px!important;
  }
  #wrapper.boxed #main-content.webhisto-front-layout > .content{
    flex:0 0 850px!important;
    width:850px!important;
    max-width:850px!important;
  }
  #wrapper.boxed #main-content.webhisto-front-layout > #sidebar{
    flex:0 0 310px!important;
    width:310px!important;
    max-width:310px!important;
    min-width:310px!important;
  }
}@media (min-width:671px){
  
  #wrapper.boxed #main-content.webhisto-front-layout .recent-box.recent-blog{
    padding-left:0!important;
    padding-right:0!important;
  }
  #wrapper.boxed #main-content.webhisto-front-layout .recent-box.recent-blog .cat-box-content{
    padding-left:0!important;
    padding-right:0!important;
  }

  
  #wrapper.boxed #main-content.webhisto-front-layout .recent-box.recent-blog .item-list{
    padding:22px 20px!important;
    margin:0 0 18px!important;
  }
}@media (max-width:670px){
  #wrapper.boxed #main-content.webhisto-front-layout .recent-box.recent-blog{
    padding-left:0!important;
    padding-right:0!important;
  }
}@media (min-width:1100px){
  #wrapper.boxed #main-content.webhisto-front-layout{
    column-gap:10px!important;
  }
  #wrapper.boxed #main-content.webhisto-front-layout > .content{
    flex:0 0 850px!important;
    width:850px!important;
    max-width:850px!important;
  }
  #wrapper.boxed #main-content.webhisto-front-layout > #sidebar{
    flex:0 0 320px!important;
    width:320px!important;
    max-width:320px!important;
    min-width:320px!important;
  }
}@media (min-width:671px){
  #wrapper.boxed #main-content.webhisto-front-layout .recent-box.recent-blog .item-list{
    margin:0 10px 18px!important;
  }
  #wrapper.boxed #main-content.webhisto-front-layout .recent-box.recent-blog .item-list:last-child{
    margin-bottom:0!important;
  }
}@media (min-width:1100px){
  #wrapper.boxed #main-content.webhisto-front-layout{
    display:flex!important;
    flex-wrap:nowrap!important;
    align-items:flex-start!important;
    justify-content:space-between!important;
    width:1180px!important;
    max-width:1180px!important;
    padding:44px 0 0!important;
    margin-left:auto!important;
    margin-right:auto!important;
    column-gap:10px!important;
    box-sizing:border-box!important;
  }

  #wrapper.boxed #main-content.webhisto-front-layout > .content{
    float:none!important;
    flex:0 0 850px!important;
    width:850px!important;
    max-width:850px!important;
    min-width:0!important;
    margin:0!important;
    padding:0!important;
    box-sizing:border-box!important;
  }

  #wrapper.boxed #main-content.webhisto-front-layout > #sidebar{
    float:none!important;
    flex:0 0 320px!important;
    width:320px!important;
    max-width:320px!important;
    min-width:320px!important;
    margin:0!important;
    padding:0!important;
    box-sizing:border-box!important;
  }

  
  #wrapper.boxed #main-content.webhisto-front-layout > #sidebar .widget,
  #wrapper.boxed #main-content.webhisto-front-layout > #sidebar .widget-top,
  #wrapper.boxed #main-content.webhisto-front-layout > #sidebar .widget-container{
    width:100%!important;
    max-width:100%!important;
    margin-left:0!important;
    margin-right:0!important;
    box-sizing:border-box!important;
  }
}@media (min-width:671px){
  
  #wrapper.boxed #main-content.webhisto-front-layout .recent-box.recent-blog .item-list{
    margin:0 10px 20px!important;
  }
  #wrapper.boxed #main-content.webhisto-front-layout .recent-box.recent-blog .item-list:last-child{
    margin-bottom:0!important;
  }
}.cat-box-content,
#sidebar .widget-container,
.post-listing,
#commentform {
  background:#FFF!important;
  border:0!important;
  border-bottom:4px solid #F88C00!important;
  -webkit-box-shadow:none!important;
  -moz-box-shadow:none!important;
  box-shadow:none!important;
  border-radius:0!important;
}@media (min-width:1100px){
  #wrapper.boxed #main-content.webhisto-front-layout{
    display:flex!important;
    flex-wrap:nowrap!important;
    align-items:flex-start!important;
    justify-content:space-between!important;
    width:1180px!important;
    max-width:1180px!important;
    padding:44px 0 0!important;
    margin-left:auto!important;
    margin-right:auto!important;
    column-gap:30px!important;
    box-sizing:border-box!important;
  }

  #wrapper.boxed #main-content.webhisto-front-layout > .content{
    float:none!important;
    flex:0 0 840px!important;
    width:840px!important;
    max-width:840px!important;
    min-width:840px!important;
    margin:0!important;
    padding:0!important;
    box-sizing:border-box!important;
  }

  #wrapper.boxed #main-content.webhisto-front-layout > #sidebar{
    float:none!important;
    flex:0 0 310px!important;
    width:310px!important;
    max-width:310px!important;
    min-width:310px!important;
    margin:0!important;
    padding:0!important;
    box-sizing:border-box!important;
  }

  #wrapper.boxed #main-content.webhisto-front-layout .recent-box.recent-blog,
  #wrapper.boxed #main-content.webhisto-front-layout .recent-box.recent-blog .cat-box-content{
    width:100%!important;
    max-width:100%!important;
    margin-left:0!important;
    margin-right:0!important;
    padding-left:0!important;
    padding-right:0!important;
    box-sizing:border-box!important;
  }

  #wrapper.boxed #main-content.webhisto-front-layout > #sidebar .widget,
  #wrapper.boxed #main-content.webhisto-front-layout > #sidebar .widget-top,
  #wrapper.boxed #main-content.webhisto-front-layout > #sidebar .widget-container{
    width:100%!important;
    max-width:100%!important;
    margin-left:0!important;
    margin-right:0!important;
    box-sizing:border-box!important;
  }
}@media (min-width:671px){
  
  #wrapper.boxed #main-content.webhisto-front-layout .recent-box.recent-blog .item-list{
    margin-left:0!important;
    margin-right:0!important;
    margin-bottom:20px!important;
  }
}@media only screen and (max-width: 900px){
  #slide-out-open{
    left:auto !important;
    right:10px !important;
    top:12px !important;
    z-index:1200 !important;
  }
}@media only screen and (max-width: 900px){
  #slide-out-open{
    position:absolute !important;
    left:auto !important;
    right:10px !important;
    top:18px !important;
    z-index:2200 !important;
  }

  
  .csstransforms3d.csstransitions .js-nav .inner-wrapper,
  .csstransforms3d.csstransitions .js-nav .inner-wrapper{
    left:0 !important;
    -webkit-transform:none !important;
       -moz-transform:none !important;
        -ms-transform:none !important;
         -o-transform:none !important;
            transform:none !important;
  }

  
  #slide-out{
    position:fixed !important;
    top:0 !important;
    left:0 !important;
    right:auto !important;
    width:80% !important;
    max-width:340px !important;
    height:100vh !important;
    overflow-y:auto !important;
    z-index:2100 !important;
    -webkit-transform:translate3d(-101%,0,0) !important;
       -moz-transform:translate3d(-101%,0,0) !important;
        -ms-transform:translate3d(-101%,0,0) !important;
         -o-transform:translate3d(-101%,0,0) !important;
            transform:translate3d(-101%,0,0) !important;
  }

  .csstransforms3d.csstransitions .js-nav #slide-out{
    -webkit-transform:translate3d(0,0,0) !important;
       -moz-transform:translate3d(0,0,0) !important;
        -ms-transform:translate3d(0,0,0) !important;
         -o-transform:translate3d(0,0,0) !important;
            transform:translate3d(0,0,0) !important;
  }

  
  .csstransforms3d.csstransitions .js-nav #slide-out-open{
    z-index:2200 !important;
  }
}@media only screen and (max-width: 900px){
  #slide-out-open{
    top:26px !important;
  }
}@media only screen and (max-width: 900px){
  #slide-out-open{
    top:30px !important;
  }
}.webhisto-gs-hub{margin:0 0 24px;color:#303840}.webhisto-gs-hero{position:relative;overflow:hidden;margin:0 0 22px;padding:34px 34px 30px;background:linear-gradient(135deg,#20252a 0%,#292f35 62%,#3a2a1f 100%);border-bottom:4px solid #F88C00;border-radius:14px;color:#fff}.webhisto-gs-hero:after{content:"“";position:absolute;right:24px;top:-38px;font:700 180px/1 Georgia,serif;color:rgba(255,255,255,.055);pointer-events:none}.webhisto-gs-kicker,.webhisto-gs-section-head span,.webhisto-gs-all-head>span{display:block;margin:0 0 8px;color:#F88C00;font-size:11px;font-weight:800;letter-spacing:.09em;text-transform:uppercase}.webhisto-gs-hero h1{margin:0 0 12px;color:#fff;font-size:36px;line-height:1.08;letter-spacing:-.03em}.webhisto-gs-hero p{max-width:690px;margin:0;color:#e8ecef;font-size:15px;line-height:1.7}.webhisto-gs-badges{display:flex;flex-wrap:wrap;gap:8px;margin-top:20px}.webhisto-gs-badges span{padding:7px 11px;border:1px solid rgba(255,255,255,.18);border-radius:999px;background:rgba(255,255,255,.07);color:#fff;font-size:11px;font-weight:700}.webhisto-gs-section{margin:0 0 22px;padding:22px;background:#fff;border:1px solid #e7e9eb;border-bottom:4px solid #F88C00;border-radius:12px;box-shadow:none!important}.webhisto-gs-section-head{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:16px}.webhisto-gs-section-head h2,.webhisto-gs-all-head h2{margin:0;color:#20252a;font-size:23px;line-height:1.2;letter-spacing:-.02em}.webhisto-gs-popular-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.webhisto-gs-popular-card{display:grid;grid-template-columns:92px minmax(0,1fr);min-height:82px;overflow:hidden;border:1px solid #eceeef;border-radius:9px;background:#fafbfc}.webhisto-gs-popular-thumb{display:block;min-height:82px;background:#24292e;overflow:hidden}.webhisto-gs-popular-thumb img{display:block;width:100%;height:100%;min-height:82px;object-fit:cover}.webhisto-gs-thumb-fallback{display:flex;height:100%;min-height:82px;align-items:center;justify-content:center;color:#F88C00;font-weight:800;font-size:12px}.webhisto-gs-popular-body{padding:10px 11px}.webhisto-gs-popular-body h3{margin:0 0 7px;font-size:13px;line-height:1.35}.webhisto-gs-popular-body h3 a{color:#252b31;text-decoration:none}.webhisto-gs-popular-body h3 a:hover{color:#d86e00}.webhisto-gs-views{color:#8a9299;font-size:10px}.webhisto-gs-views .post-views i{margin-right:4px}.webhisto-gs-topic-columns{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.webhisto-gs-topic-group{padding:15px;border:1px solid #eceeef;border-radius:9px;background:#fafbfc}.webhisto-gs-topic-group h3{margin:0 0 11px;color:#343a40;font-size:13px}.webhisto-gs-topic-links{display:flex;flex-wrap:wrap;gap:7px}.webhisto-gs-topic-links a{display:inline-flex;padding:6px 9px;border:1px solid #e3e6e8;border-radius:999px;background:#fff;color:#4d555c;font-size:11px;font-weight:700;text-decoration:none}.webhisto-gs-topic-links a:hover{border-color:#F88C00;color:#c76000}.webhisto-gs-all-head{margin:4px 0 14px;padding:18px 20px;background:#fff;border-left:4px solid #F88C00;border-radius:8px}.webhisto-gs-all-head p{margin:7px 0 0;color:#68717a;font-size:13px}@media (max-width:670px){
  .webhisto-gs-hero{padding:26px 20px 24px;border-radius:10px}
  .webhisto-gs-hero h1{font-size:30px}
  .webhisto-gs-popular-grid,.webhisto-gs-topic-columns{grid-template-columns:1fr}
  .webhisto-gs-section{padding:16px}
  .webhisto-gs-popular-card{grid-template-columns:82px minmax(0,1fr)}
}.webhisto-gs-topic-columns{grid-template-columns:repeat(auto-fit,minmax(190px,1fr))}.webhisto-gs-topic-group{min-height:82px}@media only screen and (max-width:900px){
  .webhisto-gs-topic-columns{grid-template-columns:1fr}
}.pagination{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:8px;
  margin:30px 0 36px;
  padding:14px 16px;
  background:#fff;
  border:1px solid #e5e8eb;
  border-bottom:4px solid #F88C00;
  border-radius:12px;
  box-shadow:none !important;
  overflow:visible;
}.pagination a,
.pagination span.extend,
.pagination span.current{
  float:none;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:38px;
  height:38px;
  margin:0;
  padding:0 13px;
  border:1px solid #e1e5e8;
  border-radius:10px;
  background:#f7f8fa;
  color:#2d3640;
  font-size:13px;
  font-weight:700;
  line-height:1;
  text-decoration:none;
  transition:all .18s ease;
}.pagination a:hover{
  color:#c96800;
  border-color:#F88C00;
  background:#fff4e8;
}.pagination span.current{
  color:#fff;
  background:#F88C00;
  border-color:#F88C00;
  box-shadow:0 8px 18px rgba(248,140,0,.18);
}.pagination span.extend{
  min-width:auto;
  padding:0 6px;
  border:none;
  background:transparent;
  color:#8d959d;
}.pagination .pages{
  float:none;
  margin-left:auto;
  padding:0;
  color:#6d7680;
  font-size:13px;
  font-weight:600;
  line-height:1.2;
  white-space:nowrap;
}@media only screen and (max-width: 767px){
  .pagination{
    justify-content:center;
    gap:7px;
    padding:12px;
  }

  .pagination a,
  .pagination span.extend,
  .pagination span.current{
    min-width:34px;
    height:34px;
    padding:0 11px;
    border-radius:9px;
    font-size:12px;
  }

  .pagination .pages{
    order:99;
    flex:0 0 100%;
    margin-left:0;
    text-align:center;
    white-space:normal;
  }
}.pagination .pages{
  display:none !important;
}body.category #main-content.webhisto-front-layout > #sidebar .widget,
body.category #main-content.webhisto-front-layout > #sidebar .widget-top,
body.category #main-content.webhisto-front-layout > #sidebar .widget-container{width:100%!important;max-width:100%!important;box-sizing:border-box!important;}#sidebar .widget-top{
  display:block!important;
  width:100%!important;
  max-width:100%!important;
  padding:0 0 9px!important;
  margin:0!important;
  overflow:visible!important;
  box-sizing:border-box!important;
}#sidebar .widget-top:after{
  content:""!important;
  display:table!important;
  clear:both!important;
}#sidebar .widget-top h4{
  float:none!important;
  display:block!important;
  width:auto!important;
  max-width:100%!important;
  margin:0!important;
  padding:0!important;
  color:#2b343d!important;
  font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif!important;
  font-size:14px!important;
  font-weight:780!important;
  line-height:1.35!important;
  letter-spacing:.01em!important;
  text-transform:none!important;
}#sidebar .widget-top h4 a{
  color:inherit!important;
  text-decoration:none!important;
}#sidebar .widget-top .stripe-line,
#sidebar .stripe-line{
  float:none!important;
  clear:both!important;
  display:block!important;
  width:100%!important;
  max-width:100%!important;
  height:2px!important;
  margin:9px 0 0!important;
  padding:0!important;
  background:linear-gradient(90deg,#F88C00 0 42px,#e9ecef 42px 100%)!important;
  border:0!important;
  box-sizing:border-box!important;
}#sidebar .widget-container{
  width:100%!important;
  max-width:100%!important;
  margin-left:0!important;
  margin-right:0!important;
  padding:14px 15px!important;
  box-sizing:border-box!important;
}#sidebar .widget-top h4,
#sidebar .widget-top h4 a{
  font-weight:800!important;
}#sidebar .webhisto-sidebar-title,
#sidebar .webhisto-sidebar-title *,
#main-content #sidebar .webhisto-sidebar-title,
#main-content #sidebar .webhisto-sidebar-title *{
  font-weight:700!important;
}#sidebar .webhisto-sidebar-title,
#main-content #sidebar .webhisto-sidebar-title{
  font-size:14px!important;
  font-weight:700!important;
  line-height:1.35!important;
}.webhisto-sponsored-project{
  clear:both;
  width:100%;
  margin:4px 0 22px;
}.webhisto-sponsored-label{
  display:inline-block;
  margin:0 0 7px 2px;
  color:#8b939b;
  font-size:10px;
  font-weight:700;
  letter-spacing:.06em;
  text-transform:uppercase;
}.webhisto-sponsored-card{
  display:grid;
  grid-template-columns:52px minmax(0,1fr) 20px;
  align-items:center;
  gap:12px;
  width:100%;
  padding:14px;
  box-sizing:border-box;
  border:1px solid #e5e8eb;
  border-bottom:3px solid #F88C00;
  border-radius:11px;
  background:#fff;
  color:#2b343d!important;
  text-decoration:none!important;
  box-shadow:none!important;
  transition:border-color .18s ease, background .18s ease, transform .18s ease;
}.webhisto-sponsored-card:hover{
  border-color:#f3b573;
  background:#fffaf4;
  text-decoration:none!important;
  transform:translateY(-1px);
}.webhisto-sponsored-icon{
  display:flex;
  align-items:center;
  justify-content:center;
  width:52px;
  height:52px;
  border-radius:12px;
  background:#20252a;
}.webhisto-sponsored-icon svg{
  width:31px;
  height:31px;
  fill:none;
  stroke:#F88C00;
  stroke-width:2.6;
  stroke-linecap:round;
  stroke-linejoin:round;
}.webhisto-sponsored-copy{
  display:block;
  min-width:0;
}.webhisto-sponsored-copy strong{
  display:block;
  margin:0 0 4px;
  color:#252c33;
  font-size:14px;
  font-weight:750;
  line-height:1.2;
}.webhisto-sponsored-copy small{
  display:block;
  color:#747d86;
  font-size:11px;
  font-weight:500;
  line-height:1.45;
}.webhisto-sponsored-arrow{
  color:#F88C00;
  font-size:18px;
  font-weight:700;
  line-height:1;
}@media only screen and (max-width:670px){
  .webhisto-sponsored-project{margin-bottom:18px;}
  .webhisto-sponsored-card{
    grid-template-columns:48px minmax(0,1fr) 18px;
    gap:10px;
    padding:12px;
  }
  .webhisto-sponsored-icon{
    width:48px;
    height:48px;
  }
}.webhisto-home-hub{margin:0 0 20px;color:#303840}.webhisto-home-hero{position:relative;overflow:hidden;display:grid;grid-template-columns:minmax(0,1fr) 220px;gap:26px;align-items:end;margin:0 0 22px;padding:34px;background:linear-gradient(135deg,#20252a 0%,#292f35 65%,#3a2a1f 100%);border-bottom:4px solid #F88C00;border-radius:14px;color:#fff;box-sizing:border-box}.webhisto-home-hero:after{content:"";position:absolute;right:-55px;top:-78px;width:220px;height:220px;border:38px solid rgba(255,255,255,.035);border-radius:50%;pointer-events:none}.webhisto-home-kicker,.webhisto-home-section-head span,.webhisto-home-words-intro>span,.webhisto-home-latest-head>span{display:block;margin:0 0 8px;color:#F88C00;font-size:11px;font-weight:800;letter-spacing:.09em;text-transform:uppercase}.webhisto-home-hero h1{max-width:610px;margin:0 0 13px;color:#fff;font-size:34px;line-height:1.12;letter-spacing:-.035em}.webhisto-home-hero p{max-width:640px;margin:0;color:#e5e9ec;font-size:14px;line-height:1.7}.webhisto-home-hero-stats{position:relative;z-index:1;display:grid;gap:8px}.webhisto-home-hero-stats>span{display:block;padding:10px 12px;border:1px solid rgba(255,255,255,.12);border-radius:9px;background:rgba(255,255,255,.055)}.webhisto-home-hero-stats strong{display:block;margin-bottom:2px;color:#fff;font-size:12px;font-weight:800}.webhisto-home-hero-stats small{display:block;color:#bbc2c8;font-size:10px;line-height:1.35}.webhisto-home-section{margin:0 0 22px;padding:22px;background:#fff;border:1px solid #e7e9eb;border-bottom:4px solid #F88C00;border-radius:12px;box-shadow:none!important;box-sizing:border-box}.webhisto-home-section-head{display:flex;justify-content:space-between;align-items:flex-end;gap:18px;margin-bottom:16px}.webhisto-home-section-head h2,.webhisto-home-words h2,.webhisto-home-latest-head h2{margin:0;color:#20252a;font-size:23px;line-height:1.2;letter-spacing:-.02em}.webhisto-home-section-head>p{max-width:280px;margin:0;color:#7b848d;font-size:11px;line-height:1.45;text-align:right}.webhisto-home-topic-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.webhisto-home-topic-card{display:grid;grid-template-columns:10px minmax(0,1fr) 18px;align-items:center;gap:11px;min-height:72px;padding:13px 14px;border:1px solid #e9ecef;border-radius:10px;background:#fafbfc;color:#2e3740!important;text-decoration:none!important;box-sizing:border-box;transition:border-color .18s ease,background .18s ease}.webhisto-home-topic-card:hover{border-color:#f3b573;background:#fffaf4;text-decoration:none!important}.webhisto-home-topic-dot{width:8px;height:8px;border-radius:50%;background:#F88C00;box-shadow:0 0 0 4px #fff0df}.webhisto-home-topic-copy{display:block;min-width:0}.webhisto-home-topic-copy strong{display:block;margin:0 0 4px;color:#28313a;font-size:13px;font-weight:780;line-height:1.25}.webhisto-home-topic-copy small{display:block;color:#79828b;font-size:10.5px;line-height:1.4}.webhisto-home-topic-arrow{color:#F88C00;font-size:17px;font-weight:700}.webhisto-home-popular-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:11px}.webhisto-home-popular-card{display:grid;grid-template-columns:88px minmax(0,1fr);min-height:82px;overflow:hidden;border:1px solid #eceeef;border-radius:9px;background:#fafbfc}.webhisto-home-popular-thumb{display:block;min-height:82px;background:#24292e;overflow:hidden}.webhisto-home-popular-thumb img{display:block;width:100%;height:100%;min-height:82px;object-fit:cover}.webhisto-home-thumb-fallback{display:flex;height:100%;min-height:82px;align-items:center;justify-content:center;color:#F88C00;font-size:10px;font-weight:800;text-transform:uppercase}.webhisto-home-popular-body{padding:10px 11px}.webhisto-home-popular-body h3{margin:0 0 7px;font-size:12.5px;line-height:1.35}.webhisto-home-popular-body h3 a{color:#252b31;text-decoration:none}.webhisto-home-popular-body h3 a:hover{color:#c76000}.webhisto-home-views{color:#8a9299;font-size:10px}.webhisto-home-words{display:grid;grid-template-columns:260px minmax(0,1fr);gap:20px;margin:0 0 22px;padding:22px;background:#24292e;border-bottom:4px solid #F88C00;border-radius:12px;color:#fff;box-sizing:border-box}.webhisto-home-words h2{color:#fff}.webhisto-home-words-intro p{margin:8px 0 14px;color:#c8ced3;font-size:11.5px;line-height:1.55}.webhisto-home-words-intro>a{display:inline-flex;align-items:center;gap:6px;color:#F88C00!important;font-size:11px;font-weight:800;text-decoration:none!important}.webhisto-home-words-list{display:grid;align-content:start;gap:8px}.webhisto-home-words-list>a{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:11px 12px;border:1px solid rgba(255,255,255,.11);border-radius:8px;background:rgba(255,255,255,.045);color:#eef1f3!important;text-decoration:none!important}.webhisto-home-words-list>a:hover{border-color:rgba(248,140,0,.7);background:rgba(248,140,0,.08);text-decoration:none!important}.webhisto-home-words-list strong{font-size:11.5px;font-weight:700;line-height:1.35}.webhisto-home-words-list span{color:#F88C00;font-size:14px}.webhisto-home-latest-head{margin:0 0 14px;padding:18px 20px;background:#fff;border-left:4px solid #F88C00;border-radius:8px;box-sizing:border-box}.webhisto-home-latest-head p{margin:7px 0 0;color:#68717a;font-size:12px}body.home #main-content.webhisto-front-layout .webhisto-home-hub + .recent-box,
body.home #main-content.webhisto-front-layout .webhisto-home-hub + .cat-box-content{margin-top:0!important}@media (max-width:900px){
  .webhisto-home-hero{grid-template-columns:1fr;padding:28px 24px}
  .webhisto-home-hero-stats{grid-template-columns:repeat(3,minmax(0,1fr))}
  .webhisto-home-words{grid-template-columns:1fr}
}@media (max-width:670px){
  .webhisto-home-hero{padding:25px 19px 22px;border-radius:10px}
  .webhisto-home-hero h1{font-size:28px}
  .webhisto-home-hero p{font-size:13px}
  .webhisto-home-hero-stats{grid-template-columns:1fr}
  .webhisto-home-section{padding:16px}
  .webhisto-home-section-head{display:block}
  .webhisto-home-section-head>p{margin-top:6px;text-align:left}
  .webhisto-home-topic-grid,.webhisto-home-popular-grid{grid-template-columns:1fr}
  .webhisto-home-popular-card{grid-template-columns:82px minmax(0,1fr)}
  .webhisto-home-words{padding:18px}
  .webhisto-home-latest-head{padding:16px}
}