/* Life Travels Single Post Layout */
.ltk-single-post{--ltk-blue:#0ea5e9;--ltk-ink:#102a43;--ltk-muted:#64748b;width:100%;font-family:inherit;color:var(--ltk-ink);overflow:clip}
.ltk-single-post,.ltk-single-post *{box-sizing:border-box}
.ltk-single-post a{text-decoration:none}
.ltk-single-post__hero{position:relative;display:flex;align-items:center;justify-content:center;min-height:360px;padding:48px 24px;background:#0d2234 center center/cover no-repeat;isolation:isolate}
.ltk-single-post__hero:before{content:"";position:absolute;inset:0;z-index:-2;background:linear-gradient(135deg,#102f44,#0c1f31)}
.ltk-single-post__hero.has-image:before{display:none}
.ltk-single-post__hero:after{content:"";position:absolute;inset:0;z-index:-1;background:rgba(3,17,28,.56)}
.ltk-single-post__hero-inner{width:100%;max-width:780px;margin:auto;text-align:center;color:#fff}
.ltk-single-post__hero-title{margin:0;color:#fff;font-size:42px;font-weight:500;line-height:1.15;letter-spacing:-.025em;text-wrap:balance}
.ltk-single-post__breadcrumbs{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:8px;margin-top:18px;color:rgba(255,255,255,.84);font-size:13px;line-height:1.5}
.ltk-single-post__breadcrumbs a,.ltk-single-post__breadcrumbs span{display:inline-flex;align-items:center;gap:6px;min-width:0;color:inherit}
.ltk-single-post__breadcrumbs a:hover{color:#fff}
.ltk-single-post__breadcrumbs svg{width:13px;height:13px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.ltk-single-post__breadcrumbs i{font-style:normal;color:var(--ltk-blue)}
.ltk-single-post__body{background:#fff}
.ltk-single-post__shell{width:100%;max-width:1240px;margin:0 auto;padding:52px 24px 70px}
.ltk-single-post__grid{--ltk-sidebar-width:320px;display:grid;grid-template-columns:minmax(0,1fr) var(--ltk-sidebar-width);gap:34px;align-items:start}
.ltk-single-post__grid.no-sidebar{display:block}
.ltk-single-post__article{min-width:0}
.ltk-single-post__featured{display:block;overflow:hidden;width:100%;margin:0 0 0;background:#eef5f8;border-radius:18px}
.ltk-single-post__featured img{display:block;width:100%;height:520px;margin:0;object-fit:cover;object-position:center}
.ltk-single-post__meta{display:flex;align-items:center;justify-content:space-between;gap:22px;flex-wrap:wrap;margin:0;padding:15px 6px 18px;border-bottom:1px solid #edf2f6;color:#64748b;font-size:13px;line-height:1.4}
.ltk-single-post__meta span{display:inline-flex;align-items:center;gap:7px;min-width:0}
.ltk-single-post__meta b{font:inherit;font-weight:400;white-space:nowrap}
.ltk-single-post__meta svg{width:15px;height:15px;flex:0 0 auto;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round;color:var(--ltk-blue)}
.ltk-single-post__content{padding-top:28px;color:#526477;font-size:16px;font-weight:400;line-height:1.8;overflow-wrap:anywhere}
.ltk-single-post__content>*:first-child{margin-top:0}
.ltk-single-post__content>*:last-child{margin-bottom:0}
.ltk-single-post__content p{margin-top:0;margin-bottom:18px}
.ltk-single-post__content h1,.ltk-single-post__content h2,.ltk-single-post__content h3,.ltk-single-post__content h4,.ltk-single-post__content h5,.ltk-single-post__content h6{margin:32px 0 13px;color:#102a43;font-weight:500;line-height:1.3}
.ltk-single-post__content h2{font-size:27px}.ltk-single-post__content h3{font-size:22px}.ltk-single-post__content h4{font-size:18px}
.ltk-single-post__content ul,.ltk-single-post__content ol{margin:0 0 22px;padding-left:22px}
.ltk-single-post__content li{margin:8px 0;padding-left:3px}
.ltk-single-post__content li::marker,.ltk-single-post__content a{color:var(--ltk-blue)}
.ltk-single-post__content a:hover{text-decoration:underline}
.ltk-single-post__content img{max-width:100%;height:auto;border-radius:12px}
.ltk-single-post__content blockquote{margin:28px 0;padding:20px 24px;border-left:3px solid var(--ltk-blue);border-radius:0 12px 12px 0;background:#f6fbfe;color:#334e68}
.ltk-single-post__content table{display:block;max-width:100%;overflow:auto;border-collapse:collapse}
.ltk-single-post__content th,.ltk-single-post__content td{padding:10px 12px;border:1px solid #dde8ef}
.ltk-single-post__sidebar{min-width:0}
.ltk-single-post__sidebar.is-sticky{position:sticky;top:110px}
.ltk-single-post__sidebar-panel{padding:18px;border:1px solid #dbeaf3;border-radius:18px;background:#fff}
.ltk-single-post__sidebar-title{position:relative;margin:0 0 18px;padding-bottom:12px;color:#102a43;font-size:20px;font-weight:500;line-height:1.25}
.ltk-single-post__sidebar-title:after{content:"";position:absolute;bottom:0;left:0;width:38px;height:3px;border-radius:99px;background:var(--ltk-blue)}
.ltk-single-post__recent-list{display:grid;gap:12px}
.ltk-single-post__recent-item{display:grid;grid-template-columns:86px minmax(0,1fr);gap:11px;align-items:center;padding:8px;border:1px solid #e2edf4;border-radius:12px;background:#fff;transition:border-color .2s ease,transform .2s ease,box-shadow .2s ease}
.ltk-single-post__recent-item:hover{transform:translateY(-1px);border-color:#b9dceb;box-shadow:0 10px 24px rgba(24,64,88,.07)}
.ltk-single-post__recent-image{display:block;overflow:hidden;width:86px;height:64px;border-radius:8px;background:#edf4f8}
.ltk-single-post__recent-image img{display:block;width:100%;height:100%;margin:0;object-fit:cover}
.ltk-single-post__recent-placeholder{display:block;width:100%;height:100%;background:linear-gradient(135deg,#dcebf4,#eef5f8)}
.ltk-single-post__recent-copy{display:block;min-width:0}
.ltk-single-post__recent-date{display:block;margin-bottom:4px;color:#7b8d9e;font-size:10px;font-weight:400;line-height:1.3}
.ltk-single-post__recent-title{display:-webkit-box;overflow:hidden;color:#17324a;font-size:13px;font-weight:500;line-height:1.35;-webkit-box-orient:vertical;-webkit-line-clamp:3;transition:color .2s ease}
.ltk-single-post__recent-item:hover .ltk-single-post__recent-title{color:var(--ltk-blue)}
.ltk-single-post__recent-empty{margin:0;color:#718599;font-size:14px}
.ltk-single-post__share{display:flex;align-items:center;gap:16px;margin-top:44px;padding:20px 0;border-top:1px solid #e5edf3;border-bottom:1px solid #e5edf3}
.ltk-single-post__share>strong{font-size:13px;font-weight:500;color:#344e63}
.ltk-single-post__share-links{display:flex;gap:8px}
.ltk-single-post__share-link{display:grid;place-items:center;width:34px;height:34px;border:1px solid #dce6ed;border-radius:50%;color:#657b8d;transition:.2s ease}
.ltk-single-post__share-link svg{width:14px;height:14px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.ltk-single-post__share-link:hover{border-color:var(--ltk-blue);background:var(--ltk-blue);color:#fff;transform:translateY(-1px)}
.ltk-single-post__post-nav{display:grid;grid-template-columns:1fr 1fr;gap:14px;padding-top:24px;border-top:0 solid #e5edf3}
.ltk-single-post__nav-link{display:flex;min-height:84px;flex-direction:column;justify-content:center;gap:5px;padding:14px 16px;border:1px solid #dbeaf3;border-radius:12px;background:#f8fcfe;transition:.2s ease}
.ltk-single-post__nav-link.is-next{text-align:right}
.ltk-single-post__nav-link:hover{transform:translateY(-1px);border-color:#a8d9ed;box-shadow:0 10px 24px rgba(24,64,88,.06)}
.ltk-single-post__nav-link small{color:#7d92a4;font-size:10px;font-weight:500;letter-spacing:.08em;text-transform:uppercase}
.ltk-single-post__nav-title{display:-webkit-box;overflow:hidden;color:#17324a;font-size:13px;font-weight:500;line-height:1.45;-webkit-box-orient:vertical;-webkit-line-clamp:2}
@media(max-width:1024px){
  .ltk-single-post__grid{--ltk-sidebar-width:280px;gap:26px}
  .ltk-single-post__featured img{height:430px}
  .ltk-single-post__sidebar.is-sticky{top:90px}
  .ltk-single-post__recent-item{grid-template-columns:72px minmax(0,1fr)}
  .ltk-single-post__recent-image{width:72px;height:58px}
}
@media(max-width:767px){
  .ltk-single-post{overflow:visible}
  .ltk-single-post__hero{min-height:290px;padding:36px 18px}
  .ltk-single-post__hero-title{font-size:31px;line-height:1.2}
  .ltk-single-post__breadcrumbs{margin-top:14px;font-size:11px}
  .ltk-single-post__breadcrumbs>span[aria-current="page"]{display:-webkit-box;overflow:hidden;max-width:70%;-webkit-box-orient:vertical;-webkit-line-clamp:1}
  .ltk-single-post__shell{padding:28px 16px 44px}
  .ltk-single-post__grid,.ltk-single-post__grid.has-sidebar{display:flex;flex-direction:column;gap:34px}
  .ltk-single-post__article,.ltk-single-post__sidebar{width:100%}
  .ltk-single-post__featured img{height:250px}
  .ltk-single-post__meta{justify-content:flex-start;gap:12px 18px;padding:13px 2px 16px}
  .ltk-single-post__meta span{flex:0 0 calc(50% - 9px)}
  .ltk-single-post__meta b{white-space:normal}
  .ltk-single-post__content{padding-top:22px;font-size:15px;line-height:1.75}
  .ltk-single-post__content h2{font-size:23px}.ltk-single-post__content h3{font-size:20px}
  .ltk-single-post__sidebar.is-sticky{position:static}
  .ltk-single-post__sidebar-panel{padding:15px}
  .ltk-single-post__recent-list{grid-template-columns:1fr}
  .ltk-single-post__recent-item{grid-template-columns:92px minmax(0,1fr);padding:7px}
  .ltk-single-post__recent-image{width:92px;height:68px}
  .ltk-single-post__share{margin-top:34px;flex-wrap:wrap}
  .ltk-single-post__post-nav{grid-template-columns:1fr;gap:10px;padding-top:18px}
  .ltk-single-post__post-nav>span:empty{display:none}
  .ltk-single-post__nav-link.is-next{text-align:left}
}
@media(max-width:420px){
  .ltk-single-post__hero-title{font-size:27px}
  .ltk-single-post__meta span{flex-basis:100%}
  .ltk-single-post__recent-item{grid-template-columns:82px minmax(0,1fr)}
  .ltk-single-post__recent-image{width:82px;height:64px}
}
