@charset "UTF-8";
.container{
  width: 100%;
  padding-right: 0;
  padding-left: 0;
}
.pointer-events-none{
  pointer-events: none;
}
.static{
  position: static;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.sticky{
  position: sticky;
}
.left-0{
  left: 0px;
}
.left-\[-2px\]{
  left: -2px;
}
.top-1\/2{
  top: 50%;
}
.top-\[80px\]{
  top: 80px;
}
.top-full{
  top: 100%;
}
.z-\[10\]{
  z-index: 10;
}
.z-\[2\]{
  z-index: 2;
}
.m-0{
  margin: 0px;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.my-\[64px\]{
  margin-top: 64px;
  margin-bottom: 64px;
}
.\!mt-\[3rem\]{
  margin-top: 3rem !important;
}
.-ml-\[16px\]{
  margin-left: -16px;
}
.-mt-\[2px\]{
  margin-top: -2px;
}
.mb-0{
  margin-bottom: 0px;
}
.mb-12{
  margin-bottom: 3rem;
}
.mb-4{
  margin-bottom: 1rem;
}
.mb-5{
  margin-bottom: 1.25rem;
}
.mb-6{
  margin-bottom: 1.5rem;
}
.ml-\[-12px\]{
  margin-left: -12px;
}
.mt-0{
  margin-top: 0px;
}
.mt-2{
  margin-top: 0.5rem;
}
.mt-4{
  margin-top: 1rem;
}
.mt-6{
  margin-top: 1.5rem;
}
.mt-8{
  margin-top: 2rem;
}
.mt-9{
  margin-top: 2.25rem;
}
.mt-\[-1px\]{
  margin-top: -1px;
}
.mt-\[18px\]{
  margin-top: 18px;
}
.block{
  display: block;
}
.inline-block{
  display: inline-block;
}
.flex{
  display: flex;
}
.inline-flex{
  display: inline-flex;
}
.table{
  display: table;
}
.hidden{
  display: none;
}
.h-1{
  height: 0.25rem;
}
.h-12{
  height: 3rem;
}
.h-\[1px\]{
  height: 1px;
}
.h-\[3px\]{
  height: 3px;
}
.h-auto{
  height: auto;
}
.h-full{
  height: 100%;
}
.max-h-\[calc\(100dvh-100px\)\]{
  max-height: calc(100dvh - 100px);
}
.max-h-full{
  max-height: 100%;
}
.w-1{
  width: 0.25rem;
}
.w-12{
  width: 3rem;
}
.w-5{
  width: 1.25rem;
}
.w-\[2px\]{
  width: 2px;
}
.w-\[300px\]{
  width: 300px;
}
.w-full{
  width: 100%;
}
.max-w-\[300px\]{
  max-width: 300px;
}
.max-w-\[44px\]{
  max-width: 44px;
}
.max-w-\[600px\]{
  max-width: 600px;
}
.max-w-\[830px\]{
  max-width: 830px;
}
.max-w-\[860px\]{
  max-width: 860px;
}
.max-w-full{
  max-width: 100%;
}
.-translate-y-1\/2{
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-0{
  --tw-translate-x: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform{
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.list-inside{
  list-style-position: inside;
}
.list-disc{
  list-style-type: disc;
}
.flex-col{
  flex-direction: column;
}
.flex-wrap{
  flex-wrap: wrap;
}
.content-center{
  align-content: center;
}
.items-start{
  align-items: flex-start;
}
.items-center{
  align-items: center;
}
.justify-center{
  justify-content: center;
}
.justify-between{
  justify-content: space-between;
}
.gap-2{
  gap: 0.5rem;
}
.gap-4{
  gap: 1rem;
}
.gap-5{
  gap: 1.25rem;
}
.overflow-hidden{
  overflow: hidden;
}
.overflow-y-auto{
  overflow-y: auto;
}
.rounded-full{
  border-radius: 9999px;
}
.rounded-md{
  border-radius: 0.375rem;
}
.border{
  border-width: 1px;
}
.border-t-2{
  border-top-width: 2px;
}
.border-solid{
  border-style: solid;
}
.border-accent-grey{
  --tw-border-opacity: 1;
  border-color: rgb(217 219 231 / var(--tw-border-opacity, 1));
}
.bg-accent-gray-2{
  --tw-bg-opacity: 1;
  background-color: rgb(120 120 120 / var(--tw-bg-opacity, 1));
}
.bg-accent-grey{
  --tw-bg-opacity: 1;
  background-color: rgb(217 219 231 / var(--tw-bg-opacity, 1));
}
.bg-accent-lightblue{
  --tw-bg-opacity: 1;
  background-color: rgb(202 209 255 / var(--tw-bg-opacity, 1));
}
.bg-accent-red{
  --tw-bg-opacity: 1;
  background-color: rgb(255 71 50 / var(--tw-bg-opacity, 1));
}
.\!p-8{
  padding: 2rem !important;
}
.p-4{
  padding: 1rem;
}
.\!px-0{
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.px-3{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}
.py-6{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.pl-0{
  padding-left: 0px;
}
.pl-2{
  padding-left: 0.5rem;
}
.pl-4{
  padding-left: 1rem;
}
.pt-8{
  padding-top: 2rem;
}
.\!text-\[1\.25rem\]{
  font-size: 1.25rem !important;
}
.\!text-\[20px\]{
  font-size: 20px !important;
}
.text-\[12px\]{
  font-size: 12px;
}
.text-\[14px\]{
  font-size: 14px;
}
.text-as-h6{
  font-size: 0.875rem;
  line-height: 1.375;
}
.font-bold{
  font-weight: 700;
}
.font-normal{
  font-weight: 400;
}
.font-semibold{
  font-weight: 600;
}
.lowercase{
  text-transform: lowercase;
}
.italic{
  font-style: italic;
}
.text-accent-gray-2{
  --tw-text-opacity: 1;
  color: rgb(120 120 120 / var(--tw-text-opacity, 1));
}
.text-accent-gray-3{
  --tw-text-opacity: 1;
  color: rgb(88 88 88 / var(--tw-text-opacity, 1));
}
.text-accent-red{
  --tw-text-opacity: 1;
  color: rgb(255 71 50 / var(--tw-text-opacity, 1));
}
.text-body{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.underline{
  text-decoration-line: underline;
}
.no-underline{
  text-decoration-line: none;
}
.opacity-0{
  opacity: 0;
}
.outline{
  outline-style: solid;
}
.filter{
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.single-post .content-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.single-post .content-wrapper .main-content{
  width: 100%;
  max-width: 100%;
}
.single-post .content-wrapper .main-content img, .single-post .content-wrapper .main-content .wp-caption{
  max-width: 100%;
}
.single-post .sidebar-wrapper {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  padding-top: 2.5rem;
  transform: translateX(100%);
}
.single-post .sidebar-wrapper .sticky-sidebar {
  position: sticky;
  top: 100px; /* odmak od vrha */
  max-height: calc(100dvh - 100px); /* da ne izađe van ekrana */
  overflow-y: auto; /* ako je sadržaj veći */
}
.single-post #ebook-part{
  display: none;
}
.single-post #ebook-part.active{
  display: block !important;
}
.single-post .post-share{
  font-size: 14px;
}
.single-post .post-share > div a{
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(120 120 120 / var(--tw-text-opacity, 1));
}
.single-post .post-share > div a svg{
  height: 1.25rem;
  width: 1.25rem;
}
.single-post .post-share > div a:hover span{
  text-decoration-line: underline;
}
.single-post section.section.single-post-section{
  margin-left: auto;
  margin-right: auto;
  max-width: 860px;
}
.single-post section.section.single-post-section .post-featured-image{
  width: 100%;
}
.single-post section.section.single-post-section-full_width{
  max-width: 100%;
}
.single-post .editor-content > .text-block-section {
  margin-bottom: clamp(4rem, 10vw, 6.25rem);
}
.single-post .editor-content > .text-block-section:last-of-type{
  margin-bottom: 0px;
}
.single-post .editor-content h1, .single-post .editor-content h2, .single-post .editor-content h3, .single-post .editor-content h4, .single-post .editor-content h5, .single-post .editor-content h6 {
  font-weight: 600;
  font-size: inherit;
}
.single-post .editor-content h1 + p, .single-post .editor-content h2 + p, .single-post .editor-content h3 + p, .single-post .editor-content h4 + p, .single-post .editor-content h5 + p, .single-post .editor-content h6 + p{
  margin-top: 1.5rem !important;
}
.single-post .editor-content h1, .single-post .editor-content .as-h1 {
  font-size: 3em;
}
.single-post .editor-content h2, .single-post .editor-content .as-h2 {
  font-size: 2.125em;
  margin-top: clamp(2rem, 3vw, 6.25rem);
  margin-bottom: clamp(1rem, 1.25vw, 1.5rem);
}
.single-post .editor-content h3, .single-post .editor-content .as-h3 {
  font-size: 1.5em;
}
.single-post .editor-content h4, .single-post .editor-content .as-h4 {
  font-size: 1.25rem !important;
}
.single-post .editor-content h5, .single-post .editor-content .as-h5 {
  font-size: 1em;
  line-height: 1.375;
}
.single-post .editor-content h6, .single-post .editor-content .as-h6 {
  font-size: 0.875rem;
  line-height: 1.375;
}
.single-post .editor-content h3, .single-post .editor-content h4, .single-post .editor-content h5, .single-post .editor-content h6 {
  margin-top: clamp(2rem, 2vw, 2rem);
  margin-bottom: clamp(0.25rem, 1.25vw, 0.5rem);
  line-height: 1.8 !important;
}
.single-post .editor-content p{
  margin-top: 2rem;
}
.single-post .editor-content ul, .single-post .editor-content ol{
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding-left: 0.5rem;
}
.single-post .editor-content p.wp-caption-text{
  margin-top: 0.5rem !important;
  font-size: 12px !important;
}
.single-post .editor-content p.wp-caption-text strong{
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 71 50 / var(--tw-text-opacity, 1));
}
.single-post .editor-content blockquote{
  position: relative !important;
  margin-top: 2rem !important;
  margin-bottom: 3rem !important;
  padding: 1rem !important;
  font-style: italic !important;
  background: linear-gradient(to left, #F7F4F2 0%, #EEE7E3 100%);
}
.single-post .editor-content blockquote p{
  margin-top: 0px;
}
.single-post .editor-content blockquote p + *{
  position: absolute !important;
  top: 100% !important;
  left: 0px !important;
  margin: 0px !important;
  margin-top: 1rem !important;
  font-size: 12px !important;
}
.single-post .editor-content p, .single-post .editor-content ul li, .single-post .editor-content ol li{
  list-style-position: inside;
  list-style-type: disc;
  font-size: 1.25rem !important;
  line-height: 1.8 !important;
}
.single-post .editor-content img{
  margin-top: 1.5rem;
}
.single-post .editor-content .ebook {
  margin: clamp(4rem, 10vw, 6.25rem) 0;
}
.single-post .editor-content .ebook-link{
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1)) !important;
  text-decoration-line: none !important;
}
.single-post .editor-content .ebook-title{
  margin-top: 1.5rem !important;
  font-weight: 600 !important;
}
.single-post .editor-content .ebook-content p {
  border-bottom: none !important;
  box-shadow: none !important;
  font-size: 0.875rem !important;
  line-height: 1.375 !important;
  font-weight: 400 !important;
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1)) !important;
  text-decoration-line: none !important;
}
.single-post .editor-content .ebook .pin-spacer {
  max-width: 100% !important;
  width: 100% !important;
  height: auto !important;
  display: block !important;
}
.single-post .editor-content .ebook .sticky-block {
  left: 0 !important;
  top: 0 !important;
  width: 100% !important;
  position: relative !important;
  transform: none !important;
  max-height: 100% !important;
  height: auto !important;
  translate: none !important;
}
.single-post .editor-content .ebook-image > img{
  margin: 0px !important;
}
.single-post .fast-links{
  z-index: 10 !important;
  max-height: calc(100dvh - 100px) !important;
  width: 100% !important;
  max-width: 300px !important;
  overflow-y: auto !important;
  transition: height 0.3s ease;
}
.single-post .fast-links.is-mobile{
  position: static !important;
  left: 0px !important;
  margin-top: 64px !important;
  margin-bottom: 64px !important;
  display: block !important;
  height: auto !important;
  max-height: 100% !important;
  max-width: 100% !important;
  --tw-translate-x: 0px !important;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
  background: linear-gradient(to left, #F7F4F2 0%, #EEE7E3 100%);
}
.single-post .fast-links.is-mobile > p{
  margin-top: 0px;
}
.single-post .fast-links.is-mobile > ul{
  margin-top: 0px !important;
}
.single-post .fast-links.is-mobile > ul p{
  margin-top: 0px !important;
}
.single-post .fast-links.is-mobile ul li.has_links ul{
  display: none !important;
}
.single-post .fast-links > p{
  position: relative !important;
  font-size: 14px !important;
}
.single-post .fast-links > p:before {
  content: "";
  position: absolute !important;
  top: 100% !important;
  left: 0px !important;
  z-index: 2 !important;
  margin-top: -1px !important;
  height: 3px !important;
  width: 100% !important;
  max-width: 44px !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 71 50 / var(--tw-bg-opacity, 1)) !important;
}
.single-post .fast-links > p:after {
  content: "";
  position: absolute !important;
  top: 100% !important;
  left: 0px !important;
  height: 1px !important;
  width: 100% !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(217 219 231 / var(--tw-bg-opacity, 1)) !important;
}
.single-post .fast-links > ul {
  margin-bottom: 0px !important;
  padding-left: 0px !important;
  list-style: none !important;
}
.single-post .fast-links > ul > li {
  list-style: none !important;
}
.single-post .fast-links > ul > li:last-of-type{
  margin-bottom: 0px !important;
}
.single-post .fast-links > ul > li p{
  position: relative !important;
  font-size: 14px !important;
  --tw-text-opacity: 1 !important;
  color: rgb(88 88 88 / var(--tw-text-opacity, 1)) !important;
}
.single-post .fast-links > ul > li:hover > p, .single-post .fast-links > ul > li.active > p{
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  text-decoration-line: underline;
}
.single-post .fast-links > ul li{
  margin-bottom: 1rem !important;
  font-size: 14px !important;
}
.single-post .fast-links > ul li > ul {
  border-left: 2px solid;
  position: relative !important;
  margin-top: 18px !important;
  --tw-border-opacity: 1 !important;
  border-color: rgb(217 219 231 / var(--tw-border-opacity, 1)) !important;
  padding-left: 1rem !important;
}
.single-post .fast-links > ul li > ul > li{
  position: relative !important;
  list-style: none;
}
.single-post .fast-links > ul li > ul > li:hover{
  font-weight: 700;
}
.single-post .fast-links > ul li > ul > li:hover:before {
  content: "";
  position: absolute !important;
  left: -2px !important;
  margin-left: -16px !important;
  height: 100% !important;
  width: 2px !important;
  --tw-translate-y: -50% !important;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 71 50 / var(--tw-bg-opacity, 1)) !important;
}
.single-post .fast-links > ul li > ul > li.active:before {
  content: "";
  position: absolute !important;
  left: -2px !important;
  margin-left: -16px !important;
  height: 100% !important;
  width: 2px !important;
  --tw-translate-y: -50% !important;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 71 50 / var(--tw-bg-opacity, 1)) !important;
}
.single-post .fast-links > ul li.has_links.active > ul > li.active{
  font-weight: 700;
}
.single-post .fast-links.sticked{
  pointer-events: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
}
.single-post .article-nav-skeleton {
  width: 100%;
  padding: 16px 12px;
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.03);
  overflow: hidden;
  position: relative;
}
.single-post .skeleton-title,
.single-post .skeleton-link {
  height: 16px;
  margin-bottom: 18px;
  background-color: #f0f0f0;
  border-radius: 4px;
  position: relative;
  overflow: hidden;
}
.single-post .skeleton-title {
  width: 60%;
  height: 16px;
  margin-bottom: 18px;
}
.single-post .skeleton-link {
  width: 90%;
  height: 14px;
  margin-bottom: 14px;
}
.single-post .skeleton-link:last-child {
  margin-bottom: 0;
}
.single-post .skeleton-title::after,
.single-post .skeleton-link::after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
  animation: shimmer 1.5s infinite;
}
@keyframes shimmer {
  to {
    left: 100%;
  }
}
.single-post .border-t-1 {
  border: none;
  border-top: 0.0625rem solid rgba(0, 0, 0, 0.25);
}
.single-post .sentinel {
  height: 1px;
  width: 100%;
}
@media (min-width: 1024px){
  .lg\:mb-20{
    margin-bottom: 5rem;
  }
  .lg\:flex-row{
    flex-direction: row;
  }
}
