/* DroidNest v7: editorial APK catalogue skin */
:root {
    --dn-ink: #101827;
    --dn-muted: #657083;
    --dn-line: #dfe6ee;
    --dn-paper: #ffffff;
    --dn-canvas: #f3f6fa;
    --dn-teal: #0f9d91;
    --dn-orange: #f47735;
    --dn-yellow: #f2c94c;
    --dn-blue: #3768d7;
}

.dn-v7 {
    margin: 0;
    background: var(--dn-canvas);
    color: var(--dn-ink);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    line-height: 1.55;
    letter-spacing: 0;
}

.dn-v7 *,
.dn-v7 *::before,
.dn-v7 *::after { box-sizing: border-box; }

.dn-v7 img { max-width: 100%; }
.dn-v7 a { color: inherit; }
.dn-v7 .wrap-center { width: min(100% - 32px, 1240px); max-width: 1240px; margin: 0 auto; }
.dn-v7 .wrap-container { padding: 0; }
.dn-v7 .sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }

.dn-header {
    background: var(--dn-ink);
    border-bottom: 1px solid #273349;
    color: #fff;
}

.dn-header__inner { display: flex; align-items: center; gap: 28px; min-height: 78px; }
.dn-brand { display: inline-flex; align-items: center; gap: 10px; color: #fff !important; font-size: 22px; font-weight: 400; line-height: 1.05; text-decoration: none !important; white-space: nowrap; }
.dn-brand strong { color: #f4c84d; font-weight: 800; }
.dn-brand small { display: block; margin-top: 4px; color: #aab7cb; font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.dn-brand__mark { display: inline-flex; align-items: center; justify-content: center; width: 38px; height: 38px; border: 1px solid #4fbbad; border-radius: 8px; color: #7be0d4; font-size: 20px; }
.dn-primary { display: flex; align-items: center; gap: 22px; margin-left: auto; }
.dn-primary a { padding: 8px 0; color: #dfe7f2; font-size: 13px; font-weight: 700; text-decoration: none; }
.dn-primary a:hover { color: #f2c94c; }
.dn-actions { display: flex; align-items: center; gap: 15px; }
.dn-actions .btn-search { display: inline-flex; align-items: center; justify-content: center; width: 34px; height: 34px; color: #cbd6e6; cursor: pointer; }
.dn-account { display: inline-flex; align-items: center; gap: 8px; color: #fff !important; font-size: 13px; font-weight: 700; text-decoration: none !important; }
.dn-account .fa { color: #f2c94c; }

.dn-utility { background: #fff; border-bottom: 1px solid var(--dn-line); }
.dn-utility__inner { display: flex; align-items: center; justify-content: space-between; min-height: 45px; }
.dn-utility__links { display: flex; flex-wrap: wrap; gap: 18px; }
.dn-utility__links a { color: var(--dn-muted); font-size: 12px; text-decoration: none; }
.dn-utility__links a:hover { color: var(--dn-teal); }
.dn-share { color: var(--dn-muted); font-size: 12px; }

.dn-layout { display: grid; grid-template-columns: 232px minmax(0, 1fr); gap: 24px; align-items: start; padding: 25px 0 45px; }
.dn-sidebar { min-width: 0; }
.dn-side-panel { padding: 17px 16px; border: 1px solid var(--dn-line); border-radius: 8px; background: var(--dn-paper); }
.dn-side-panel + .dn-side-panel { margin-top: 14px; }
.dn-side-heading { display: flex; align-items: center; gap: 9px; margin-bottom: 10px; padding-bottom: 11px; border-bottom: 1px solid var(--dn-line); }
.dn-side-heading .fa { color: var(--dn-orange); font-size: 16px; }
.dn-side-panel--apps .dn-side-heading .fa { color: var(--dn-teal); }
.dn-side-heading h2 { margin: 0; font-size: 15px; line-height: 1.2; }
.dn-side-panel > a { display: block; padding: 6px 0; color: var(--dn-muted); font-size: 13px; text-decoration: none; }
.dn-side-panel > a:hover { color: var(--dn-blue); }
.dn-side-panel .dn-side-more { margin-top: 8px; padding-top: 11px; border-top: 1px solid var(--dn-line); color: var(--dn-blue); font-weight: 700; }
.dn-side-more .fa { margin-left: 4px; }
.dn-side-note { display: flex; gap: 11px; margin-top: 14px; padding: 15px; border-left: 3px solid var(--dn-yellow); background: #fffdf3; }
.dn-side-note > .fa { color: #b88a10; font-size: 18px; }
.dn-side-note strong { display: block; font-size: 13px; }
.dn-side-note p { margin: 5px 0 0; color: var(--dn-muted); font-size: 12px; line-height: 1.45; }

.dn-main { min-width: 0; }
.dn-page-heading { margin: 0 0 20px; padding: 22px 24px; border: 1px solid var(--dn-line); border-radius: 8px; background: #fff; }
.dn-page-heading h1 { margin: 4px 0 0; font-size: 28px; line-height: 1.15; }
.dn-kicker { display: block; color: var(--dn-teal); font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.dn-kicker--light { color: #f2c94c; }

.dn-hero { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(260px, .85fr); min-height: 360px; overflow: hidden; border-radius: 8px; background: var(--dn-ink); color: #fff; }
.dn-hero__copy { padding: 42px 38px; }
.dn-hero h1 { max-width: 590px; margin: 10px 0 16px; color: #fff; font-size: 42px; line-height: 1.08; }
.dn-hero p { max-width: 560px; margin: 0; color: #c9d5e5; font-size: 16px; }
.dn-search { display: flex; width: min(100%, 500px); margin-top: 27px; border: 1px solid #4c5c73; border-radius: 8px; background: #1d2a3d; }
.dn-search input { min-width: 0; flex: 1; height: 52px; padding: 0 16px; border: 0; outline: 0; background: transparent; color: #fff; font: inherit; }
.dn-search input::placeholder { color: #9babc0; }
.dn-search button { width: 54px; border: 0; border-left: 1px solid #4c5c73; border-radius: 0 7px 7px 0; background: var(--dn-orange); color: #fff; cursor: pointer; }
.dn-search button:hover { background: #e56525; }
.dn-hero__links { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 18px; }
.dn-hero__links a { color: #a9e1da; font-size: 12px; font-weight: 700; text-decoration: none; }
.dn-hero__links a:hover { color: #f2c94c; }
.dn-hero__visual { position: relative; min-height: 360px; overflow: hidden; border-left: 1px solid #273349; background: #162237; }
.dn-hero__visual::before,
.dn-hero__visual::after { content: ""; position: absolute; display: block; border: 1px solid rgba(123, 224, 212, .26); transform: rotate(-18deg); }
.dn-hero__visual::before { width: 330px; height: 330px; right: -86px; top: 38px; }
.dn-hero__visual::after { width: 250px; height: 250px; right: 55px; top: 77px; border-color: rgba(244, 119, 53, .35); }
.dn-hero__panel { position: absolute; z-index: 1; top: 72px; left: 36px; width: 230px; padding: 22px; border: 1px solid #4fbbad; border-radius: 8px; background: #0f1a2b; box-shadow: 13px 15px 0 #f47735; transform: rotate(-5deg); }
.dn-hero__panel-tag { display: block; margin-bottom: 20px; color: #7be0d4; font-size: 10px; font-weight: 800; letter-spacing: .08em; }
.dn-hero__panel strong { display: block; font-size: 24px; line-height: 1.15; }
.dn-hero__panel-line { display: flex; align-items: center; gap: 6px; margin-top: 25px; }
.dn-hero__panel-line i { display: block; width: 35px; height: 6px; border-radius: 4px; background: #3768d7; }
.dn-hero__panel-line i:nth-child(2) { width: 21px; background: #f2c94c; }
.dn-hero__panel-line i:nth-child(3) { width: 12px; background: #0f9d91; }
.dn-hero__panel-line em { margin-left: auto; color: #f2c94c; font-size: 11px; font-style: normal; font-weight: 800; }
.dn-hero__stamp { position: absolute; right: 35px; bottom: 35px; display: flex; flex-direction: column; align-items: center; justify-content: center; width: 104px; height: 104px; border: 1px solid #f2c94c; border-radius: 50%; color: #f2c94c; transform: rotate(8deg); }
.dn-hero__stamp .fa { margin-bottom: 3px; font-size: 26px; }
.dn-hero__stamp b { font-size: 11px; }
.dn-hero__stamp small { color: #c9d5e5; font-size: 10px; }

.dn-topic-rail { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 10px; margin: 18px 0 25px; }
.dn-topic-rail a { display: flex; min-height: 85px; flex-direction: column; justify-content: center; padding: 12px; border: 1px solid var(--dn-line); border-radius: 8px; background: #fff; text-decoration: none; }
.dn-topic-rail a:hover { border-color: var(--dn-teal); }
.dn-topic-rail .fa { margin-bottom: 5px; color: var(--dn-orange); font-size: 16px; }
.dn-topic-rail b { font-size: 13px; }
.dn-topic-rail small { margin-top: 2px; color: var(--dn-muted); font-size: 11px; }

.dn-content-section { margin-top: 25px; padding: 22px; border: 1px solid var(--dn-line); border-radius: 8px; background: #fff; }
.dn-content-section--games { border-top: 3px solid var(--dn-orange); }
.dn-section-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 18px; margin-bottom: 18px; }
.dn-section-head h2 { margin: 4px 0 4px; font-size: 24px; line-height: 1.18; }
.dn-section-head p { margin: 0; color: var(--dn-muted); font-size: 13px; }
.dn-section-link { flex: 0 0 auto; color: var(--dn-blue) !important; font-size: 12px; font-weight: 800; text-decoration: none; }
.dn-section-link .fa { margin-left: 5px; }
.dn-card-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.dn-card-grid--category { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.dn-app-card { position: relative; min-width: 0; border: 1px solid var(--dn-line); border-radius: 7px; background: #fff; }
.dn-app-card:hover { border-color: #99c9c3; box-shadow: 0 8px 20px rgba(16, 24, 39, .06); }
.dn-app-card__link { display: grid; grid-template-columns: 58px minmax(0, 1fr) 18px; gap: 12px; align-items: center; min-height: 96px; padding: 13px; text-decoration: none; }
.dn-app-card__media { display: flex; align-items: center; justify-content: center; width: 58px; height: 58px; overflow: hidden; border-radius: 12px; background: #edf2f5; }
.dn-app-card__media img { display: block; width: 58px; height: 58px; object-fit: cover; }
.dn-app-card__body { min-width: 0; }
.dn-app-card h3 { overflow: hidden; margin: 0; font-size: 14px; line-height: 1.25; text-overflow: ellipsis; white-space: nowrap; }
.dn-app-card__meta { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 5px; color: var(--dn-teal); font-size: 11px; font-weight: 700; }
.dn-app-card__meta span + span { padding-left: 7px; border-left: 1px solid var(--dn-line); }
.dn-app-card p { overflow: hidden; max-height: 36px; margin: 5px 0 0; color: var(--dn-muted); font-size: 11px; line-height: 1.5; }
.dn-app-card__arrow { color: var(--dn-orange); font-size: 12px; }
.dn-card-rating { padding: 0 13px 11px; color: #b88712; font-size: 11px; }
.dn-card-rating .fa { margin-right: 4px; color: var(--dn-yellow); }
.dn-card-rating small { color: var(--dn-muted); }

.dn-feature-row { display: grid; grid-template-columns: 1.35fr repeat(3, minmax(0, 1fr)); gap: 10px; margin-top: 25px; }
.dn-feature-row > * { min-height: 105px; padding: 17px; border: 1px solid var(--dn-line); border-radius: 8px; background: #fff; text-decoration: none; }
.dn-feature-row__heading { border-left: 3px solid var(--dn-teal) !important; }
.dn-feature-row__heading h2 { margin: 4px 0; font-size: 21px; }
.dn-feature-row__heading p { margin: 0; color: var(--dn-muted); font-size: 12px; }
.dn-feature-row > a:hover { border-color: var(--dn-teal); }
.dn-feature-row > a .fa { display: block; margin-bottom: 10px; color: var(--dn-blue); font-size: 18px; }
.dn-feature-row > a b, .dn-feature-row > a small { display: block; }
.dn-feature-row > a b { font-size: 13px; }
.dn-feature-row > a small { margin-top: 3px; color: var(--dn-muted); font-size: 11px; }

.dn-top-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; }
.dn-top-item { display: grid; grid-template-columns: 45px minmax(0, 1fr) 15px; gap: 10px; align-items: center; min-width: 0; padding: 12px; border: 1px solid var(--dn-line); border-radius: 7px; text-decoration: none; }
.dn-top-item:hover { border-color: var(--dn-orange); }
.dn-top-item__image { display: flex; width: 45px; height: 45px; overflow: hidden; align-items: center; justify-content: center; border-radius: 10px; background: #f1f3f6; }
.dn-top-item__image img { width: 45px; height: 45px; object-fit: cover; }
.dn-top-item__copy { min-width: 0; }
.dn-top-item__copy strong, .dn-top-item__copy small { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.dn-top-item__copy strong { font-size: 13px; }
.dn-top-item__copy small { margin-top: 3px; color: var(--dn-muted); font-size: 11px; }
.dn-top-item__arrow { color: var(--dn-orange); font-size: 11px; }

.dn-trust-row { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; margin-top: 25px; padding: 19px 20px; border: 1px solid var(--dn-line); border-radius: 8px; background: #eaf3f1; }
.dn-trust-row > div { display: grid; grid-template-columns: 32px minmax(0, 1fr); column-gap: 10px; align-items: center; }
.dn-trust-row .fa { grid-row: span 2; display: flex; align-items: center; justify-content: center; width: 32px; height: 32px; border-radius: 50%; background: #fff; color: var(--dn-teal); }
.dn-trust-row b { font-size: 12px; }
.dn-trust-row small { color: var(--dn-muted); font-size: 11px; }

.dn-category-nav { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 16px; }
.dn-category-nav a { padding: 7px 11px; border: 1px solid var(--dn-line); border-radius: 6px; background: #fff; color: var(--dn-muted); font-size: 12px; text-decoration: none; }
.dn-category-nav a:hover { border-color: var(--dn-teal); color: var(--dn-teal); }
.dn-content-section .dn-section-head h1 { margin: 4px 0; font-size: 26px; line-height: 1.18; }
.dn-content-section .dn-section-head { align-items: flex-start; }
.dn-section-icon { display: inline-flex; align-items: center; justify-content: center; width: 42px; height: 42px; border-radius: 8px; background: #e7f4f1; color: var(--dn-teal); font-size: 18px; }
.dn-extra-content { padding: 24px; border: 1px solid var(--dn-line); border-radius: 8px; background: #fff; }
.dn-breadcrumb-line { overflow: hidden; margin-bottom: 14px; color: var(--dn-muted); font-size: 12px; text-overflow: ellipsis; white-space: nowrap; }
.dn-breadcrumb-line .fa { margin-right: 7px; color: var(--dn-teal); }
.dn-seo-area { margin-top: 25px; }
.dn-seo-copy { padding: 25px; border: 1px solid var(--dn-line); border-top: 3px solid var(--dn-teal); border-radius: 8px; background: #fff; }
.dn-seo-copy h2 { margin: 4px 0 12px; font-size: 23px; line-height: 1.2; }
.dn-seo-copy p { margin: 0 0 12px; color: var(--dn-muted); font-size: 13px; line-height: 1.7; }
.dn-seo-links { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 15px; }
.dn-seo-links a { padding: 7px 10px; border: 1px solid #b9d9d4; border-radius: 6px; color: var(--dn-teal); font-size: 12px; font-weight: 700; text-decoration: none; }

.dn-v7-story-wrap { display: block; }
.dn-story-breadcrumbs { display: flex; flex-wrap: wrap; align-items: center; gap: 7px; margin: 0 0 13px; color: var(--dn-muted); font-size: 12px; }
.dn-story-breadcrumbs a { color: var(--dn-blue); text-decoration: none; }
.dn-story-breadcrumbs > .fa { color: #9caabd; font-size: 10px; }
.dn-v7-story { overflow: hidden; border: 1px solid var(--dn-line); border-radius: 8px; background: #fff; }
.dn-v7-story .fone { padding: 0 !important; border: 0 !important; background: transparent !important; }
.dn-v7-story .fcols { display: grid; grid-template-columns: 160px minmax(0, 1fr); gap: 25px; align-items: start; padding: 28px; }
.dn-v7-story .fcol-left { width: 160px !important; min-width: 0 !important; padding: 0 !important; }
.dn-v7-story .fposter { width: 160px !important; height: 160px !important; margin: 0 !important; overflow: hidden; border: 1px solid var(--dn-line); border-radius: 16px; background: #eef3f5; }
.dn-v7-story .fposter img { width: 100%; height: 100%; object-fit: cover; }
.dn-v7-story .fcol-right { min-width: 0; padding: 0 !important; }
.dn-v7-story .bd-product-label { display: inline-block; padding: 5px 8px; border-radius: 5px; background: #e7f4f1; color: var(--dn-teal); font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.dn-v7-story h1 { max-width: 100%; margin: 11px 0 12px; overflow-wrap: anywhere; word-break: break-word; font-size: 32px; line-height: 1.12; }
.dn-v7-story .bd-product-note { max-width: 760px; color: var(--dn-muted); font-size: 14px; }
.dn-v7-story .fbtns { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; margin-top: 21px; }
.dn-v7-story .fbtn-dl { padding: 10px 15px; border-radius: 6px; background: var(--dn-orange); color: #fff; font-size: 13px; font-weight: 800; }
.dn-v7-story .fbtn-fav { color: var(--dn-blue); font-size: 12px; }
.dn-v7-story .fbtn-fav a, .dn-v7-story .fbtn-fav span { color: inherit; text-decoration: none; }
.dn-v7-story .fbtns .share-box { margin-left: auto; }
.dn-v7-story .fcols2 { display: grid; grid-template-columns: minmax(0, .88fr) minmax(0, 1.12fr); gap: 24px; padding: 0 28px 28px; }
.dn-v7-story .fcol2-left { min-width: 0; }
.dn-v7-story .finfo { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; margin-top: 12px; }
.dn-v7-story .finfo > div { display: flex !important; flex-wrap: wrap; align-items: baseline; gap: 3px 6px; min-width: 0; padding: 9px 10px !important; position: relative !important; overflow-wrap: anywhere; word-break: break-word; border: 1px solid var(--dn-line); border-radius: 6px; color: var(--dn-muted); font-size: 12px; }
.dn-v7-story .finfo > div > span { display: inline !important; position: static !important; min-width: 0; }
.dn-v7-story .finfo > div > span:first-child { display: inline-flex !important; flex: 0 0 16px; align-items: center; justify-content: center; margin: 0; color: var(--dn-teal); }
.dn-v7-story .finfo > div > span:nth-child(2) { flex: 0 0 auto; margin: 0; color: var(--dn-ink); font-weight: 700; }
.dn-v7-story .finfo > div > span:nth-child(3) { flex: 1 1 80px; }
.dn-v7-story .scr { overflow: hidden; border: 1px solid var(--dn-line); border-radius: 8px; }
.dn-v7-story .tabs-sel { padding: 11px 14px; border-bottom: 1px solid var(--dn-line); color: var(--dn-ink); font-size: 13px; font-weight: 800; }
.dn-v7-story .scr-box { display: flex; gap: 10px; overflow-x: auto; padding: 14px; }
.dn-v7-story .scr-box a { flex: 0 0 auto; display: block; overflow: hidden; border-radius: 6px; }
.dn-v7-story .scr-box img { display: block; width: auto; height: 170px; max-width: none; object-fit: cover; }
.dn-v7-story .fdesc { margin: 0 28px 22px; padding: 22px; border: 1px solid var(--dn-line); border-radius: 8px; background: #fbfcfd; }
.dn-v7-story .fdesc-in { color: #263347; font-size: 15px; line-height: 1.75; }
.dn-v7-story .fdesc-in h2, .dn-v7-story .fdesc-in h3 { color: var(--dn-ink); line-height: 1.25; }
.dn-v7-story .fdesc-in img { height: auto !important; }
.dn-v7-story .frkl { margin: 0 28px 22px; }
.dn-v7-story .fdl-box { border-top: 3px solid var(--dn-orange); background: #fff; }
.dn-v7-story .fdl-box .fdesc-title { margin: 0 0 17px; color: var(--dn-ink); font-size: 22px; }
.dn-v7-story .fdl-desc { color: var(--dn-muted); font-size: 13px; }
.dn-v7-story .fdl-desc b { display: block; margin-bottom: 8px; color: var(--dn-ink); }
.dn-v7-story .fdl-desc b .fa { margin-right: 7px; color: var(--dn-teal); }
.dn-v7-story .fdl-desc ul { margin: 0 0 16px; padding-left: 20px; }
.dn-v7-story .bunnyvpn-banner { border-radius: 8px !important; }
.dn-v7-story .rels, .dn-v7-story .fcomms { margin: 0 28px 22px; padding: 22px; border: 1px solid var(--dn-line); border-radius: 8px; background: #fff; }
.dn-v7-story .rels .sect-header { margin-bottom: 15px; }
.dn-v7-story .rels .sect-title, .dn-v7-story .fcomms .ac-title { color: var(--dn-ink); font-size: 20px; font-weight: 800; }
.dn-v7-story .rels .sect-cont { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.dn-v7-story .rels .short { width: auto !important; float: none !important; margin: 0 !important; padding: 0 !important; }
.dn-v7-story .rels .short-in { padding: 14px !important; text-align: left; }
.dn-v7-story .rels .short-link { display: flex; align-items: center; gap: 12px; }
.dn-v7-story .rels .short-img { flex: 0 0 72px; width: 72px; height: 72px; margin: 0; border-radius: 10px; }
.dn-v7-story .rels .short-title { min-width: 0; height: auto; margin: 0; overflow: hidden; font-size: 14px; text-overflow: ellipsis; white-space: nowrap; }

.dn-footer { display: grid; grid-template-columns: 1.5fr repeat(2, minmax(0, 1fr)) 1fr; gap: 28px; padding: 30px 0 38px; border-top: 1px solid var(--dn-line); }
.dn-footer .dn-brand { color: var(--dn-ink) !important; }
.dn-footer .dn-brand__mark { border-color: #a9d7d1; color: var(--dn-teal); }
.dn-footer .dn-brand small { color: var(--dn-muted); }
.dn-footer p { max-width: 270px; margin: 12px 0 0; color: var(--dn-muted); font-size: 12px; }
.dn-footer h2 { margin: 3px 0 10px; font-size: 13px; }
.dn-footer a:not(.dn-brand) { display: block; margin: 7px 0; color: var(--dn-muted); font-size: 12px; text-decoration: none; }
.dn-footer a:not(.dn-brand):hover { color: var(--dn-teal); }
.dn-footer__mark { display: flex; align-items: center; gap: 10px; color: var(--dn-muted); font-size: 12px; font-weight: 700; }
.dn-footer__mark .fa { color: var(--dn-orange); font-size: 30px; }

@media (max-width: 1050px) {
    .dn-primary { gap: 13px; }
    .dn-layout { grid-template-columns: 205px minmax(0, 1fr); }
    .dn-topic-rail { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .dn-hero h1 { font-size: 36px; }
}

@media (max-width: 820px) {
    .dn-header__inner { gap: 14px; min-height: 68px; }
    .dn-primary { display: none; }
    .dn-layout { display: block; padding-top: 16px; }
    .dn-sidebar { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; margin-bottom: 16px; }
    .dn-side-panel + .dn-side-panel { margin-top: 0; }
    .dn-side-note { grid-column: 1 / -1; margin-top: 0; }
    .dn-hero { grid-template-columns: 1fr; }
    .dn-hero__visual { display: none; }
    .dn-hero__copy { padding: 34px 26px; }
    .dn-feature-row { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .dn-feature-row__heading { grid-column: 1 / -1; min-height: auto; }
    .dn-top-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .dn-footer { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 560px) {
    .dn-v7 .wrap-center { width: min(100% - 20px, 1240px); }
    .dn-brand { font-size: 19px; }
    .dn-brand__mark { width: 32px; height: 32px; font-size: 16px; }
    .dn-account { font-size: 0; }
    .dn-account .fa { font-size: 16px; }
    .dn-utility__inner { display: block; padding: 10px 0; }
    .dn-utility__links { gap: 8px 13px; }
    .dn-share { display: none; }
    .dn-sidebar { grid-template-columns: 1fr; }
    .dn-side-panel + .dn-side-panel { margin-top: 0; }
    .dn-hero h1 { font-size: 30px; }
    .dn-hero p { font-size: 14px; }
    .dn-topic-rail { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .dn-content-section { padding: 16px; }
    .dn-section-head { display: block; }
    .dn-section-link { display: inline-block; margin-top: 10px; }
    .dn-section-head h2, .dn-content-section .dn-section-head h1 { font-size: 21px; }
    .dn-card-grid, .dn-card-grid--category, .dn-top-grid { grid-template-columns: 1fr; }
    .dn-feature-row { grid-template-columns: 1fr; }
    .dn-feature-row__heading { grid-column: auto; }
    .dn-trust-row { grid-template-columns: 1fr; }
    .dn-v7-story .fcols { grid-template-columns: 1fr; padding: 20px; }
    .dn-v7-story .fcol-left, .dn-v7-story .fposter { width: 112px !important; }
    .dn-v7-story .fposter { height: 112px !important; }
    .dn-v7-story h1 { font-size: 25px; }
    .dn-v7-story .fcols2 { grid-template-columns: 1fr; padding: 0 20px 20px; }
    .dn-v7-story .finfo { grid-template-columns: 1fr; }
    .dn-v7-story .fbtns .share-box { margin-left: 0; }
    .dn-v7-story .fdesc, .dn-v7-story .frkl, .dn-v7-story .rels, .dn-v7-story .fcomms { margin-right: 20px; margin-left: 20px; padding: 16px; }
    .dn-v7-story .scr-box img { height: 145px; }
    .dn-footer { grid-template-columns: 1fr; gap: 18px; }
}
