
/* CDH Single Note Template v16 */

.cdt-single-note{background:#fff;color:#111;font-family:'Inter',sans-serif}
.cdt-single-hero{position:relative;min-height:430px;display:flex;align-items:center;background-image:var(--cdt-single-hero-image);background-size:cover;background-position:center;overflow:hidden}
.cdt-single-hero__overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.82),rgba(0,0,0,.55),rgba(0,0,0,.22));z-index:1}
.cdt-single-hero__inner{position:relative;z-index:2;padding-top:70px;padding-bottom:70px;color:#fff}
.cdt-single-hero__category{color:#ed1c24;font-size:14px;font-weight:800;text-transform:uppercase;letter-spacing:1px;margin-bottom:18px}
.cdt-single-hero h1{max-width:760px;margin:0;font-family:'Oswald',sans-serif;font-size:clamp(42px,6vw,82px);line-height:.98;font-weight:700;text-transform:uppercase;letter-spacing:1px}
.cdt-single-hero__excerpt{max-width:660px;margin:24px 0 0;font-size:20px;line-height:1.45;font-weight:600;color:rgba(255,255,255,.92)}
.cdt-single-breadcrumb{display:flex;align-items:center;flex-wrap:wrap;gap:10px;margin-top:28px;font-size:13px;font-weight:700;color:rgba(255,255,255,.82)}
.cdt-single-breadcrumb a{color:#fff;text-decoration:none}

.cdt-single-layout{display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:58px;padding-top:58px;padding-bottom:70px}
.cdt-single-meta{display:flex;flex-wrap:wrap;gap:20px;align-items:center;margin-bottom:34px;padding-bottom:22px;border-bottom:1px solid #e8e8e8;color:#333;font-size:13px;font-weight:800;text-transform:uppercase}
.cdt-single-content{font-size:18px;line-height:1.75;color:#202020}
.cdt-single-content>*:first-child{margin-top:0}
.cdt-single-content p{margin:0 0 24px}
.cdt-single-content p:first-of-type::first-letter{float:left;font-family:'Oswald',sans-serif;font-size:86px;line-height:.82;padding:9px 13px 0 0;color:#111}
.cdt-single-content h2,.cdt-single-content h3,.cdt-single-content h4{font-family:'Oswald',sans-serif;text-transform:uppercase;letter-spacing:1px;line-height:1.08;margin:46px 0 18px;color:#111}
.cdt-single-content h2{font-size:34px}.cdt-single-content h3{font-size:26px}
.cdt-single-content a{color:#ed1c24;font-weight:800;text-decoration:none}
.cdt-single-content img{max-width:100%;height:auto;border-radius:16px}
.cdt-single-content blockquote{margin:38px 0;padding:24px 28px;border-left:5px solid #ed1c24;background:#f6f6f6;font-size:22px;line-height:1.45;font-weight:700;color:#111}

.cdt-single-footer{display:flex;justify-content:space-between;gap:20px;align-items:center;margin-top:54px;padding-top:28px;border-top:1px solid #e8e8e8}
.cdt-single-tags{font-size:13px;font-weight:700;color:#777}
.cdt-single-tags span{color:#111;text-transform:uppercase;margin-right:8px}
.cdt-single-tags a,.cdt-single-tag-cloud a{display:inline-block;margin:4px 6px 4px 0;padding:7px 12px;border-radius:999px;background:#f2f2f2;color:#111;text-decoration:none}
.cdt-single-back{color:#ed1c24;text-decoration:none;font-weight:900;text-transform:uppercase;font-size:13px}

.cdt-single-sidebar{border-left:1px solid #e5e5e5;padding-left:36px}
.cdt-single-widget{margin-bottom:46px}
.cdt-single-widget h2{position:relative;margin:0 0 24px;padding-bottom:14px;font-family:'Oswald',sans-serif;font-size:22px;line-height:1;font-weight:700;text-transform:uppercase;letter-spacing:1px;color:#111;border-bottom:1px solid #e1e1e1}
.cdt-single-widget h2::after{content:'';position:absolute;left:0;bottom:-1px;width:44px;height:3px;background:#ed1c24}
.cdt-single-share__buttons{display:flex;gap:14px}
.cdt-single-share__buttons a,.cdt-single-share__buttons button{width:50px;height:50px;border:0;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;background:#f1f1f1;color:#111;font-weight:900;font-size:18px;text-decoration:none;cursor:pointer;transition:all .2s ease}
.cdt-single-share__buttons a:hover,.cdt-single-share__buttons button:hover,.cdt-single-share__buttons button.is-copied{background:#ed1c24;color:#fff}

.cdt-related-notes{display:flex;flex-direction:column;gap:18px}
.cdt-related-note{display:grid;grid-template-columns:112px 1fr;gap:16px;align-items:center;text-decoration:none;color:#111}
.cdt-related-note__thumb{width:112px;height:82px;border-radius:10px;overflow:hidden;background:#f2f2f2}
.cdt-related-note__thumb img{width:100%;height:100%;object-fit:cover;display:block}
.cdt-related-note__body strong{display:block;font-family:'Oswald',sans-serif;font-size:18px;line-height:1.08;text-transform:uppercase;letter-spacing:.5px}
.cdt-related-note__body span{display:block;margin-top:7px;font-size:12px;font-weight:800;color:#777;text-transform:uppercase}
.cdt-single-tag-cloud{display:flex;flex-wrap:wrap;gap:10px}
.cdt-single-tag-cloud a:hover{background:#ed1c24;color:#fff}

@media(max-width:1024px){.cdt-single-layout{grid-template-columns:1fr;gap:44px}.cdt-single-sidebar{border-left:0;padding-left:0;border-top:1px solid #e5e5e5;padding-top:36px}}
@media(max-width:720px){.cdt-single-hero{min-height:390px}.cdt-single-hero__inner{padding-top:46px;padding-bottom:46px}.cdt-single-hero__excerpt{font-size:17px}.cdt-single-meta{gap:14px;font-size:12px}.cdt-single-content{font-size:16px;line-height:1.7}.cdt-single-content p:first-of-type::first-letter{font-size:64px}.cdt-single-footer{flex-direction:column;align-items:flex-start}.cdt-related-note{grid-template-columns:92px 1fr}.cdt-related-note__thumb{width:92px;height:72px}}
