@charset "UTF-8";
.single {
  background-color: var(--light-fon, #F5FAFF);
}
.single .breadcrumb-nav .current {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.single-main {
  padding-bottom: 80px;
}
@media (width <= 1023px) {
  .single-main {
    padding-bottom: 60px;
  }
}
@media (width <= 768px) {
  .single-main {
    padding-bottom: 40px;
  }
}
.single-main .container {
  padding-top: 0;
  padding-bottom: 0;
}

.single-hero__inner {
  padding: 48px 0 160px;
  position: relative;
  background: var(--dark-blue-900, #141f29);
}
@media (width <= 767px) {
  .single-hero__inner {
    padding: 40px 0 120px;
  }
}
.single-hero .hero-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  max-width: 768px;
  margin: 0 auto;
}
.single-hero .post-tag {
  display: inline-block;
  padding: 4px 10px;
  margin-bottom: 16px;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  color: var(--default-primary-1, #fefefe);
  border-radius: 4px;
  background: var(--blue-accent, #3c5a78);
  width: -moz-fit-content;
  width: fit-content;
}
.single-hero .post-title {
  margin: 0 auto 24px;
  color: var(--grey-stroke, #e8ebef);
  text-align: center;
  font-size: 44px;
  font-weight: 600;
  line-height: 1.23;
}
@media (width <= 767px) {
  .single-hero .post-title {
    font-size: 38px;
  }
}
.single-hero .post-excerpt {
  margin: 0 0 32px;
  color: var(--grey-stroke, #e8ebef);
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.56;
}
@media (width <= 767px) {
  .single-hero .post-excerpt {
    font-size: 16px;
    margin: 0 0 20px;
  }
}
.single-hero .post-author {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
.single-hero .post-author img {
  width: 48px;
  height: 48px;
  border-radius: 48px;
  overflow: hidden;
}
.single-hero .post-author img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.single-hero .post-author span {
  color: var(--default-primary-1, #fefefe);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}
.single-hero .hero-image {
  position: relative;
  margin: -96px auto 0;
  width: 100%;
  padding: 0 112px;
  height: 550px;
  overflow: hidden;
  z-index: 2;
}
@media (width <= 1023px) {
  .single-hero .hero-image {
    height: 440px;
    padding: 0 40px;
  }
}
@media (width <= 575px) {
  .single-hero .hero-image {
    height: 300px;
    padding: 0 20px;
  }
}
@media (width <= 400px) {
  .single-hero .hero-image {
    height: 260px;
  }
}
.single-hero .hero-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
}

.entry-content {
  max-width: 768px;
  margin: 0 auto;
  padding: 60px 0 32px;
  border-bottom: 1px solid var(--grey-stroke, #e8ebef);
}
@media (width <= 1023px) {
  .entry-content {
    padding: 40px 0 32px;
  }
}
.entry-content h2 {
  margin-bottom: 20px;
  margin-top: 32px;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.25;
}
@media (width <= 767px) {
  .entry-content h2 {
    margin-top: 24px;
    margin-bottom: 20px;
  }
}
.entry-content h2:first-child {
  margin-top: 0;
}
.entry-content li,
.entry-content p {
  color: var(--default-primary-2, #030d16);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.56;
}
@media (width <= 767px) {
  .entry-content li,
  .entry-content p {
    font-size: 16px;
  }
}
.entry-content p {
  margin-bottom: 32px;
}
@media (width <= 767px) {
  .entry-content p {
    margin-bottom: 16px;
  }
}
.entry-content p:last-child {
  margin-bottom: 0;
}
.entry-content a {
  color: var(--blue-accent, #3c5a78);
  font-size: 18px;
  font-weight: 500;
  line-height: 1.56;
  text-decoration: none;
}
@media (width <= 767px) {
  .entry-content a {
    font-size: 16px;
  }
}
.entry-content a:hover {
  text-decoration: underline;
}
.entry-content img {
  width: 100%;
  height: 450px;
  border-radius: 12px;
  -o-object-fit: contain;
     object-fit: contain;
  background: var(--blue-accent, #3c5a78);
}
@media (width <= 767px) {
  .entry-content img {
    height: 350px;
  }
}
@media (width <= 575px) {
  .entry-content img {
    height: 230px;
  }
}
.entry-content ol,
.entry-content ul {
  list-style-position: inside;
  margin-bottom: 32px;
  padding-left: 0;
}
@media (width <= 767px) {
  .entry-content ol,
  .entry-content ul {
    margin-bottom: 16px;
  }
}
.entry-content ul {
  list-style: disc;
}
.entry-content li ul,
.entry-content li ol {
  margin-top: 32px;
  padding-left: 32px;
}
@media (width <= 991px) {
  .entry-content li ul,
  .entry-content li ol {
    margin-top: 16px;
    padding-left: 20px;
    font-size: 16px;
  }
}

.post-footer {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 24px;
  max-width: 768px;
  margin: 0 auto;
  padding-top: 24px;
}
@media (width <= 575px) {
  .post-footer {
    flex-direction: column;
    justify-content: center;
  }
}
.post-footer .navigation .nav-links {
  display: flex;
  gap: 8px;
}
.post-footer a {
  text-decoration: none;
}
.post-footer .nav-subtitle {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  padding: 8px 14px;
  height: 40px;
  background: var(--default-primary-1, #fefefe);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.43;
  color: var(--default-primary-2, #030d16);
  border: 1px solid var(--grey-stroke, #e8ebef);
  border-radius: 4px;
  transition: var(--animation-duration) ease-in-out;
}
.post-footer .nav-subtitle:hover, .post-footer .nav-subtitle.current {
  background: var(--blue-accent, #3c5a78);
  color: var(--default-primary-1, #fefefe);
}
.post-footer .nav-previous .nav-subtitle {
  padding-left: 22px;
}
.post-footer .nav-next .nav-subtitle {
  padding-right: 21px;
}
.post-footer .post-share {
  display: flex;
  gap: 16px;
}
.post-footer .post-share a,
.post-footer .post-share button {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  border: 1px solid var(--grey-stroke, #e8ebef);
  background: var(--default-primary-1, #fefefe);
  transition: var(--animation-duration) ease-in-out;
  cursor: pointer;
}
.post-footer .post-share a svg,
.post-footer .post-share button svg {
  width: 20px;
  height: 20px;
  transform: scale(1);
  transition: var(--animation-duration) ease-in-out;
}
.post-footer .post-share a:hover svg,
.post-footer .post-share button:hover svg {
  transform: scale(1.12);
}
.post-footer .post-share .share-copy.copied {
  position: relative;
}
.post-footer .post-share .share-copy.copied svg {
  opacity: 0.1;
}
.post-footer .post-share .share-copy.copied::after {
  content: "✔";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 28px;
  color: #17d130;
  opacity: 1;
}