/* Han Bakıcı Blog Detay */
.hbb-detail,
.hbb-detail *{box-sizing:border-box}
.hbb-detail{--hbb-pink:#ff4f83;--hbb-blue:#2463d6;--hbb-text:#102044;--hbb-muted:#6d7890;--hbb-border:#eaf0f7;--hbb-soft:#f8fbff;--hbb-container:1300px;font-family:Poppins,Arial,sans-serif;color:var(--hbb-text);max-width:var(--hbb-container);margin:0 auto;padding:0 18px;overflow:hidden}
.hbb-detail a{text-decoration:none;color:inherit}
.hbb-breadcrumb{margin:0 0 20px;color:#9aa5b8;font-size:12px}
.hbb-breadcrumb ol{display:flex;align-items:center;gap:7px;flex-wrap:wrap;list-style:none;margin:0;padding:0}
.hbb-breadcrumb li{display:flex;align-items:center;gap:7px;min-width:0}
.hbb-breadcrumb a{color:#8f9ab0}
.hbb-breadcrumb a:hover{color:var(--hbb-pink)}
.hbb-breadcrumb em{font-style:normal;color:#c5ccda}
.hbb-breadcrumb span{font-weight:500;color:#15203b}
.hbb-hero{display:grid;grid-template-columns:minmax(0,1fr) 46%;gap:34px;align-items:center;min-height:285px;padding:34px 38px;background:linear-gradient(110deg,#fff 0%,#fff7fb 46%,#eef7ff 100%);border:1px solid var(--hbb-border);border-radius:4px;position:relative;overflow:hidden}
.hbb-hero:before{content:"";position:absolute;left:44%;top:48px;width:270px;height:100px;background:radial-gradient(circle at 18px 20px,var(--hbb-pink) 0 4px,transparent 5px);background-size:48px 32px;opacity:.12;transform:rotate(-10deg)}
.hbb-cat-pill{display:inline-flex;margin:0 0 11px;color:var(--hbb-pink);font-size:12px;font-weight:600}
.hbb-hero h1{margin:0 0 12px!important;color:var(--hbb-text)!important;font-size:42px!important;line-height:1.12!important;letter-spacing:-.03em!important;font-weight:700!important;max-width:700px}
.hbb-hero p{margin:0 0 18px!important;color:#506078!important;font-size:15px!important;line-height:1.75!important;max-width:720px}
.hbb-hero-img{position:relative;z-index:1;height:245px;border-radius:4px;overflow:hidden;box-shadow:0 20px 55px rgba(21,32,59,.08)}
.hbb-hero-img img{width:100%;height:100%;object-fit:cover;display:block}
.hbb-post-meta{display:flex;align-items:center;gap:18px;flex-wrap:wrap;color:#68758d;font-size:12px}
.hbb-post-meta img{width:38px;height:38px;border-radius:50%;object-fit:cover}
.hbb-post-meta span{display:inline-flex;align-items:center;gap:7px}
.hbb-post-meta span:first-of-type{display:flex;flex-direction:column;align-items:flex-start;gap:1px}
.hbb-post-meta b{color:#13213e;font-weight:600}
.hbb-post-meta small{color:#8d97aa}
.hbb-post-meta i{color:#8490a7}
.hbb-toc{margin:18px 0 24px;padding:18px 22px;background:#fff;border:1px solid var(--hbb-border);border-radius:4px;box-shadow:0 14px 35px rgba(19,33,62,.04)}
.hbb-toc strong{display:block;margin:0 0 11px;color:#15203b;font-size:15px}
.hbb-toc ol{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px 28px;margin:0;padding:0;list-style:none;counter-reset:toc}
.hbb-toc li{counter-increment:toc;min-width:0}
.hbb-toc li a{display:flex;gap:8px;color:#4f5d75;font-size:13px;line-height:1.45}
.hbb-toc li a:before{content:counter(toc) ".";color:var(--hbb-pink);font-weight:700;min-width:18px}
.hbb-toc li.is-h3{padding-left:14px}
.hbb-layout{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:26px;align-items:start}
.hbb-layout.no-sidebar{grid-template-columns:1fr}
.hbb-content,.hbb-side-card,.hbb-related{background:#fff;border:1px solid var(--hbb-border);border-radius:4px;box-shadow:0 14px 35px rgba(19,33,62,.04)}
.hbb-content{padding:28px 30px;min-width:0}
.hbb-content :where(h2,h3,h4){color:#15203b!important;letter-spacing:-.02em!important;line-height:1.25!important}
.hbb-content h2{font-size:24px!important;margin:22px 0 12px!important}
.hbb-content h3{font-size:20px!important;margin:20px 0 10px!important}
.hbb-content p{font-size:15px!important;line-height:1.85!important;color:#3f4d66!important;margin:0 0 16px!important}
.hbb-content ul,.hbb-content ol{margin:0 0 18px 20px!important;color:#3f4d66!important;line-height:1.8!important}
.hbb-content li{margin-bottom:7px!important}
.hbb-content img{max-width:100%;height:auto;border-radius:4px}
.hbb-content blockquote{margin:22px 0;padding:20px 24px;background:#fff7fb;border-left:4px solid var(--hbb-pink);color:#3d4960;border-radius:4px}
.hbb-note{display:flex;align-items:center;gap:14px;margin:30px 0 22px;padding:18px 20px;background:linear-gradient(90deg,#fff7fb,#f8fbff);border:1px solid #ffe2ed;border-radius:4px}
.hbb-note i{width:42px;height:42px;display:flex;align-items:center;justify-content:center;background:#fff;color:var(--hbb-pink);border-radius:50%}
.hbb-note strong{display:block;color:#15203b;font-size:14px}
.hbb-note span{display:block;color:#68758d;font-size:12px;margin-top:2px}
.hbb-share{display:flex;align-items:center;gap:9px;flex-wrap:wrap;padding-top:18px;border-top:1px solid var(--hbb-border);color:#68758d;font-size:12px}
.hbb-share a,.hbb-share button{width:34px;height:34px;border-radius:50%;border:1px solid var(--hbb-border);background:#fff;display:inline-flex;align-items:center;justify-content:center;color:#66738b;cursor:pointer}
.hbb-share a:hover,.hbb-share button:hover{color:var(--hbb-pink);border-color:#ffd0df}
.hbb-like{margin-left:auto;display:inline-flex!important;align-items:center;gap:7px}
.hbb-like button{width:auto;height:34px;border-radius:999px;padding:0 12px;color:var(--hbb-pink)}
.hbb-sidebar{display:grid;gap:18px;min-width:0}
.hbb-side-card{padding:20px}
.hbb-side-card h3{margin:0 0 16px!important;font-size:16px!important;color:#15203b!important}
.hbb-author-card>div{text-align:center}
.hbb-author-card img{width:70px;height:70px;border-radius:50%;object-fit:cover;margin:0 auto 9px;display:block}
.hbb-author-card strong{display:block;color:#15203b;font-size:15px}
.hbb-author-card p{margin:8px 0 13px;color:#68758d;font-size:12px;line-height:1.65}
.hbb-author-card a{display:inline-flex;gap:7px;align-items:center;justify-content:center;min-height:36px;padding:0 14px;border:1px solid #dbe8ff;color:var(--hbb-blue);border-radius:4px;font-size:12px;font-weight:600}
.hbb-popular a{display:grid;grid-template-columns:22px 54px minmax(0,1fr);gap:10px;align-items:center;padding:9px 0;border-bottom:1px solid var(--hbb-border)}
.hbb-popular a:last-child{border-bottom:0}
.hbb-popular a>span{width:22px;height:22px;display:flex;align-items:center;justify-content:center;background:var(--hbb-pink);color:#fff;border-radius:50%;font-size:11px;font-weight:700}
.hbb-popular img{width:54px;height:48px;border-radius:4px;object-fit:cover}
.hbb-popular strong{font-size:12px;color:#15203b;line-height:1.3;font-weight:600}
.hbb-popular small{display:block;color:#8c98ac;margin-top:4px;font-size:10px;font-weight:400}
.hbb-newsletter{background:linear-gradient(140deg,#fff7fb,#fff)!important;position:relative;overflow:hidden}
.hbb-newsletter>i{position:absolute;right:18px;top:16px;font-size:34px;color:#ffc4d8}
.hbb-newsletter p{color:#68758d;font-size:12px;line-height:1.65;margin:0 0 14px}
.hbb-newsletter form{display:flex;gap:6px}
.hbb-newsletter input{min-width:0;flex:1;border:1px solid var(--hbb-border);height:38px;padding:0 12px;border-radius:4px;font-size:12px}
.hbb-newsletter button{border:0;background:var(--hbb-pink);color:#fff;border-radius:4px;padding:0 14px;font-size:12px;font-weight:600}
.hbb-newsletter small{display:block;margin-top:9px;color:#9aa5b8;font-size:10px}
.hbb-cats a{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:10px 0;border-bottom:1px solid var(--hbb-border);color:#54627a;font-size:12px}
.hbb-cats a:last-child{border-bottom:0}
.hbb-cats span{display:flex;align-items:center;gap:9px}
.hbb-cats i{color:var(--hbb-pink)}
.hbb-cats b{color:var(--hbb-pink);font-weight:600}
.hbb-cats .hbb-all-cats{justify-content:center;color:var(--hbb-blue);font-weight:600}
.hbb-related{margin-top:26px;padding:22px}
.hbb-section-title{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}
.hbb-section-title h3{margin:0!important;color:#15203b!important;font-size:18px!important}
.hbb-section-title a{color:var(--hbb-blue);font-size:12px;font-weight:600}
.hbb-related-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
.hbb-related article{border:1px solid var(--hbb-border);border-radius:4px;overflow:hidden;background:#fff;min-width:0}
.hbb-related-img{display:block;height:128px;overflow:hidden}
.hbb-related-img img{width:100%;height:100%;object-fit:cover;transition:.25s transform}
.hbb-related article:hover .hbb-related-img img{transform:scale(1.04)}
.hbb-related article>div{padding:13px}
.hbb-related span{display:inline-flex;color:var(--hbb-pink);font-size:10px;font-weight:600;margin-bottom:5px}
.hbb-related-title{display:block;color:#15203b;font-size:14px;font-weight:700;line-height:1.35;margin-bottom:7px}
.hbb-related p{color:#68758d;font-size:12px;line-height:1.55;margin:0 0 9px}
.hbb-related small{display:flex;gap:8px;align-items:center;flex-wrap:wrap;color:#8c98ac;font-size:10px}
.hbb-related small i{color:#8c98ac}
.hbb-empty{padding:30px;background:#fff;border:1px solid var(--hbb-border);border-radius:4px}
@media(max-width:1024px){
  .hbb-hero{grid-template-columns:1fr;padding:26px}
  .hbb-hero-img{height:230px}
  .hbb-hero h1{font-size:32px!important}
  .hbb-layout{grid-template-columns:1fr}
  .hbb-sidebar{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:768px){
  .hbb-detail{padding:0 12px}
  .hbb-hero{padding:22px 16px;gap:18px}
  .hbb-hero h1{font-size:27px!important}
  .hbb-hero p{font-size:13px!important}
  .hbb-post-meta{gap:10px}
  .hbb-toc ol{grid-template-columns:1fr}
  .hbb-content{padding:21px 16px}
  .hbb-note{align-items:flex-start}
  .hbb-like{margin-left:0;width:100%}
  .hbb-sidebar{grid-template-columns:1fr}
  .hbb-related-grid{grid-template-columns:1fr}
  .hbb-newsletter form{display:grid}
  .hbb-newsletter button{height:38px}
}
