.post-main {
  padding-bottom: 80px;
}
.post-main .container {
  width: 100%;
  max-width: 54.375rem;
  display: table;
  margin: auto;
  border-bottom: 1px solid var(--e-global-color-primary);
}
@media screen and (max-width: 991px) {
  .post-main .container {
    padding: 0 15px;
  }
}
.post-main .container.no-border {
  border-bottom: none;
}
.post-main #breadcrumbs {
  padding: 25px 0 0 0;
  font-family: var(--e-global-typography-secondary-font-family);
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.39px;
  color: var(--e-global-color-text);
  margin-bottom: 80px;
}
.post-main .post-title,
.post-main .page-title {
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 44px;
  color: var(--e-global-color-secondary);
  letter-spacing: 0;
  margin-bottom: 40px;
}
.post-main .post-info {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 12px;
}
.post-main .post-info .post-date {
  font-family: var(--e-global-typography-secondary-font-family);
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.39px;
  color: var(--e-global-color-text);
  text-transform: capitalize;
  margin: 0;
}
.post-main .post-info .post-date span {
  color: var(--e-global-color-primary);
}
.post-main .post-info .post-categories {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  flex-wrap: wrap;
  margin: 0;
}
.post-main .post-info .post-categories li a {
  text-align: center;
  font-family: var(--e-global-typography-secondary-font-family);
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.3px;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2px 12px;
  color: var(--e-global-color-primary);
  border-radius: 33px;
  border: 1px solid var(--e-global-color-primary);
  transition: all 0.3s ease-out 0s;
}
.post-main .post-info .post-categories li a:hover {
  color: #fff;
  background-color: var(--e-global-color-primary);
  transition: all 0.3s ease-out 0s;
}
.post-main .post-info .post-share {
  position: relative;
}
.post-main .post-info .post-share .share-icons {
  position: absolute;
  top: 30px;
  left: 0;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 4px 16px 0 rgba(101, 101, 101, 0.16);
  padding: 24px;
  width: 144px;
  z-index: 3;
  display: none;
}
.post-main .post-info .post-share .share-icons.open {
  display: block;
}
.post-main .post-info .post-share .share-icons .a2a_kit {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 12px;
  flex-wrap: wrap;
}
.post-main .post-info .post-share .share-icons a {
  width: 42px;
  height: 42px;
  border: 2px solid #ACABAB;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-out 0s;
}
.post-main .post-info .post-share .share-icons a:hover {
  border: 2px solid #ACABAB;
  transition: all 0.3s ease-out 0s;
}
.post-main .post-info .post-share .share-icons a:hover img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(2%) hue-rotate(228deg) brightness(114%) contrast(101%);
  opacity: 1;
}
.post-main .post-info .post-share .share-icons a img {
  width: 14px;
}
.post-main .post-info .post-share .share-icons a.a2a_button_email {
  border: 2px solid #ACABAB;
}
.post-main .post-info .post-share .share-icons a.a2a_button_email:hover {
  background-color: #ACABAB;
}
.post-main .post-info .post-share .share-icons a.a2a_button_facebook {
  border: 2px solid #4267B2;
}
.post-main .post-info .post-share .share-icons a.a2a_button_facebook:hover {
  background-color: #4267B2;
}
.post-main .post-info .post-share .share-icons a.a2a_button_whatsapp {
  border: 2px solid #25d366;
}
.post-main .post-info .post-share .share-icons a.a2a_button_whatsapp:hover {
  background-color: #25d366;
}
.post-main .post-info .post-share .share-icons a.a2a_button_linkedin {
  border: 2px solid #0072B1;
}
.post-main .post-info .post-share .share-icons a.a2a_button_linkedin:hover {
  background-color: #0072B1;
}
.post-main .post-info .post-share .icon {
  width: 24px;
  cursor: pointer;
}
.post-main .post-info .post-share .icon svg {
  width: 100%;
  height: auto;
}
.post-main .post-thumbnail {
  border-radius: 10px;
  width: 100%;
  margin-bottom: 40px;
}
.post-main .the-content {
  width: 100%;
  max-width: 54.375rem;
}
.post-main .the-content h1:not(.post-title), .post-main .the-content h2:not(.post-title), .post-main .the-content h3:not(.post-title), .post-main .the-content h4:not(.post-title), .post-main .the-content h5:not(.post-title), .post-main .the-content h6:not(.post-title) {
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: -1.28px;
  margin-bottom: 40px;
  line-height: 28px;
  color: var(--e-global-color-secondary);
}
.post-main .the-content h1:not(.post-title):not(:first-child), .post-main .the-content h2:not(.post-title):not(:first-child), .post-main .the-content h3:not(.post-title):not(:first-child), .post-main .the-content h4:not(.post-title):not(:first-child), .post-main .the-content h5:not(.post-title):not(:first-child), .post-main .the-content h6:not(.post-title):not(:first-child) {
  margin-top: 30px;
}
.post-main .the-content h1:not(.post-title):last-child, .post-main .the-content h2:not(.post-title):last-child, .post-main .the-content h3:not(.post-title):last-child, .post-main .the-content h4:not(.post-title):last-child, .post-main .the-content h5:not(.post-title):last-child, .post-main .the-content h6:not(.post-title):last-child {
  margin-bottom: 0;
}
.post-main .the-content h1:not(.post-title), .post-main .the-content h2:not(.post-title) {
  font-size: 32px;
}
.post-main .the-content h3:not(.post-title) {
  font-size: 26px;
}
.post-main .the-content h4:not(.post-title) {
  font-size: 22px;
}
.post-main .the-content h5:not(.post-title) {
  font-size: 18px;
}
.post-main .the-content h6:not(.post-title) {
  font-size: 16px;
}
.post-main .the-content p {
  font-family: var(--e-global-typography-secondary-font-family);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0.15px;
  margin-bottom: 30px;
  color: var(--e-global-color-text);
}
.post-main .the-content p:last-child {
  margin-bottom: 50px;
}
.post-main .the-content p strong {
  font-weight: 700;
}
.post-main .the-content ul,
.post-main .the-content ol {
  padding-left: 1.25rem;
  margin-bottom: 1.875rem;
}
.post-main .the-content ul:last-child,
.post-main .the-content ol:last-child {
  margin-bottom: 0;
}
.post-main .the-content ul li,
.post-main .the-content ol li {
  font-family: var(--e-global-typography-secondary-font-family);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0.15px;
  color: var(--e-global-color-text);
}
.post-main .the-content a {
  font-size: inherit;
  font-family: inherit;
  color: inherit;
  font-weight: inherit;
  text-decoration: underline;
}
.post-main .the-content a:hover {
  color: var(--e-global-color-primary);
}
.post-main .the-content strong {
  color: var(--e-global-color-text);
}
.post-main .the-content img {
  width: auto;
  height: auto;
  max-width: 100%;
}
.post-main .the-content .aligncenter {
  text-align: center;
}
.post-main .the-content .wp-block-image {
  margin-top: 1.875rem;
  margin-bottom: 1.875rem;
}
.post-main .the-content figcaption {
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0.15px;
  color: var(--e-global-color-text);
  text-align: center;
  margin-bottom: 0;
}
.post-main .the-content figcaption::before {
  content: "Legenda: ";
  font-size: 15px;
  font-weight: 700;
}
.post-main .the-content .wp-block-table {
  overflow: visible;
}
.post-main .the-content .wp-block-quote,
.post-main .the-content .wp-block-pullquote {
  background: #fff;
  padding: 20px 0 20px 30px;
  border-left: 8px solid var(--e-global-color-primary);
  margin-bottom: 23px;
}
.post-main .the-content .wp-block-quote blockquote,
.post-main .the-content .wp-block-pullquote blockquote {
  margin-bottom: 0;
}
.post-main .the-content .wp-block-quote blockquote::before,
.post-main .the-content .wp-block-pullquote blockquote::before {
  content: url(../images/quotes.svg);
  display: table;
  margin: 0 0 23px 0;
  line-height: 0;
}
.post-main .the-content .wp-block-quote p,
.post-main .the-content .wp-block-pullquote p {
  font-family: var(--e-global-typography-primary-font-family);
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: -1.28px;
  color: var(--e-global-color-secondary);
  margin-bottom: 0 !important;
  text-align: left;
}
.post-main .the-content .wp-block-gallery {
  row-gap: 8px;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .post-main .the-content .wp-block-gallery {
    width: 100%;
    max-width: 100%;
  }
  .post-main .the-content .wp-block-gallery .gallery-main {
    width: 100%;
    max-width: 100%;
  }
  .post-main .the-content .wp-block-gallery .gallery-main .swiper-slide img {
    width: 100%;
    height: auto;
    display: block;
  }
  .post-main .the-content .wp-block-gallery .gallery-main .swiper-slide,
  .post-main .the-content .wp-block-gallery .gallery-thumbs .swiper-slide {
    width: auto !important;
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .post-main .the-content .wp-block-gallery .swiper {
    padding-bottom: 4rem;
  }
}
.post-main .the-content .wp-block-gallery .swiper-pagination {
  bottom: 1rem;
}
.post-main .the-content .wp-block-gallery .swiper-pagination .swiper-pagination-bullet-active {
  background: var(--e-global-color-primary);
}
.post-main .the-content .wp-block-gallery .gallery-main img {
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .post-main .the-content .wp-block-gallery .gallery-thumbs {
    display: none;
  }
}
.post-main .the-content .wp-block-gallery .gallery-thumbs .swiper-slide {
  cursor: pointer;
  border-radius: 2px;
  max-width: 100%;
}
.post-main .the-content .wp-block-gallery .gallery-thumbs img {
  border-radius: 2px;
}
.post-main .post-list {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.post-main .post-list article {
  width: 33.33%;
  padding: 0 10px;
  margin-bottom: 20px;
}
@media screen and (max-width: 991px) {
  .post-main .post-list article {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .post-main .post-list article {
    width: 100%;
  }
}
.post-main .post-list article:hover figure img {
  transition: all 0.3s ease-out 0s;
  transform: scale(1.15);
}
.post-main .post-list article:hover .the-title {
  color: var(--e-global-color-primary);
  transition: all 0.3s ease-out 0s;
}
.post-main .post-list article a:hover {
  text-decoration: none;
}
.post-main .post-list article figure {
  width: 100%;
  height: 0;
  padding-top: 56%;
  position: relative;
  border-radius: 10px 10px 0 0;
  max-width: 100%;
  overflow: hidden;
  margin-bottom: 2px;
}
.post-main .post-list article figure::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px 10px 0 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);
  z-index: 3;
}
.post-main .post-list article figure img {
  margin: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  object-fit: cover;
  object-position: center;
  border-radius: 0;
  z-index: 2;
  transform: scale(1);
  transition: all 0.3s ease-out 0s;
}
.post-main .post-list .post-detail {
  padding: 10px;
}
.post-main .post-list .post-detail .post-date {
  font-family: var(--e-global-typography-secondary-font-family);
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.39px;
  color: var(--e-global-color-text);
  text-transform: capitalize;
  margin: 0;
}
.post-main .post-list .post-detail .post-date span {
  color: var(--e-global-color-primary);
}
.post-main .post-list .post-detail .post-categories {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 8px;
  flex-wrap: wrap;
  margin: 0;
}
.post-main .post-list .post-detail .post-categories li a {
  text-align: center;
  font-family: var(--e-global-typography-secondary-font-family);
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.3px;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2px 12px;
  color: var(--e-global-color-primary);
  border-radius: 33px;
  border: 1px solid var(--e-global-color-primary);
  transition: all 0.3s ease-out 0s;
}
.post-main .post-list .post-detail .post-categories li a:hover {
  color: #fff;
  background-color: var(--e-global-color-primary);
  transition: all 0.3s ease-out 0s;
}
.post-main .post-list .post-detail .the-title {
  font-family: var(--e-global-typography-primary-font-family);
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: -0.6px;
  margin-bottom: 10px;
  color: var(--e-global-color-secondary);
}
.post-main .post-list .post-detail .the-excerpt {
  color: var(--e-global-color-text);
  font-family: var(--e-global-typography-secondary-font-family);
  font-size: 15px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0.15px;
  margin-bottom: 10px;
}
.post-main .pagination {
  justify-content: center;
  gap: 10px;
  border-top: 1px solid var(--e-global-color-primary);
  margin: 40px 0 0 0;
  padding: 40px 0 0 0;
}
.post-main .pagination .page-numbers {
  font-family: var(--e-global-typography-secondary-font-family);
  font-size: 15px;
  font-weight: 700;
  line-height: 23px;
  letter-spacing: 0.15px;
  color: var(--e-global-color-text);
  width: 44px;
  padding: 10px 0;
  text-align: center;
  border-bottom: 3px solid transparent;
}
.post-main .pagination .page-numbers:hover {
  color: var(--e-global-color-primary);
}
.post-main .pagination .page-numbers.current {
  color: var(--e-global-color-primary);
  border-bottom: 3px solid var(--e-global-color-primary);
}
.post-main .pagination .page-numbers.prev, .post-main .pagination .page-numbers.next {
  font-weight: 400;
  display: flex;
  column-gap: 10px;
  width: auto;
}
.post-main .pagination .page-numbers.prev img, .post-main .pagination .page-numbers.next img {
  width: 16px;
}

.filter-news {
  border-radius: 20px;
  border: 1px solid var(--e-global-color-primary);
  padding: 20px;
  position: relative;
  margin-bottom: 40px;
}
.filter-news .head {
  display: flex;
  column-gap: 30px;
  row-gap: 10px;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.filter-news .head .filters-loader {
  display: none;
}
.filter-news .head .filters-loader img {
  width: 24px;
}
.filter-news .selected-filter {
  display: flex;
  gap: 0.625rem;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.filter-news .selected-filter span {
  text-align: center;
  font-family: var(--e-global-typography-secondary-font-family);
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.39px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 7px 15px;
  color: var(--e-global-color-primary);
  border-radius: 33px;
  border: 1px solid var(--e-global-color-primary);
  white-space: nowrap;
  min-width: 60px;
  pointer-events: none;
}
.filter-news p.filter-title {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 19px;
  color: var(--e-global-color-secondary);
  letter-spacing: 0;
  margin: 0 0 0 0;
}
.filter-news .toggle {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
  z-index: 5;
}
.filter-news .toggle.with-filter {
  top: 30px;
}
.filter-news .toggle svg {
  width: 100%;
  height: auto;
}
.filter-news .clear-filters {
  border-radius: 0 !important;
  font-family: var(--e-global-typography-secondary-font-family) !important;
  font-size: 13px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 20px !important;
  letter-spacing: -0.39px !important;
  background-color: transparent !important;
  border: none !important;
  border-bottom: 2px solid var(--e-global-color-primary) !important;
  color: var(--e-global-color-primary) !important;
  display: none;
  align-items: center;
  justify-content: flex-start;
  column-gap: 10px;
  padding: 8px !important;
}
.filter-news .clear-filters:hover {
  background-color: var(--e-global-color-primary) !important;
  color: #fff !important;
}
.filter-news .clear-filters:hover svg path {
  fill: #fff;
}
.filter-news .clear-filters .icon {
  width: 16px;
}
.filter-news .clear-filters .icon svg {
  width: 100%;
  height: auto;
}
.filter-news .hidden-block {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}
.filter-news .hidden-block.visible {
  opacity: 1;
  visibility: visible;
  position: relative;
}
.filter-news .date {
  margin-top: 30px;
}
.filter-news .category,
.filter-news .search {
  margin-top: 20px;
}
.filter-news p.filter-subtitle {
  font-family: var(--e-global-typography-secondary-font-family);
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 23px;
  letter-spacing: 0.15px;
  margin: 0 0 10px;
  color: var(--e-global-color-text);
}
.filter-news .wrap {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 10px;
}
.filter-news .wrap a {
  text-align: center;
  font-family: var(--e-global-typography-secondary-font-family);
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.39px;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 7px 15px;
  color: var(--e-global-color-primary);
  border-radius: 33px;
  border: 1px solid var(--e-global-color-primary);
  transition: all 0.3s ease-out 0s;
  white-space: nowrap;
  min-width: 60px;
}
.filter-news .wrap a.selected {
  color: #fff;
  background-color: var(--e-global-color-primary);
}
.filter-news .wrap a:hover {
  color: #fff;
  background-color: var(--e-global-color-primary);
  transition: all 0.3s ease-out 0s;
}
.filter-news .wrap input.date-form {
  width: auto !important;
  text-align: center !important;
  font-family: var(--e-global-typography-secondary-font-family) !important;
  font-size: 13px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 20px !important;
  letter-spacing: -0.39px !important;
  text-transform: capitalize !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 7px 15px !important;
  color: var(--e-global-color-primary) !important;
  border-radius: 33px !important;
  border: 1px solid var(--e-global-color-primary) !important;
  transition: all 0.3s ease-out 0s !important;
  white-space: nowrap;
  min-width: 60px;
  cursor: pointer;
}
.filter-news .wrap input.date-form.selected {
  color: #fff !important;
  background-color: var(--e-global-color-primary);
}
.filter-news .wrap input.date-form.selected::placeholder {
  color: #fff !important;
}
.filter-news .wrap input.date-form::placeholder {
  color: var(--e-global-color-primary) !important;
}
.filter-news .wrap input.date-form:hover {
  color: #fff !important;
  background-color: var(--e-global-color-primary) !important;
  transition: all 0.3s ease-out 0s !important;
}
.filter-news .wrap input.date-form:hover::placeholder {
  color: #fff !important;
}
.filter-news .wrap input.date-form:focus-visible {
  outline: none;
  box-shadow: unset;
}
.filter-news .searchform {
  width: 100%;
}
.filter-news .searchform input {
  border-color: var(--e-global-color-primary) !important;
}
.filter-news .searchform input::placeholder {
  color: var(--e-global-color-text) !important;
}
.filter-news .searchform input:focus-visible {
  outline: none;
  box-shadow: unset;
}
.filter-news .apply-filters {
  margin-top: 20px;
  height: 49px;
  min-width: 172px;
  position: relative;
  background-color: var(--e-global-color-primary) !important;
}
.filter-news .apply-filters:hover {
  background-color: var(--e-global-color-primary) !important;
}
.filter-news .apply-filters .loader {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.filter-news .apply-filters .loader img {
  width: auto;
  height: 25px;
}

.datepicker {
  border-radius: 8px;
  background: #FFF;
  box-shadow: 0 4px 16px 0 rgba(101, 101, 101, 0.16);
  border: none;
  padding: 14px;
  max-width: 215px;
}
.datepicker .datepicker--content {
  width: 206px;
}
.datepicker .datepicker--nav {
  width: 206px;
}
.datepicker .datepicker--nav .datepicker--nav-action {
  border-radius: 50%;
  background: #F5F5F5;
}
.datepicker .datepicker--nav .datepicker--nav-action path {
  stroke: var(--e-global-color-primary);
}
.datepicker .datepicker--cells,
.datepicker .datepicker--days-names {
  gap: 4px;
}
.datepicker .datepicker--cells.datepicker--cells-months, .datepicker .datepicker--cells.datepicker--cells-years {
  gap: 0;
}
.datepicker .datepicker--day-name {
  flex: unset;
}
.datepicker .datepicker--day-name,
.datepicker .datepicker--cell:not(.datepicker--cell-month):not(.datepicker--cell-year) {
  border-radius: 4px;
  background: #F5F5F5;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  color: #1F1F1F;
  width: 26px;
  height: 24px;
  position: relative;
  z-index: 3;
}
.datepicker .datepicker--day-name.-other-month-,
.datepicker .datepicker--cell:not(.datepicker--cell-month):not(.datepicker--cell-year).-other-month- {
  background: transparent;
  color: var(--e-global-color-primary);
  opacity: 0.15;
}
.datepicker .datepicker--day-name.-current-,
.datepicker .datepicker--cell:not(.datepicker--cell-month):not(.datepicker--cell-year).-current- {
  border: 1.5px solid var(--e-global-color-primary);
}
.datepicker .datepicker--day-name.-range-from-, .datepicker .datepicker--day-name.-range-to-,
.datepicker .datepicker--cell:not(.datepicker--cell-month):not(.datepicker--cell-year).-range-from-,
.datepicker .datepicker--cell:not(.datepicker--cell-month):not(.datepicker--cell-year).-range-to- {
  color: #fff;
  background: var(--e-global-color-primary);
}
.datepicker .datepicker--day-name.-in-range-,
.datepicker .datepicker--cell:not(.datepicker--cell-month):not(.datepicker--cell-year).-in-range- {
  color: var(--e-global-color-primary);
  background: #FBD1CF;
  position: relative;
}
.datepicker .datepicker--day-name.-in-range-::before, .datepicker .datepicker--day-name.-in-range-::after,
.datepicker .datepicker--cell:not(.datepicker--cell-month):not(.datepicker--cell-year).-in-range-::before,
.datepicker .datepicker--cell:not(.datepicker--cell-month):not(.datepicker--cell-year).-in-range-::after {
  content: "";
  background: #FBD1CF;
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
}
.datepicker .datepicker--day-name.-in-range-:before,
.datepicker .datepicker--cell:not(.datepicker--cell-month):not(.datepicker--cell-year).-in-range-:before {
  left: -5px;
}
.datepicker .datepicker--day-name.-in-range-:after,
.datepicker .datepicker--cell:not(.datepicker--cell-month):not(.datepicker--cell-year).-in-range-:after {
  right: -5px;
}
.datepicker .datepicker--day-name {
  background: #fff;
  font-size: 10px;
  text-transform: unset;
  font-weight: 700;
}

/*# sourceMappingURL=single-post.min.css.map */
