#content .blog-shell {
  max-width: 1120px;
  margin: 0 auto;
  padding: 8px 12px 24px;
}
#content .blog-shell__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 10px;
}
#content .blog-shell__title {
  margin: 0 !important;
  color: #1f3340;
}
#content .blog-shell__actions {
  flex: 0 0 auto;
  padding-top: 6px;
}
#content .blog-shell__blurb {
  margin: 0 0 14px;
  color: #596b77;
  font-size: 15px;
  line-height: 1.6;
}
#content .blog-shell__layout {
  display: flex;
  align-items: flex-start;
  gap: 24px;
}
#content .blog-sidebar {
  float: none;
  width: 260px;
  min-width: 260px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 10px;
  margin: 0;
  border: 1px solid #e4ebf0;
  border-radius: 16px;
  background: linear-gradient(180deg, #fbfdfe 0%, #f5f8fa 100%);
  box-shadow: 0 10px 22px rgba(24, 53, 73, 0.07);
}
#content .blog-mini-menu {
  margin: 0;
  padding: 14px;
  border: 1px solid #e6edf2;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 6px 16px rgba(24, 53, 73, 0.05);
}
#content .blog-mini-menu__title {
  margin: 0 0 10px !important;
  font-size: 13px !important;
  line-height: 1.2;
  color: #88a0ad;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-weight: 700 !important;
}
#content .blog-mini-menu__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
#content .blog-mini-menu__item {
  margin: 0;
  list-style: none;
}
#content .blog-mini-menu__item::marker {
  content: "";
}
#content .blog-mini-menu__item + .blog-mini-menu__item {
  margin-top: 2px;
}
#content .blog-mini-menu__item a {
  display: block;
  padding: 7px 12px;
  border-radius: 10px;
  color: #42515d;
  line-height: 1.35;
  text-decoration: none;
  transition: background-color 0.18s ease, color 0.18s ease, transform 0.18s ease;
}
#content .blog-mini-menu__item a:hover {
  text-decoration: none;
  color: #5f7a8a;
  background: #f4f7f9;
  transform: translateX(2px);
}
#content .blog-mini-menu__item.active a {
  background: #eef4f7;
  color: #32424d;
  font-weight: 700;
}
#content .blog-main {
  width: 100%;
  min-width: 0;
}
#content .blog-list__item {
  margin-left: 0;
  margin-bottom: 16px;
  padding: 18px 20px;
  border: 1px solid #dfe7ee;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 10px 24px rgba(22, 52, 74, 0.07);
}
#content .blog-list__title {
  margin: 0 0 10px;
  font-size: 28px;
  line-height: 1.2;
  color: #1f3340;
}
#content .blog-list__title > a {
  color: #1f3340;
  text-decoration: none;
}
#content .blog-list__title > a:hover {
  color: #005689;
  text-decoration: none;
}
#content .blog-list__meta {
  display: inline-block;
  margin-top: 8px;
  color: #6a7883;
  font-size: 14px;
  line-height: 1.4;
}
#content .blog-list__excerpt {
  margin: 0;
  color: #324654;
}
#content .blog-list__excerpt font {
  font-size: 16px !important;
  line-height: 1.7 !important;
}
#content .blog-list__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 16px;
  padding-top: 14px;
  border-top: 1px solid #e3ebf1;
}
#content .blog-list__cta,
#content .blog-list__comments {
  margin: 0;
  float: none !important;
}
#content .blog-list__cta a,
#content .blog-list__comments a {
  text-decoration: none;
}
#content .blog-list__cta a:hover,
#content .blog-list__comments a:hover {
  text-decoration: underline;
}
#content .blog-home__view-more-wrap {
  display: flex;
  justify-content: center;
  margin-top: 14px;
  padding-top: 6px;
}
#content .blog-home__view-more {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  justify-content: center;
  min-height: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: #2c5669;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.04em;
  line-height: 1.2;
  text-transform: uppercase;
  transition: color 0.18s ease, transform 0.18s ease;
}
#content .blog-home__view-more:hover {
  color: #d75d24;
  transform: translateY(-1px);
}
#content .blog-home__view-more-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border-radius: 999px;
  background: #edf5f8;
  color: inherit;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
}
#content .blog-page {
  max-width: 1120px;
  margin: 0 auto;
  padding: 8px 12px 24px;
}
#content p a {
  color: #f60;
}
#content p.red a {
  color: #005689;
}
#content .featured h2 {
  margin-top: 10px;
  font-size: 32px;
}
#content .featured p {
  font-size: 18px;
  line-height: 32px;
  padding-bottom: 20px;
}
#content .alert h4 {
  margin-top: 0px;
}
#content .alert ul li {
  list-style-type: square;
}
#content .read-more-block {
  float: right;
}
#content .read-more-block-post {
  float: left;
  margin-left: 18px;
}
#content table {
  width: 100%;
  overflow: auto;
  display: block;
  margin-top: 16px;
  margin-bottom: 16px;
  margin-left: 16px;
}
#content img {
  padding-left: 16px;
  padding-bottom: 16px;
}
#content h2,
#content h3,
#content h4,
#content h5 {
  margin-top: 25px;
}
#content div.author-block {
  color: #fff;
  background-color: #2E6B8D;
  background-color: rgba(34, 76, 100, 0.6);
  border: 1px solid #ceeaf4;
  padding: 1rem;
  margin: 1rem auto;
}
#content div.author-block .author-block-inner {
  width: auto;
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
  margin-top: 0;
  margin-bottom: 0;
  max-width: none;
}
#content div.author-block .author-block-inner .row {
  position: relative;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}
#content div.author-block .author-block-inner .row img {
  background: #fff;
  border: 1px solid #6dc0de;
  padding: 5px;
  border-radius: 100%;
  width: 80px;
}
body {
  padding-bottom: -50px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box !important;
}
.page-wrap {
  min-height: 90%;
}
.page-wrap:after {
  content: "";
  display: block;
}
.page-footer {
  height: 50px;
  min-height: 50px;
  background: black;
}
.media-manager {
  position: absolute;
  bottom: 10%;
  left: 1%;
  border: 5px solid black;
}
.media-iframe {
  height: 750px;
  width: 800px;
}
.arrow-down {
  position: absolute;
  bottom: 8%;
  left: 5%;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid black;
}
@media screen and (min-width: 1050px) and (max-width: 1920px) {
  #content #wmd-preview {
    width: 90%;
  }
  #content .read-more-block-post {
    margin-right: 5%;
  }
}
@media screen and (max-width: 1050px) {
  header .headerMenu > ul > :nth-child(2) a {
    border-left: 1px solid #cccccc;
  }
  #content {
    width: auto;
    padding-left: 12px;
    padding-right: 12px;
  }
  #content .read-more-block {
    float: none;
  }
  #content .read-more-block.blog-sidebar {
    width: 100%;
    min-width: 0;
  }
  #content .read-more-block div {
    display: inline-block;
    vertical-align: top;
  }
  #content .read-more-block-post {
    width: 100%;
    float: right;
  }
  #content .span8 {
    width: 96%;
  }
  #content .span9 {
    width: 96%;
  }
  #content .span12 {
    width: 96%;
  }
  footer.wrapper {
    width: 98%;
    padding-left: 12px;
    padding-right: 12px;
    min-width: 0;
  }
  footer.wrapper .content.footer {
    width: 100%;
    margin-bottom: 8px;
    margin-top: 0px;
    padding-top: 0px;
  }
  footer.wrapper .content.footer table {
    display: none;
  }
}
/* Blogs */
@media screen and (min-width: 200px) and (max-width: 1050px) {
  header .headerMenu > ul > :nth-child(2) {
    background-color: #fff;
    display: inline-block;
  }
  header .headerMenu > ul > :nth-child(2) a {
    color: #346fa4;
  }
  header .headerMenu > ul > :nth-child(2) a:hover {
    color: #fff;
  }
  header .headerMenu > ul > :nth-child(6) {
    float: right !important;
  }
}
/* Authors */
@media screen and (min-width: 230px) and (max-width: 1050px) {
  header .headerMenu > ul > :nth-child(3) {
    border-left: 1px solid #ccc;
    background-color: #fff;
    display: inline-block;
  }
  header .headerMenu > ul > :nth-child(3) a {
    color: #346fa4;
  }
  header .headerMenu > ul > :nth-child(3) a:hover {
    color: #fff;
  }
}
/* Contact */
@media screen and (min-width: 318px) and (max-width: 1050px) {
  header .headermenu > ul > :nth-child(4) {
    border-left: 1px solid #ccc !important;
    background-color: #fff;
    display: inline-block;
  }
  header .headermenu > ul > :nth-child(4) a {
    color: #346fa4;
  }
  header .headermenu > ul > :nth-child(4) a:hover {
    color: #fff;
  }
}
/* Login */
@media screen and (min-width: 460px) and (max-width: 1050px) {
  header .headerMenu > ul > :nth-child(6) {
    border-left: 1px solid #ccc;
    background-color: #fff;
    display: inline-block;
  }
  header .headerMenu > ul > :nth-child(6) > a {
    color: #fff;
  }
  header .headerMenu > ul > :nth-child(6) a:hover {
    color: #fff;
  }
  header .headerMenu > ul > :nth-child(6) #account-menu {
    top: 27px;
    left: -5px;
    border-radius: 6px;
  }
}
@media screen and (max-width: 615px) {
  .youtube-embed {
    width: 100% !important;
  }
}
@media screen and (max-width: 490px) {
  header .headerMenu > ul > li {
    font-size: 12px;
  }
  header .headerMenu > ul > :nth-child(6) {
    border-left: 1px solid #ccc;
    background-color: #fff;
    display: inline-block;
  }
  header .headerMenu > ul > :nth-child(6) > a {
    color: #fff;
  }
  header .headerMenu > ul > :nth-child(6) a:hover {
    color: #fff;
  }
  header .headerMenu > ul > :nth-child(6) #account-menu {
    top: 27px;
    left: -70px;
  }
}
@media screen and (max-width: 850px) {
  #content .blog-shell__layout {
    flex-direction: column;
  }
  #content .blog-shell__header {
    flex-direction: column;
    align-items: stretch;
  }
  #content .blog-sidebar {
    width: 100%;
    min-width: 0;
  }
  #content .blog-list__footer {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media screen and (max-width: 640px) {
  #content .blog-list__item {
    padding: 16px;
  }
  #content .blog-list__title {
    font-size: 23px;
  }
}
#content .blog-home-shell {
  max-width: 1180px;
}
#content .blog-home-hero {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 22px;
  margin: 4px 0 22px;
  padding: 26px 30px;
  border: 1px solid #d8e6ea;
  border-radius: 24px;
  background:
    radial-gradient(circle at 10% 20%, rgba(255, 255, 255, 0.9) 0, rgba(255, 255, 255, 0) 32%),
    linear-gradient(135deg, #edf7f4 0%, #f8fbef 48%, #eef6fb 100%);
  box-shadow: 0 18px 40px rgba(28, 67, 83, 0.12);
}
#content .blog-home-hero__eyebrow {
  margin: 0 0 8px;
  color: #627780;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
#content .blog-home-hero__title {
  margin: 0;
  color: #18323d;
  font-size: 38px;
  line-height: 1.05;
}
#content .blog-home-hero__blurb {
  max-width: 660px;
  margin: 12px 0 0;
  color: #4d626c;
  font-size: 16px;
  line-height: 1.55;
}
#content .blog-home {
  display: flex;
  flex-direction: column;
  gap: 26px;
}
#content .blog-home-filter {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: -6px 0 24px;
  padding: 14px;
  border: 1px solid #dfeaec;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 10px 24px rgba(29, 63, 76, 0.06);
}
#content .blog-home-filter__tag {
  padding: 7px 12px;
  border: 1px solid #cfdfe4;
  border-radius: 999px;
  color: #3f5964;
  background: linear-gradient(180deg, #ffffff 0%, #f5f9fa 100%);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.02em;
  line-height: 1;
  cursor: pointer;
  transition: background 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease, color 0.18s ease, transform 0.18s ease;
}
#content .blog-home-filter__tag:hover {
  border-color: #a9c7cf;
  color: #19333e;
  box-shadow: 0 8px 16px rgba(29, 63, 76, 0.1);
  transform: translateY(-1px);
}
#content .blog-home-filter__tag.active {
  border-color: #d75d24;
  color: #ffffff;
  background: linear-gradient(135deg, #e06b2f 0%, #c94d1a 100%);
  box-shadow: 0 10px 18px rgba(215, 93, 36, 0.22);
}
#content .blog-home-filter__more {
  padding: 6px 10px;
  border: 0;
  background: transparent;
  color: #2c5669;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-decoration: underline;
}
#content .blog-home-filter__more:hover {
  color: #d75d24;
}
#content .blog-home__category {
  padding: 0;
}
#content .blog-home__category-header {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 12px;
  border-bottom: 2px solid #e1edf1;
}
#content .blog-home__category-title {
  margin: 0 0 -2px !important;
  padding-bottom: 9px;
  border-bottom: 2px solid #6cacc4;
  color: #1c3440;
  font-size: 23px;
  line-height: 1.2;
}
#content .blog-home__category-count {
  color: #7b8d96;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
#content .blog-home__posts {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}
#content .blog-home__post {
  position: relative;
  display: flex;
  min-height: 190px;
  flex-direction: column;
  padding: 15px;
  border: 1px solid #dce8ec;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 10px 24px rgba(29, 63, 76, 0.08);
  transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}
#content .blog-home__post:hover {
  border-color: #bdd5dd;
  box-shadow: 0 16px 30px rgba(29, 63, 76, 0.14);
  transform: translateY(-2px);
}
#content .blog-home__post-title {
  margin: 0 !important;
  font-size: 16px;
  line-height: 1.28;
}
#content .blog-home__post-title a {
  color: #213944;
  text-decoration: none;
}
#content .blog-home__post-title a:hover {
  color: #005689;
  text-decoration: none;
}
#content .blog-home__meta {
  margin: 9px 0 0;
  color: #74858d;
  font-size: 12px;
  font-weight: 700;
}
#content .blog-home__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 14px;
}
#content .blog-home__tag {
  padding: 5px 8px;
  border: 1px solid #d9e6e9;
  border-radius: 999px;
  color: #31555f;
  background: linear-gradient(180deg, #f9fcfb 0%, #eef7f4 100%);
  font-size: 11px;
  font-weight: 700;
  line-height: 1.2;
}
#content .blog-home__cta {
  margin: auto 0 0;
  padding-top: 14px;
  font-size: 13px;
  font-weight: 800;
}
#content .blog-home__cta a {
  color: #d75d24;
  text-decoration: none;
}
#content .blog-home__cta a:hover {
  color: #005689;
  text-decoration: none;
}
@media screen and (max-width: 1050px) {
  #content .blog-home__posts {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media screen and (max-width: 720px) {
  #content .blog-home-hero {
    flex-direction: column;
    padding: 20px;
  }
  #content .blog-home-hero__title {
    font-size: 30px;
  }
  #content .blog-home__category-header {
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
  }
  #content .blog-home__posts {
    grid-template-columns: 1fr;
  }
  #content .blog-home__post {
    min-height: 0;
  }
}
#content .blog-search-panel {
  margin: 0 0 20px;
  padding: 24px 28px;
  border: 1px solid #d9e5e8;
  border-radius: 22px;
  background:
    radial-gradient(circle at top right, rgba(108, 172, 196, 0.14) 0, rgba(108, 172, 196, 0) 34%),
    linear-gradient(180deg, #ffffff 0%, #f6fafb 100%);
  box-shadow: 0 14px 34px rgba(26, 59, 71, 0.08);
}
#content .blog-search-panel__copy {
  margin-bottom: 16px;
}
#content .blog-search-panel__eyebrow {
  margin: 0 0 8px;
  color: #6cacc4;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
#content .blog-search-panel__title {
  margin: 0;
  color: #173742;
  font-size: 28px;
  line-height: 1.1;
}
#content .blog-search-panel__blurb {
  margin: 8px 0 0;
  max-width: 780px;
  color: #667a83;
  font-size: 14px;
  line-height: 1.6;
}
#content .blog-search {
  position: relative;
}
#content .blog-search__form {
  display: flex;
  gap: 12px;
  align-items: stretch;
}
#content .blog-search__input {
  width: 100%;
  min-width: 0;
  padding: 15px 18px;
  border: 1px solid #cfdde2;
  border-radius: 14px;
  color: #163743;
  background: #fff;
  font-size: 15px;
  box-shadow: inset 0 1px 2px rgba(20, 47, 58, 0.04);
}
#content .blog-search__input:focus {
  border-color: #6cacc4;
  outline: none;
  box-shadow: 0 0 0 4px rgba(108, 172, 196, 0.18);
}
#content .blog-search__button {
  padding: 0 22px;
  border: 0;
  margin-bottom: 7px;
  border-radius: 14px;
  color: #fff;
  background: linear-gradient(135deg, #6cacc4 0%, #4e95b0 100%);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.04em;
  white-space: nowrap;
}
#content .blog-search__quick-results {
  position: absolute;
  z-index: 8;
  top: calc(100% + 8px);
  left: 0;
  right: 0;
  padding: 8px;
  border: 1px solid #d8e5e9;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 18px 34px rgba(24, 53, 63, 0.14);
}
#content .blog-search__quick-result,
#content .blog-search__view-all {
  display: block;
  width: 100%;
  padding: 12px 14px;
  border: 0;
  border-radius: 12px;
  color: #1d3943;
  background: transparent;
  text-align: left;
  text-decoration: none;
}
#content .blog-search__quick-result:hover,
#content .blog-search__view-all:hover {
  background: #f3f8f9;
  text-decoration: none;
}
#content .blog-search__view-all {
  color: #6cacc4;
  font-size: 13px;
  font-weight: 800;
}
#content .blog-search__quick-empty {
  padding: 14px;
  color: #6d8089;
  font-size: 13px;
}
#content .blog-search__status {
  margin-top: 16px;
  padding: 16px 18px;
  border: 1px solid #dbe5e8;
  border-radius: 16px;
  background: #fff;
}
#content .blog-search__status h4,
#content .blog-search__status p {
  margin: 0;
}
#content .blog-search__status h4 + p,
#content .blog-search__status p + p {
  margin-top: 6px;
}
#content .blog-search__status--info {
  color: #34535f;
  background: #f5fafb;
}
#content .blog-search__results {
  margin-top: 18px;
}
#content .blog-search__results-header {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}
#content .blog-search__results-header h3 {
  margin: 0;
  color: #183944;
  font-size: 19px;
}
#content .blog-search__results-header span {
  color: #73858d;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
#content .blog-search__result-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}
#content .blog-search__result-card {
  display: flex;
  min-height: 140px;
  flex-direction: column;
  gap: 8px;
  padding: 16px;
  border: 1px solid #d7e4e8;
  border-radius: 16px;
  color: #173742;
  background: #fff;
  text-decoration: none;
  transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}
#content .blog-search__result-card:hover {
  border-color: #c0d4da;
  box-shadow: 0 12px 24px rgba(23, 56, 68, 0.11);
  text-decoration: none;
  transform: translateY(-1px);
}
#content .blog-search__result-title {
  font-size: 16px;
  font-weight: 800;
  line-height: 1.35;
}
#content .blog-search__result-snippet {
  color: #647980;
  font-size: 13px;
  line-height: 1.55;
}
@media screen and (max-width: 1050px) {
  #content .blog-search__result-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (max-width: 720px) {
  #content .blog-search-panel {
    padding: 18px;
  }
  #content .blog-search-panel__title {
    font-size: 24px;
  }
  #content .blog-search__form {
    flex-direction: column;
  }
  #content .blog-search__button {
    min-height: 48px;
  }
  #content .blog-search__result-grid {
    grid-template-columns: 1fr;
  }
  #content .blog-search__results-header {
    align-items: flex-start;
    flex-direction: column;
  }
}
#content .blog-home__category--latest {
  margin-bottom: 26px;
}
#content .blog-home__posts--latest {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
@media screen and (max-width: 1050px) {
  #content .blog-home__posts--latest {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media screen and (max-width: 720px) {
  #content .blog-home__posts--latest {
    grid-template-columns: 1fr;
  }
}
#content .blog-home-shell {
  max-width: 1220px;
  padding-top: 14px;
}
#content .blog-home-hero {
  align-items: center;
  margin: 0 0 12px;
  padding: 0 0 14px;
  border: 0;
  border-bottom: 1px solid #dbe5e9;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
#content .blog-home-hero__title {
  color: #142d38;
  font-size: 32px;
  font-weight: 800;
  letter-spacing: -0.03em;
}
#content .blog-home-hero__blurb {
  margin-top: 6px;
  color: #647882;
  font-size: 14px;
}
#content .blog-home-filter {
  align-items: center;
  gap: 7px;
  margin: 0 0 26px;
  padding: 0 0 16px;
  border: 0;
  border-bottom: 1px solid #e5ecef;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
#content .blog-home-filter__label {
  margin-right: 4px;
  color: #73858d;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}
#content .blog-home-filter__tag {
  padding: 6px 10px;
  border-color: #d9e3e7;
  color: #445c67;
  background: #fff;
  font-size: 12px;
  font-weight: 800;
  box-shadow: none;
}
#content .blog-home-filter__tag:hover {
  border-color: #9fbcc5;
  color: #122f3a;
  background: #f7fbfc;
  box-shadow: none;
  transform: none;
}
#content .blog-home-filter__tag.active {
  border-color: #163642;
  color: #fff;
  background: #163642;
  box-shadow: none;
}
#content .blog-home {
  gap: 32px;
}
#content .blog-home__category-header {
  align-items: center;
  margin-bottom: 10px;
  border-bottom: 0;
}
#content .blog-home__category-title {
  padding: 0;
  border: 0;
  color: #163642;
  font-size: 20px;
  font-weight: 900;
  letter-spacing: -0.02em;
}
#content .blog-home__category-count {
  padding: 4px 8px;
  border-radius: 999px;
  color: #6d7f87;
  background: #f2f6f7;
  font-size: 11px;
}
#content .blog-home__posts {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}
#content .blog-home__post {
  min-height: 158px;
  padding: 14px;
  border: 1px solid #dde8ec;
  border-top: 4px solid #163642;
  border-radius: 10px;
  background: #fff;
  box-shadow: none;
}
#content .blog-home__post:hover {
  border-color: #c5d7dd;
  border-top-color: #e06b2f;
  box-shadow: 0 12px 24px rgba(21, 51, 63, 0.09);
  transform: translateY(-1px);
}
#content .blog-home__meta {
  order: 0;
  margin: 0 0 8px;
  color: #7a8990;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
#content .blog-home__post-title {
  order: 1;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.3;
}
#content .blog-home__post-title a {
  color: #1d3641;
}
#content .blog-home__tags {
  order: 2;
  gap: 4px;
  margin-top: 12px;
}
#content .blog-home__tag {
  padding: 3px 6px;
  border: 0;
  border-radius: 4px;
  color: #48636d;
  background: #eef5f6;
  font-size: 10px;
  font-weight: 900;
}
#content .blog-home__cta {
  order: 3;
  margin-top: auto;
  padding-top: 12px;
  font-size: 12px;
}
#content .blog-home__cta a {
  color: #c9531c;
}
@media screen and (max-width: 1050px) {
  #content .blog-home__posts {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media screen and (max-width: 720px) {
  #content .blog-home-hero {
    align-items: flex-start;
    gap: 10px;
  }
  #content .blog-home-hero__title {
    font-size: 28px;
  }
  #content .blog-home-filter {
    align-items: flex-start;
  }
  #content .blog-home__category-header {
    align-items: flex-start;
  }
  #content .blog-home__posts {
    grid-template-columns: 1fr;
  }
}
#content .blog-home-shell {
  max-width: 1180px;
  padding-top: 8px;
}
#content .blog-admin-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 24px;
  padding: 14px 16px;
  border: 1px solid #d8e5e9;
  border-radius: 18px;
  background: linear-gradient(180deg, #ffffff 0%, #f7fbfc 100%);
  box-shadow: 0 10px 24px rgba(26, 59, 71, 0.06);
}
#content .blog-admin-bar__link {
  padding: 0 16px;
}
#content .blog-admin-bar__link:hover {
  border-color: #6cacc4;
  color: #ffffff;
  background: #6cacc4;
  text-decoration: none;
}
#content .blog-home-hero {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 22px;
  margin: 4px 0 22px;
  padding: 26px 30px;
  border: 1px solid #d8e6ea;
  border-radius: 24px;
  background:
    radial-gradient(circle at 10% 20%, rgba(255, 255, 255, 0.9) 0, rgba(255, 255, 255, 0) 32%),
    linear-gradient(135deg, #edf7f4 0%, #f8fbef 48%, #eef6fb 100%);
  box-shadow: 0 18px 40px rgba(28, 67, 83, 0.12);
}
#content .blog-home-hero__eyebrow {
  margin: 0 0 8px;
  color: #627780;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
#content .blog-home-hero__title {
  margin: 0;
  color: #18323d;
  font-size: 38px;
  line-height: 1.05;
}
#content .blog-home-hero__blurb {
  max-width: 660px;
  margin: 12px 0 0;
  color: #4d626c;
  font-size: 16px;
  line-height: 1.55;
}
#content .blog-home {
  gap: 26px;
}
#content .blog-home__category-header {
  align-items: baseline;
  margin-bottom: 12px;
  border-bottom: 2px solid #e1edf1;
}
#content .blog-home__category-title {
  margin: 0 0 -2px !important;
  padding-bottom: 9px;
  border-bottom: 2px solid #6cacc4;
  color: #1c3440;
  font-size: 23px;
  line-height: 1.2;
}
#content .blog-home__category-count {
  padding: 0;
  border-radius: 0;
  color: #7b8d96;
  background: transparent;
  font-size: 12px;
}
#content .blog-home__posts {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}
#content .blog-home__post {
  min-height: 190px;
  padding: 15px;
  border: 1px solid #dce8ec;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 10px 24px rgba(29, 63, 76, 0.08);
}
#content .blog-home__image-link {
  display: block;
  margin: -15px -15px 14px;
  overflow: hidden;
  border-radius: 18px 18px 0 0;
}
#content .blog-home__image {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  padding: 0;
  transition: transform 0.22s ease;
}
#content .blog-home__post:hover {
  border-color: #bdd5dd;
  box-shadow: 0 16px 30px rgba(29, 63, 76, 0.14);
  transform: translateY(-2px);
}
#content .blog-home__post:hover .blog-home__image {
  transform: scale(1.03);
}
#content .blog-home__post-title {
  order: 0;
  margin: 0 !important;
  font-size: 16px;
  line-height: 1.28;
}
#content .blog-home__post-title a {
  color: #213944;
}
#content .blog-home__meta {
  order: 1;
  margin: 9px 0 0;
  color: #74858d;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: normal;
  text-transform: none;
}
#content .blog-home__tags {
  order: 2;
  gap: 6px;
  margin-top: 14px;
}
#content .blog-home__tag {
  padding: 5px 8px;
  border: 1px solid #d9e6e9;
  border-radius: 999px;
  color: #31555f;
  background: linear-gradient(180deg, #f9fcfb 0%, #eef7f4 100%);
  font-size: 11px;
  font-weight: 700;
}
#content .blog-home__tag--active {
  border-color: #6cacc4;
  color: #fff;
  background: linear-gradient(135deg, #6cacc4 0%, #4e95b0 100%);
  box-shadow: 0 8px 16px rgba(108, 172, 196, 0.24);
}
#content .blog-home__cta {
  order: 3;
  margin: auto 0 0;
  padding-top: 14px;
  font-size: 13px;
  font-weight: 800;
}
#content .blog-home__cta a {
  color: #d75d24;
}
@media screen and (max-width: 1050px) {
  #content .blog-home__posts {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media screen and (max-width: 720px) {
  #content .blog-admin-bar {
    gap: 8px;
    margin-bottom: 18px;
    padding: 12px;
  }
  #content .blog-admin-bar__link {
    width: 100%;
  }
  #content .blog-home-hero {
    flex-direction: column;
    padding: 20px;
  }
  #content .blog-home-hero__title {
    font-size: 30px;
  }
  #content .blog-home__category-header {
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
  }
  #content .blog-home__posts {
    grid-template-columns: 1fr;
  }
  #content .blog-home__post {
    min-height: 0;
  }
}
