/*
Tema Adi: Turqode HitMag
Versiyon: 1.0
Aciklama: Teknoloji ve haber siteleri icin hizli, mobil uyumlu, manset odakli, yuksek tiklanma potansiyelli premium portal temasi.
Yazar: Turqode
*/

:root{
  --hm-bg:#f4f6f9;
  --hm-surface:#ffffff;
  --hm-surface-2:#f8fafc;
  --hm-text:#101828;
  --hm-soft:#475467;
  --hm-faint:#98a2b3;
  --hm-border:#e4e7ec;
  --hm-accent:#ff4f38;
  --hm-accent-2:#ff7a45;
  --hm-accent-tint:#fff0ec;
  --hm-dark:#101828;
  --hm-wide:1280px;
  --hm-article:790px;
  --hm-radius:16px;
  --hm-shadow:0 14px 36px -22px rgba(16,24,40,.34);
  --hm-display:"Arial Narrow","Roboto Condensed",Inter,system-ui,sans-serif;
  --hm-body:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;
  --tg-red:var(--hm-accent);--tg-red-light:var(--hm-accent-2);--tg-red-tint:var(--hm-accent-tint);
  --tg-bg:var(--hm-bg);--tg-surface:var(--hm-surface);--tg-ink:var(--hm-text);--tg-ink-soft:var(--hm-soft);--tg-ink-faint:var(--hm-faint);--tg-border:var(--hm-border);
}
[data-theme="dark"]{
  --hm-bg:#0b1018;
  --hm-surface:#111925;
  --hm-surface-2:#151f2d;
  --hm-text:#f2f4f7;
  --hm-soft:#cbd5e1;
  --hm-faint:#7f8ea3;
  --hm-border:#263244;
  --hm-accent-tint:#33201d;
  --hm-dark:#070b11;
  --hm-shadow:0 18px 44px -24px rgba(0,0,0,.8);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--hm-bg);color:var(--hm-text);font:15px/1.6 var(--hm-body);-webkit-font-smoothing:antialiased}
body.hm-menu-open{overflow:hidden}
img{display:block;max-width:100%;height:auto}
a{color:inherit;text-decoration:none}
button,input,textarea,select{font:inherit}
h1,h2,h3,h4{font-family:var(--hm-display);letter-spacing:-.025em;line-height:1.08;color:var(--hm-text)}
.hm-container,.tm-container{width:min(var(--hm-wide),calc(100% - 40px));margin-inline:auto}
.tm-narrow{width:min(var(--hm-article),calc(100% - 40px));margin-inline:auto}

/* Header */
.hm-topline{background:var(--hm-dark);color:#aab4c4;font-size:11.5px}
.hm-topline-inner{min-height:34px;display:flex;align-items:center;justify-content:space-between;gap:16px}
.hm-top-actions{display:flex;align-items:center;gap:15px}
.hm-top-actions a:hover{color:#fff}
.hm-top-actions button{border:0;background:transparent;color:#fff;cursor:pointer;font-size:17px}
.hm-header{position:sticky;top:0;z-index:80;background:var(--hm-surface);background:color-mix(in srgb,var(--hm-surface) 96%,transparent);border-bottom:1px solid var(--hm-border);backdrop-filter:blur(14px)}
.hm-header-main{height:76px;display:flex;align-items:center;gap:24px;transition:height .2s}
.hm-header.is-compact .hm-header-main{height:62px}
.hm-logo{display:flex;align-items:center;gap:9px;flex-shrink:0;font:900 26px/1 var(--hm-display);letter-spacing:-.05em}
.hm-logo img{max-width:190px;max-height:44px}
.hm-logo-mark{width:38px;height:38px;display:grid;place-items:center;border-radius:12px;background:linear-gradient(135deg,var(--hm-accent),var(--hm-accent-2));color:#fff;font:900 18px var(--hm-body);box-shadow:0 8px 18px -9px var(--hm-accent)}
.hm-nav{display:flex;align-items:center;gap:19px;min-width:0;flex:1;overflow-x:auto;scrollbar-width:none}
.hm-nav::-webkit-scrollbar{display:none}
.hm-nav a{flex-shrink:0;font-size:13px;font-weight:750;color:var(--hm-soft);transition:color .15s}
.hm-nav a:hover{color:var(--hm-accent)}
.hm-search{position:relative;width:245px;display:flex;align-items:center;gap:8px;padding:0 12px;border:1px solid var(--hm-border);border-radius:11px;background:var(--hm-surface-2)}
.hm-search>span{font-size:21px;color:var(--hm-faint)}
.hm-search input{width:100%;min-width:0;padding:10px 0;border:0;outline:0;background:transparent;color:var(--hm-text);font-size:12.5px}
.hm-live-results{display:none;position:absolute;top:calc(100% + 8px);right:0;width:min(420px,90vw);padding:8px;border:1px solid var(--hm-border);border-radius:13px;background:var(--hm-surface);box-shadow:0 22px 48px -20px rgba(0,0,0,.35)}
.hm-live-results.is-open{display:block}
.hm-live-results a{display:flex;gap:10px;padding:9px;border-radius:9px}
.hm-live-results a:hover{background:var(--hm-surface-2)}
.hm-live-results img{width:62px;height:42px;object-fit:cover;border-radius:7px}
.hm-live-results strong{font-size:12.5px;line-height:1.35}
.hm-menu-toggle{display:none;width:40px;height:40px;border:1px solid var(--hm-border);border-radius:10px;background:var(--hm-surface);color:var(--hm-text);cursor:pointer}
.hm-topics{border-top:1px solid var(--hm-border);background:var(--hm-surface)}
.hm-topics-inner{min-height:38px;display:flex;align-items:center;gap:16px;overflow-x:auto;scrollbar-width:none}
.hm-topics-inner::-webkit-scrollbar{display:none}
.hm-topics strong{display:flex;align-items:center;gap:7px;flex-shrink:0;color:var(--hm-accent);font-size:10.5px;letter-spacing:.08em}
.hm-topics strong i{width:7px;height:7px;border-radius:50%;background:var(--hm-accent);box-shadow:0 0 0 5px var(--hm-accent-tint)}
.hm-topics a{flex-shrink:0;font-size:11.5px;color:var(--hm-soft)}
.hm-topics a:hover{color:var(--hm-accent)}

/* Hot strip */
.hm-hotbar{background:var(--hm-dark);color:#fff}
.hm-hotbar-inner{min-height:48px;display:flex;align-items:center;gap:22px}
.hm-hotbar-inner>strong{flex-shrink:0;padding:4px 8px;border-radius:5px;background:var(--hm-accent);font-size:10px;letter-spacing:.08em}
.hm-hotbar-scroll{display:flex;align-items:center;gap:28px;overflow-x:auto;scrollbar-width:none}
.hm-hotbar-scroll::-webkit-scrollbar{display:none}
.hm-hotbar-scroll a{display:flex;align-items:center;gap:8px;flex-shrink:0;max-width:330px;color:#dce2ea;font-size:12.5px;font-weight:650;white-space:nowrap}
.hm-hotbar-scroll a:hover{color:#fff}
.hm-hotbar-scroll span{color:var(--hm-accent-2);font:900 17px var(--hm-display)}

/* Manset */
.hm-manset{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(380px,1fr);gap:12px;margin:26px 0 34px}
.hm-manset-lead,.hm-manset-side article{min-width:0}
.hm-cover{position:relative;display:block;height:100%;min-height:100%;overflow:hidden;border-radius:var(--hm-radius);background:var(--hm-dark);box-shadow:var(--hm-shadow)}
.hm-manset-lead .hm-cover{aspect-ratio:16/10}
.hm-manset-side{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr;gap:12px}
.hm-manset-side .hm-cover{aspect-ratio:16/10}
.hm-cover img{width:100%;height:100%;object-fit:cover;transition:transform .45s ease}
.hm-cover:hover img{transform:scale(1.045)}
.hm-cover-shade{position:absolute;inset:0;background:linear-gradient(180deg,transparent 25%,rgba(5,10,18,.88) 100%)}
.hm-cover-content{position:absolute;left:0;right:0;bottom:0;padding:26px;color:#fff}
.hm-cover-content h1,.hm-cover-content h2{color:#fff;margin:10px 0 8px;text-wrap:balance}
.hm-cover-content h1{font-size:clamp(29px,3.5vw,48px)}
.hm-cover-content h2{font-size:20px}
.hm-manset-side .hm-cover-content{padding:16px}
.hm-category{display:inline-flex;align-items:center;width:max-content;padding:5px 9px;border-radius:6px;background:var(--cat,var(--hm-accent));color:#fff;font-size:9.5px;font-weight:850;letter-spacing:.07em;text-transform:uppercase}
.hm-cover-meta{font-size:11.5px;color:#dbe3ec}
.hm-cover-meta b{color:#fff;background:var(--hm-accent);padding:2px 5px;border-radius:4px;font-size:9px}
.hm-image-placeholder{width:100%;height:100%;display:grid;place-items:center;background:linear-gradient(135deg,#1b293a,#0b1018);color:var(--hm-accent);font:900 18px var(--hm-display);letter-spacing:.12em}

/* Homepage */
.hm-home-layout{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:38px;align-items:start;margin-bottom:44px}
.hm-main-column{min-width:0}
.hm-section-head{display:flex;align-items:end;justify-content:space-between;gap:18px;padding:0 0 11px;margin:0 0 8px;border-bottom:3px solid var(--cat,var(--hm-accent))}
.hm-section-head span{display:block;color:var(--cat,var(--hm-accent));font-size:9.5px;font-weight:850;letter-spacing:.11em}
.hm-section-head h2{margin:2px 0 0;font-size:27px}
.hm-section-head>a{font-size:12px;font-weight:750;color:var(--hm-soft)}
.hm-section-head>a:hover{color:var(--hm-accent)}
.hm-feed{display:flex;flex-direction:column}
.hm-feed-card,.tm-card{display:grid;grid-template-columns:250px minmax(0,1fr);gap:20px;padding:20px 0;border-bottom:1px solid var(--hm-border)}
.hm-feed-image,.tm-card-img{display:block;aspect-ratio:16/10;overflow:hidden;border-radius:12px;background:var(--hm-surface-2)}
.hm-feed-image img,.tm-card-img img{width:100%;height:100%;object-fit:cover;transition:transform .3s}
.hm-feed-card:hover img,.tm-card:hover img{transform:scale(1.035)}
.hm-category-text,.tm-card-cat{display:inline-block;margin-bottom:7px;color:var(--hm-accent);font-size:10px;font-weight:850;text-transform:uppercase;letter-spacing:.06em}
.hm-feed-card h2,.tm-card h2{margin:0 0 8px;font-size:23px}
.hm-feed-card h2 a:hover,.tm-card h2 a:hover{color:var(--hm-accent)}
.hm-feed-card p,.tm-card p{margin:0 0 10px;color:var(--hm-soft);font-size:13.5px}
.hm-meta,.tm-card-meta{color:var(--hm-faint);font-size:11.5px;font-weight:600}
.hm-category-section{margin:28px 0 44px}
.hm-category-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}
.hm-category-image{display:block;aspect-ratio:16/10;overflow:hidden;border-radius:12px;background:var(--hm-surface-2)}
.hm-category-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s}
.hm-category-grid article:hover img{transform:scale(1.04)}
.hm-category-grid h3{margin:10px 0 6px;font-size:17px;line-height:1.22}
.hm-category-grid h3 a:hover{color:var(--hm-accent)}

/* Sidebar */
.tm-sidebar{min-width:0}
.tm-widget{padding:18px;margin-bottom:18px;border:1px solid var(--hm-border);border-radius:14px;background:var(--hm-surface);box-shadow:var(--hm-shadow)}
.hm-widget-title{padding-bottom:10px;margin-bottom:8px;border-bottom:2px solid var(--hm-accent)}
.hm-widget-title span{display:block;color:var(--hm-accent);font-size:9px;font-weight:850;letter-spacing:.1em}
.hm-widget-title h3,.tm-widget>h3{margin:2px 0 0;font-size:20px}
.hm-ranked-item{display:grid;grid-template-columns:34px 1fr;gap:10px;padding:12px 0;border-bottom:1px solid var(--hm-border)}
.hm-ranked-item:last-child{border-bottom:0}
.hm-ranked-item>strong{color:var(--hm-border);font:900 29px/1 var(--hm-display)}
.hm-ranked-item:first-of-type>strong{color:var(--hm-accent)}
.hm-ranked-item>span{font-size:12.5px;font-weight:750;line-height:1.35}
.hm-ranked-item small{display:block;margin-top:4px;color:var(--hm-faint);font-size:10px;font-weight:500}
.hm-mini-list a{display:block;padding:10px 0;border-bottom:1px solid var(--hm-border)}
.hm-mini-list a:last-child{border-bottom:0}
.hm-mini-list span{display:block;font-size:12.5px;font-weight:700;line-height:1.35}
.hm-mini-list small{color:var(--hm-faint);font-size:10px}
.hm-newsletter{overflow:hidden;background:linear-gradient(145deg,var(--hm-dark),#233249);color:#fff}
.hm-newsletter h3{color:#fff;font-size:23px;margin:6px 0}
.hm-newsletter p{color:#bdc7d5;font-size:12.5px}
.hm-newsletter-icon{font-size:26px;color:var(--hm-accent-2)}
.hm-newsletter form,.tm-search-form{display:flex;gap:7px}
.hm-newsletter input,.tm-search-form input{width:100%;min-width:0;padding:10px 11px;border:1px solid var(--hm-border);border-radius:8px;background:var(--hm-surface);color:var(--hm-text)}
.hm-newsletter button,.tm-search-form button{border:0;border-radius:8px;background:var(--hm-accent);color:#fff;padding:0 13px;font-weight:750;cursor:pointer}
.hm-category-pills{display:flex;flex-wrap:wrap;gap:7px}
.hm-category-pills a{display:inline-flex;align-items:center;gap:7px;padding:6px 9px;border:1px solid var(--hm-border);border-radius:8px;background:var(--hm-surface-2);font-size:11px;font-weight:650}
.hm-category-pills a:hover{border-color:var(--hm-accent);color:var(--hm-accent)}
.hm-category-pills span{color:var(--hm-faint)}

/* Article */
.hm-article-header{padding-top:34px;padding-bottom:20px;max-width:1000px}
.hm-breadcrumb{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-bottom:22px;color:var(--hm-faint);font-size:11px}
.hm-breadcrumb a:hover{color:var(--hm-accent)}
.hm-article-header h1{max-width:1000px;margin:14px 0 12px;font-size:clamp(36px,5.2vw,66px);text-wrap:balance}
.hm-article-deck{max-width:850px;margin:0 0 20px;color:var(--hm-soft);font-size:19px;line-height:1.55}
.hm-article-info{display:flex;align-items:center;gap:11px;color:var(--hm-soft)}
.hm-author-avatar{width:42px;height:42px;display:grid;place-items:center;flex:0 0 42px;border-radius:50%;background:var(--hm-accent-tint);color:var(--hm-accent);font-weight:850}
.hm-article-info strong,.hm-article-info span{display:block}
.hm-article-info strong{color:var(--hm-text);font-size:12.5px}
.hm-article-info span{font-size:11px}
.hm-article-stats{display:flex;gap:14px;margin-left:auto;text-align:right}
.hm-featured{overflow:hidden;max-width:1120px;margin-bottom:28px;border-radius:18px;background:var(--hm-surface-2);box-shadow:var(--hm-shadow)}
.hm-featured img{width:100%;max-height:690px;object-fit:cover}
.hm-article-layout,.tm-layout{display:grid;grid-template-columns:minmax(0,var(--hm-article)) 330px;gap:45px;align-items:start;justify-content:center}
.hm-article-main{min-width:0}
.tm-article-body{color:var(--hm-text);font-size:18px;line-height:1.78}
.tm-article-body>p:first-child{font-size:19px}
.tm-article-body h2{margin:38px 0 14px;font-size:30px}
.tm-article-body h3{margin:30px 0 12px;font-size:23px}
.tm-article-body p{margin:0 0 20px}
.tm-article-body a{color:var(--hm-accent);text-decoration:underline;text-underline-offset:3px}
.tm-article-body img{max-width:100%;height:auto;margin:24px auto;border-radius:13px}
.tm-article-body blockquote{margin:28px 0;padding:18px 20px;border-left:4px solid var(--hm-accent);border-radius:0 12px 12px 0;background:var(--hm-accent-tint);font-size:19px;font-weight:650}
.tm-article-body table{width:100%;display:block;overflow-x:auto;border-collapse:collapse}
.tm-article-body th,.tm-article-body td{padding:10px;border:1px solid var(--hm-border)}
.tm-tags{display:flex;gap:8px;flex-wrap:wrap;margin:32px 0}
.tm-tag{padding:6px 10px;border:1px solid var(--hm-border);border-radius:8px;background:var(--hm-surface);color:var(--hm-soft);font-size:11.5px}
.tm-tag:hover{border-color:var(--hm-accent);color:var(--hm-accent)}
.hm-related{padding-top:20px;margin-top:25px;border-top:1px solid var(--hm-border)}

/* Archive/search/page compatibility */
.hm-archive-head{padding:34px 0 18px;margin-bottom:8px;border-bottom:3px solid var(--hm-accent)}
.hm-archive-head>span{display:block;margin-bottom:5px;color:var(--hm-accent);font-size:10px;font-weight:850;letter-spacing:.1em;text-transform:uppercase}
.hm-archive-head h1{margin:0;font-size:clamp(31px,4vw,48px)}
.hm-archive-head p{max-width:760px;margin:9px 0 0;color:var(--hm-soft)}
.tm-hero{padding:54px 0 30px;text-align:center}
.tm-hero h1,.tm-article-header h1{margin:0;font-size:43px}
.tm-hero p{color:var(--hm-soft)}
.tm-grid{display:flex;flex-direction:column;margin-bottom:25px}
.tm-card{margin:0}
.tm-article-header{padding:40px 0 22px}
.tm-btn{display:inline-flex;padding:10px 16px;border-radius:9px;background:var(--hm-accent);color:#fff;font-weight:750}
.tm-empty-state{text-align:center;padding:80px 20px;color:var(--hm-soft)}
.tm-empty-state h1{margin:0;color:var(--hm-accent);font-size:80px}
.tq-pagination{display:flex;justify-content:center;gap:6px;flex-wrap:wrap;padding:28px 0}
.tq-page-link{padding:8px 12px;border:1px solid var(--hm-border);border-radius:8px;background:var(--hm-surface);font-size:12px}
.tq-page-link.active{border-color:var(--hm-accent);background:var(--hm-accent);color:#fff}

/* Comments */
.tm-comments{padding:32px 0;margin-top:34px;border-top:1px solid var(--hm-border)}
.tm-comment{padding:14px 0;border-bottom:1px solid var(--hm-border)}
.tm-comment-date{margin-left:8px;color:var(--hm-faint);font-size:11px}
.tm-comment p{margin:5px 0;color:var(--hm-soft)}
.tm-comment-form input,.tm-comment-form textarea{width:100%;padding:11px 12px;margin-bottom:10px;border:1px solid var(--hm-border);border-radius:9px;background:var(--hm-surface);color:var(--hm-text)}
.tm-comment-form textarea{min-height:120px}
.tm-comment-form button{border:0;border-radius:9px;background:var(--hm-accent);color:#fff;padding:11px 18px;font-weight:750;cursor:pointer}

/* Footer */
.tm-footer{margin-top:50px;padding:50px 0 20px;background:var(--hm-dark);color:#aeb8c6}
.hm-footer-grid{display:grid;grid-template-columns:1.35fr 1fr 1.2fr .8fr;gap:38px;padding-bottom:34px}
.hm-footer-grid h4{margin:0 0 15px;color:#fff;font-size:14px;text-transform:uppercase;letter-spacing:.06em}
.hm-footer-grid>div>a:not(.hm-logo){display:block;margin:0 0 9px;color:#aeb8c6;font-size:12.5px}
.hm-footer-grid>div>a:hover{color:#fff}
.hm-footer-brand .hm-logo{color:#fff}
.hm-footer-brand p{max-width:310px;color:#8491a3;font-size:13px}
.hm-footer-bottom{display:flex;align-items:center;justify-content:space-between;gap:20px;padding-top:18px;border-top:1px solid #253143}
.hm-footer-bottom p{margin:0;color:#6f7e92;font-size:11.5px}
.hm-footer-bottom nav{display:flex;gap:15px;flex-wrap:wrap}
.hm-footer-bottom nav a{font-size:11.5px}

@media(max-width:1050px){
  .hm-nav{gap:14px}
  .hm-search{width:190px}
  .hm-manset{grid-template-columns:1.25fr 1fr}
  .hm-home-layout,.hm-article-layout,.tm-layout{grid-template-columns:minmax(0,1fr) 300px;gap:28px}
  .hm-category-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:860px){
  .hm-topline{display:none}
  .hm-header{top:0}
  .hm-header-main{height:64px;gap:12px}
  .hm-menu-toggle{display:block}
  .hm-logo{font-size:21px}
  .hm-logo-mark{width:34px;height:34px}
  .hm-nav{display:none;position:fixed;top:64px;left:0;right:0;bottom:0;z-index:90;flex-direction:column;align-items:stretch;gap:0;padding:14px 20px;background:var(--hm-surface);overflow-y:auto}
  .hm-nav.is-open{display:flex}
  .hm-nav a{padding:13px 5px;border-bottom:1px solid var(--hm-border);font-size:15px}
  .hm-search{margin-left:auto;width:min(310px,45vw)}
  .hm-topics{display:none}
  .hm-manset{grid-template-columns:1fr}
  .hm-manset-side{grid-template-columns:1fr 1fr}
  .hm-home-layout,.hm-article-layout,.tm-layout{grid-template-columns:1fr}
  .tm-sidebar{display:grid;grid-template-columns:1fr 1fr;gap:15px}
  .tm-widget{margin-bottom:0}
  .hm-article-header h1{font-size:40px}
  .hm-footer-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:640px){
  .hm-container,.tm-container,.tm-narrow{width:min(100% - 24px,var(--hm-wide))}
  .hm-header-main{height:58px}
  .hm-logo>span:last-child{max-width:42vw;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
  .hm-search{width:42px;height:40px;padding:0;justify-content:center;border:0}
  .hm-search>span{font-size:24px}
  .hm-search input{position:fixed;top:66px;left:12px;right:12px;z-index:92;width:calc(100% - 24px);display:none;padding:12px;border:1px solid var(--hm-border);border-radius:10px;background:var(--hm-surface)}
  .hm-search:focus-within input{display:block}
  .hm-live-results{position:fixed;top:116px;left:12px;right:12px;width:auto}
  .hm-hotbar-inner{width:100%;padding-left:12px}
  .hm-manset{margin:14px 0 25px}
  .hm-manset-lead .hm-cover{aspect-ratio:4/3}
  .hm-cover-content{padding:18px}
  .hm-cover-content h1{font-size:28px}
  .hm-manset-side{display:flex;overflow-x:auto;scroll-snap-type:x mandatory}
  .hm-manset-side article{min-width:78vw;scroll-snap-align:start}
  .hm-manset-side .hm-cover{aspect-ratio:16/10}
  .hm-feed-card,.tm-card{grid-template-columns:112px minmax(0,1fr);gap:12px;padding:14px 0}
  .hm-feed-card h2,.tm-card h2{font-size:17px;margin-bottom:5px}
  .hm-feed-card p,.tm-card p{display:none}
  .hm-feed-image,.tm-card-img{border-radius:9px}
  .hm-section-head h2{font-size:23px}
  .hm-section-head>a{display:none}
  .hm-category-grid{grid-template-columns:1fr 1fr;gap:12px}
  .hm-category-grid h3{font-size:14px}
  .tm-sidebar{display:block}
  .tm-widget{margin-bottom:14px}
  .hm-article-header{padding-top:22px}
  .hm-article-header h1{font-size:34px}
  .hm-article-deck{font-size:16px}
  .hm-article-info{align-items:flex-start;flex-wrap:wrap}
  .hm-article-stats{width:100%;margin-left:53px;text-align:left}
  .hm-featured{width:100%;border-radius:0}
  .tm-article-body{font-size:17px;line-height:1.72}
  .tm-article-body h2{font-size:25px}
  .tm-comment-form>div{flex-direction:column}
  .hm-footer-grid{grid-template-columns:1fr}
  .hm-footer-bottom{align-items:flex-start;flex-direction:column}
}
