.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 64px 10px;
}
@media (max-width: 768px) {
  .container {
    padding: 32px 10px;
  }
}

.single-post .site-header {
  background-color: #e6521f !important;
}
.single-post .header-btn-contact {
  background: #fff;
  color: #e6521f;
}
.single-post .header-btn-contact:hover {
  opacity: 0.8;
  color: #fff;
}
.single-post .header-btn-contact:hover::after {
  display: block;
  content: "";
  position: absolute;
  width: 29px;
  border-left: solid 1.5px #fff;
  height: 15.9px;
  background-position: center;
  background-image: url(../images/contact-arrow@2x.png);
  background-size: contain;
  right: 2px;
  background-repeat: no-repeat;
}
.single-post .header-btn-contact::after {
  border-left: solid 1.5px #e6521f;
  background-image: url(../images/contact-arrow-or@2x.png);
}
.single-post .lang {
  color: #fff;
}
.single-post .lang a {
  color: #fff;
}
.single-post .hamburger-fade__line {
  background-color: #fff;
}
.single-post .page-header {
  height: 96px;
}
@media (max-width: 748px) {
  .single-post .page-header {
    height: 96px;
  }
}
.single-post .page-header {
  height: 96px;
}
.single-post .post-single {
  max-width: 800px;
  margin: 0 auto;
}
.single-post .post-content {
  margin-top: 24px;
  line-height: 1.9;
}
.single-post .post-nav {
  display: flex;
  justify-content: space-between;
  margin-top: 48px;
}
.single-post .post-nav a {
  color: #e6521f;
}
.single-post h2.post-title {
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 20px;
}
.single-post .post-date {
  text-align: right;
  font-size: 13px;
  margin-bottom: 8px;
  margin-left: 16px;
}
.single-post .post-thumbnail {
  text-align: center;
}
.single-post span.post-date-write {
  margin-left: 8px;
}
.single-post .post-category {
  display: block;
  background: #e6521f;
  color: #fff;
  display: inline-block;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  padding: 0 4px;
  font-size: 13px;
}
.single-post .post-category a {
  text-decoration: none;
  color: #fff;
}
.single-post .post-content {
  line-height: 2;
  font-size: 18px;
}
@media (max-width: 768px) {
  .single-post .post-content {
    line-height: 1.6;
    font-size: 16px;
  }
}
.single-post .post-nav {
  padding: 60px 0;
  margin: 0 auto;
  width: 100%;
  display: block;
}
@media (max-width: 768px) {
  .single-post .post-nav {
    padding: 30px 0 0;
  }
}

.category .site-header, .archive .site-header {
  background-color: #e6521f !important;
}
.category .page-header, .archive .page-header {
  height: 300px;
  background-color: #e6521f;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 30px;
}
@media (max-width: 748px) {
  .category .page-header, .archive .page-header {
    height: 180px;
  }
}
.category .page-header h1, .archive .page-header h1 {
  font-size: 40px;
  color: #fff;
  text-align: center;
}
@media (max-width: 748px) {
  .category .page-header h1, .archive .page-header h1 {
    font-size: 24px;
  }
}
.category .post-container, .archive .post-container {
  display: flex;
  flex-wrap: wrap;
  gap: 1%;
  padding: 40px 0;
}
.category .post-container .post-wrap, .archive .post-container .post-wrap {
  width: 24%;
  padding: 10px;
  height: 100%;
  display: block;
}
.category .post-container .post-link, .archive .post-container .post-link {
  display: block;
  height: 100%;
}
.category .post-container .post-thumbnail, .archive .post-container .post-thumbnail {
  height: 190px;
  margin-bottom: 8px;
  border-radius: 10px;
  overflow: hidden;
}
.category .post-container .post-thumbnail img, .archive .post-container .post-thumbnail img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.category .post-container .post-category, .archive .post-container .post-category {
  display: block;
  background: #e6521f;
  color: #fff;
  display: inline-block;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  padding: 0 4px;
  font-size: 13px;
}
.category .post-container .post-category a, .archive .post-container .post-category a {
  text-decoration: none;
  color: #fff;
}
.category .post-container .post-date, .archive .post-container .post-date {
  text-align: right;
  font-size: 13px;
  margin-bottom: 8px;
}
.category .post-container a, .archive .post-container a {
  text-decoration: none;
}
.category .post-container a h3, .archive .post-container a h3 {
  font-weight: 600;
  font-size: 17px;
  margin-bottom: 8px;
  text-decoration: none;
  color: #e6521f;
}
.category .post-container a .excerpt-text, .archive .post-container a .excerpt-text {
  line-height: 1.5;
  color: #282727;
  text-decoration: none;
}
.category .post-container .nav-below, .archive .post-container .nav-below {
  padding: 60px 0;
  margin: 0 auto;
  width: 100%;
  display: block;
}
.category .post-container .nav-below .pagination, .archive .post-container .nav-below .pagination {
  gap: 8px;
  justify-content: center;
}
.category .post-container .nav-below a.page-numbers, .archive .post-container .nav-below a.page-numbers {
  display: flex;
  padding: 4px;
  border: 1px solid #e6521f;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  /* margin: 0 2%; */
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #e6521f;
}
.category .post-container .nav-below a.prev.page-numbers, .category .post-container .nav-below a.next.page-numbers, .archive .post-container .nav-below a.prev.page-numbers, .archive .post-container .nav-below a.next.page-numbers {
  border: none;
}
.category .post-container .nav-below .page-numbers.current, .archive .post-container .nav-below .page-numbers.current {
  display: flex;
  padding: 4px;
  border: 1px solid #e6521f;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  /* margin: 0 2%; */
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #fff;
  background-color: #e6521f;
}/*# sourceMappingURL=common.css.map */