/* HR TV inner pages — child-owned presentation */
.hrtv-inner-page, .hrtv-inner-page *{box-sizing:border-box}
.hrtv-inner-page{--navy:#071f3b;--navy2:#0b2d52;--gold:#d6ad55;--gold2:#b98b31;--paper:#fff;--soft:#f4f7fb;--line:#dce5ef;--text:#15243a;--muted:#68778a;color:var(--text)}
.hrtv-inner-wrap{width:min(1180px,calc(100% - 34px));margin-inline:auto}
.hrtv-archive-hero,.hrtv-search-hero{padding:32px 0 24px}
.hrtv-page-heading{background:rgba(255,255,255,.97);border:1px solid rgba(214,173,85,.42);border-radius:16px;padding:20px 24px;box-shadow:0 10px 28px rgba(4,30,63,.07)}
.hrtv-page-heading .kicker{display:block;color:var(--gold2);font-size:13px;font-weight:800;margin-bottom:5px}
.hrtv-page-heading h1{margin:0;color:var(--navy);font-size:clamp(27px,3vw,39px);line-height:1.35;font-weight:800}
.hrtv-page-heading p{margin:8px 0 0;color:var(--muted);line-height:1.8}
.hrtv-archive-main,.hrtv-search-main{padding:10px 0 50px}
.hrtv-card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}
.hrtv-post-card{display:flex;flex-direction:column;min-width:0;background:#fff;border:1px solid var(--line);border-radius:15px;overflow:hidden;box-shadow:0 10px 28px rgba(4,30,63,.06);transition:.2s ease}
.hrtv-post-card:hover{transform:translateY(-3px);border-color:rgba(214,173,85,.7);box-shadow:0 15px 34px rgba(4,30,63,.10)}
.hrtv-card-media{display:block;aspect-ratio:16/10;background:#e9eef5;overflow:hidden}
.hrtv-card-media img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .35s ease}
.hrtv-post-card:hover .hrtv-card-media img{transform:scale(1.025)}
.hrtv-card-body{display:flex;flex-direction:column;flex:1;padding:17px 18px 18px}
.hrtv-card-meta{display:flex;gap:8px;flex-wrap:wrap;color:var(--gold2);font-size:12px;font-weight:700;margin-bottom:9px}
.hrtv-card-meta a{color:inherit;text-decoration:none}
.hrtv-card-title{margin:0 0 10px;padding:11px 12px;background:#f8fafc;border:1px solid #e2e8ef;border-inline-start:3px solid var(--gold);border-radius:9px;font-size:19px;line-height:1.55;font-weight:800}
.hrtv-card-title a{color:var(--navy);text-decoration:none}
.hrtv-card-excerpt{margin:0 0 14px;color:var(--muted);font-size:14px;line-height:1.75;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}
.hrtv-card-link{margin-top:auto;color:var(--gold2);font-size:13px;font-weight:800;text-decoration:none}
.hrtv-pagination{margin-top:30px;display:flex;justify-content:center}
.hrtv-pagination .page-numbers{display:inline-flex;align-items:center;justify-content:center;min-width:38px;height:38px;padding:0 11px;margin:3px;border:1px solid var(--line);border-radius:8px;background:#fff;color:var(--navy);text-decoration:none;font-weight:700}
.hrtv-pagination .current,.hrtv-pagination a:hover{background:var(--gold);border-color:var(--gold);color:var(--navy)}
.hrtv-empty{padding:42px 24px;text-align:center;background:#fff;border:1px solid var(--line);border-radius:15px}
.hrtv-search-form{display:flex;max-width:620px;margin-top:16px;border:1px solid var(--line);border-radius:10px;overflow:hidden;background:#fff}
.hrtv-search-form input{flex:1;min-width:0;height:46px;border:0;padding:0 15px;font:inherit;outline:none}
.hrtv-search-form button{border:0;background:var(--gold);color:var(--navy);font:inherit;font-weight:800;padding:0 20px;cursor:pointer}

/* Single article frame: preserve current MHarty markup, improve presentation only. */
body.single-post #main-content>.container{width:min(1120px,calc(100% - 34px))!important;max-width:1120px!important}
body.single-post #content-area{background:transparent!important}
body.single-post #left-area{width:100%!important;float:none!important}
body.single-post #sidebar{display:none!important}
body.single-post article.mhc_post{background:#fff;border:1px solid rgba(214,173,85,.42);border-radius:18px;padding:clamp(20px,3.5vw,38px);box-shadow:0 14px 38px rgba(4,30,63,.09);overflow:hidden}
body.single-post article.mhc_post>h1{margin:8px 0 20px;padding:15px 18px;background:#f8fafc;border:1px solid #e2e8ef;border-inline-start:4px solid var(--gold,#d6ad55);border-radius:11px;color:#071f3b;font-size:clamp(27px,3vw,40px);line-height:1.4}
body.single-post article.mhc_post .post-meta,body.single-post article.mhc_post .mh_post_meta{color:#6c7888}
body.single-post article.mhc_post img.mh_featured_image,body.single-post article.mhc_post>a>img,body.single-post article.mhc_post .mhc_post_main_image{display:block;max-width:100%;height:auto;margin:16px auto 28px;padding:5px;background:#fff;border:1px solid rgba(214,173,85,.52);border-radius:14px;box-shadow:0 9px 24px rgba(4,30,63,.08)}
body.single-post article.mhc_post .mh-the-content{font-size:17px;line-height:1.95}
body.single-post article.mhc_post .mh-the-content p{text-align:justify}

/* Search icon in logo row. */
#main-header .hrtv-search-trigger{display:inline-flex!important;align-items:center;justify-content:center;width:40px;height:40px;margin-inline:6px;border:1px solid rgba(214,173,85,.55);border-radius:9px;background:rgba(255,255,255,.05);color:#fff;cursor:pointer;padding:0!important}
#main-header .hrtv-search-trigger:hover{background:#d6ad55;color:#071f3b}
#main-header .hrtv-search-trigger .mh_search_icon{font-size:19px}

/* 404 */
.hrtv-404{padding:40px 0 56px}
.hrtv-404-card{max-width:760px;margin:0 auto;text-align:center;background:#fff;border:1px solid rgba(214,173,85,.45);border-radius:18px;padding:34px 36px;box-shadow:0 14px 38px rgba(4,30,63,.09)}
.hrtv-404-logo{display:block;max-width:150px;max-height:115px;width:auto;height:auto;margin:0 auto 10px}
.hrtv-404-code{font-size:72px;line-height:1;color:var(--gold2);font-weight:900}
.hrtv-404-card h1{margin:8px 0 12px;color:var(--navy);font-size:34px}
.hrtv-404-card p{color:var(--muted);line-height:1.8}
.hrtv-404-home{display:inline-block;margin-top:18px;padding:10px 16px;border:1px solid rgba(214,173,85,.6);border-radius:9px;color:var(--gold2);font-weight:800;text-decoration:none}
.hrtv-404-home:hover{background:var(--gold);color:var(--navy)}

@media(max-width:980px){.hrtv-card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:680px){.hrtv-inner-wrap{width:min(100% - 22px,1180px)}.hrtv-card-grid{grid-template-columns:1fr;gap:16px}.hrtv-page-heading{padding:17px 16px}.hrtv-card-title{font-size:18px}body.single-post #main-content>.container{width:min(100% - 20px,1120px)!important}body.single-post article.mhc_post{padding:17px 15px;border-radius:14px}body.single-post article.mhc_post>h1{font-size:25px;padding:12px 13px}.hrtv-404-card{padding:26px 18px}.hrtv-404-code{font-size:58px}.hrtv-404-card h1{font-size:27px}}
