/* DroidNest v8: editorial archive skin */
:root {
    --v8-ink: #161822;
    --v8-muted: #74757e;
    --v8-paper: #fffdf8;
    --v8-cream: #f2efe8;
    --v8-line: #dedbd2;
    --v8-teal: #078b83;
    --v8-violet: #6a4bc3;
    --v8-orange: #e95d32;
    --v8-yellow: #e5b83f;
    --v8-blue: #3776c8;
}

.dn-v8 { margin: 0; background: var(--v8-cream); color: var(--v8-ink); font-family: Arial, Helvetica, sans-serif; font-size: 15px; line-height: 1.55; letter-spacing: 0; }
.dn-v8 *, .dn-v8 *::before, .dn-v8 *::after { box-sizing: border-box; }
.dn-v8 img { max-width: 100%; }
.dn-v8 a { color: inherit; }
.dn-v8 .wrap-center { width: min(100% - 32px, 1240px); max-width: 1240px; margin: 0 auto; }
.dn-v8 .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; }

.v8-header { background: var(--v8-paper); border-top: 4px solid var(--v8-violet); border-bottom: 1px solid var(--v8-line); }
.v8-header__inner { display: flex; align-items: center; gap: 22px; min-height: 82px; }
.v8-brand { display: inline-flex; align-items: center; gap: 10px; color: var(--v8-ink) !important; font-size: 21px; line-height: 1.05; text-decoration: none !important; white-space: nowrap; }
.v8-brand strong { color: var(--v8-violet); font-weight: 900; }
.v8-brand small { display: block; margin-top: 4px; color: var(--v8-muted); font-size: 9px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.v8-brand__symbol { display: inline-flex; align-items: center; justify-content: center; width: 39px; height: 39px; border: 1px solid var(--v8-ink); border-radius: 50%; color: var(--v8-teal); font-size: 19px; }
.v8-header-search { display: flex; min-width: 180px; flex: 1; max-width: 430px; margin-left: 25px; border: 1px solid var(--v8-line); border-radius: 5px; background: #fff; }
.v8-header-search input { min-width: 0; flex: 1; height: 42px; padding: 0 13px; border: 0; outline: 0; background: transparent; color: var(--v8-ink); font: inherit; }
.v8-header-search input::placeholder { color: #a4a3a0; }
.v8-header-search button { width: 43px; border: 0; border-left: 1px solid var(--v8-line); background: transparent; color: var(--v8-violet); cursor: pointer; }
.v8-header-nav { display: flex; gap: 16px; margin-left: auto; }
.v8-header-nav a, .v8-login { color: var(--v8-ink) !important; font-size: 12px; font-weight: 800; text-decoration: none !important; }
.v8-header-nav a:hover, .v8-login:hover { color: var(--v8-orange) !important; }
.v8-login { display: inline-flex; align-items: center; gap: 7px; padding-left: 18px; border-left: 1px solid var(--v8-line); }
.v8-login .fa { color: var(--v8-violet); }

.v8-ribbon { background: var(--v8-ink); color: #fff; }
.v8-ribbon__inner { display: flex; align-items: center; gap: 19px; min-height: 42px; overflow-x: auto; white-space: nowrap; }
.v8-ribbon__label { color: var(--v8-yellow); font-size: 10px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.v8-ribbon a { color: #e6e2d9; font-size: 12px; text-decoration: none; }
.v8-ribbon a:hover { color: var(--v8-yellow); }

.v8-frame { padding: 26px 0 40px; }
.v8-layout { display: grid; grid-template-columns: 215px minmax(0, 1fr); gap: 23px; align-items: start; }
.v8-sidebar { min-width: 0; }
.v8-side-block { padding: 17px 15px; border: 1px solid var(--v8-line); border-radius: 5px; background: var(--v8-paper); }
.v8-side-block + .v8-side-block { margin-top: 13px; }
.v8-side-title { display: flex; align-items: center; gap: 8px; margin-bottom: 10px; padding-bottom: 10px; border-bottom: 1px solid var(--v8-line); }
.v8-side-title .fa { color: var(--v8-violet); }
.v8-side-title h2 { margin: 0; font-size: 14px; }
.v8-side-block > a { display: flex; align-items: center; justify-content: space-between; padding: 7px 0; color: var(--v8-muted); font-size: 12px; text-decoration: none; }
.v8-side-block > a:hover { color: var(--v8-teal); }
.v8-side-block > a .fa { color: #b6b0a7; font-size: 10px; }
.v8-side-block--dark { background: var(--v8-ink); color: #fff; }
.v8-side-index { color: var(--v8-yellow); font-size: 10px; font-weight: 800; letter-spacing: .1em; }
.v8-side-block--dark h2 { margin: 12px 0 5px; font-size: 21px; }
.v8-side-block--dark p { margin: 0 0 18px; color: #bfc2cf; font-size: 12px; line-height: 1.55; }
.v8-side-block--dark a { color: #fff; font-weight: 800; }
.v8-main { min-width: 0; }
.v8-page-title { margin-bottom: 18px; padding: 19px 22px; border: 1px solid var(--v8-line); border-left: 4px solid var(--v8-violet); background: var(--v8-paper); }
.v8-page-title span, .v8-section-head > div > span { color: var(--v8-violet); font-size: 10px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.v8-page-title h1 { margin: 3px 0 0; font-size: 27px; line-height: 1.15; }

.v8-hero { display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(230px, .55fr); overflow: hidden; border: 1px solid var(--v8-line); background: var(--v8-paper); }
.v8-hero__main { padding: 39px 35px 35px; }
.v8-overline { display: block; color: var(--v8-teal); font-size: 10px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.v8-hero h1 { max-width: 650px; margin: 11px 0 15px; font-size: 39px; line-height: 1.07; }
.v8-hero p { max-width: 610px; margin: 0; color: var(--v8-muted); font-size: 15px; }
.v8-hero__actions { display: flex; align-items: center; flex-wrap: wrap; gap: 18px; margin-top: 25px; }
.v8-button { display: inline-flex; align-items: center; gap: 10px; padding: 12px 15px; border-radius: 4px; font-size: 12px; font-weight: 900; text-decoration: none; }
.v8-button--ink { background: var(--v8-ink); color: #fff !important; }
.v8-button--ink:hover { background: var(--v8-violet); }
.v8-text-link { color: var(--v8-violet) !important; font-size: 12px; font-weight: 900; text-decoration: none; }
.v8-text-link:hover { color: var(--v8-orange) !important; }
.v8-hero__aside { position: relative; display: flex; min-height: 310px; flex-direction: column; justify-content: center; padding: 30px; overflow: hidden; border-left: 1px solid var(--v8-line); background: var(--v8-yellow); }
.v8-hero__aside::before { content: ""; position: absolute; right: -45px; top: 45px; width: 170px; height: 170px; border: 1px solid rgba(22,24,34,.24); border-radius: 50%; }
.v8-hero__edition { position: absolute; top: 20px; left: 30px; color: var(--v8-ink); font-size: 10px; font-weight: 900; letter-spacing: .08em; }
.v8-hero__edition b { margin-left: 8px; color: var(--v8-orange); }
.v8-hero__appmark { position: relative; z-index: 1; display: flex; align-items: center; justify-content: center; width: 66px; height: 66px; margin-bottom: 15px; border: 1px solid var(--v8-ink); border-radius: 50%; background: #fff; }
.v8-hero__appmark img { width: 44px; height: 44px; object-fit: contain; }
.v8-hero__aside strong { position: relative; z-index: 1; font-size: 24px; line-height: 1.08; }
.v8-hero__rule { position: relative; z-index: 1; display: flex; gap: 5px; margin-top: 23px; }
.v8-hero__rule span { display: block; width: 31px; height: 5px; background: var(--v8-teal); }
.v8-hero__rule span:nth-child(2) { width: 16px; background: var(--v8-violet); }
.v8-hero__rule span:nth-child(3) { width: 8px; background: var(--v8-orange); }
.v8-hero__aside small { position: relative; z-index: 1; margin-top: 13px; color: rgba(22,24,34,.7); font-size: 9px; font-weight: 900; letter-spacing: .07em; }

.v8-link-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 9px; margin: 15px 0 23px; }
.v8-link-grid a { display: grid; grid-template-columns: 26px minmax(0, 1fr); align-items: center; min-height: 69px; padding: 12px; border: 1px solid var(--v8-line); border-radius: 5px; background: var(--v8-paper); text-decoration: none; }
.v8-link-grid a:hover { border-color: var(--v8-violet); }
.v8-link-grid .fa { grid-row: span 2; color: var(--v8-orange); font-size: 17px; }
.v8-link-grid b { font-size: 12px; }
.v8-link-grid small { color: var(--v8-muted); font-size: 10px; }

.v8-list-section { margin-top: 22px; padding: 23px; border: 1px solid var(--v8-line); border-radius: 5px; }
.v8-list-section--white { background: var(--v8-paper); }
.v8-list-section--dark { background: var(--v8-ink); color: #fff; }
.v8-list-section--dark .v8-section-head > div > span { color: var(--v8-yellow); }
.v8-list-section--dark .v8-section-head p { color: #bfc2cf; }
.v8-list-section--dark .v8-section-link { color: var(--v8-yellow) !important; }
.v8-section-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 16px; margin-bottom: 18px; }
.v8-section-head h2, .v8-section-head h1 { margin: 4px 0; font-size: 23px; line-height: 1.17; }
.v8-section-head p { margin: 0; color: var(--v8-muted); font-size: 12px; }
.v8-section-link { flex: 0 0 auto; color: var(--v8-violet) !important; font-size: 12px; font-weight: 900; text-decoration: none; }
.v8-card-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 9px; }
.v8-app-card { min-width: 0; border: 1px solid var(--v8-line); border-radius: 4px; background: #fff; }
.v8-app-card:hover { border-color: var(--v8-teal); }
.v8-app-card__link { display: grid; grid-template-columns: 57px minmax(0, 1fr) 17px; gap: 12px; align-items: center; min-height: 91px; padding: 12px; text-decoration: none; }
.v8-app-card__icon { display: flex; align-items: center; justify-content: center; width: 57px; height: 57px; overflow: hidden; border: 1px solid #e8e4dc; border-radius: 50%; background: #f6f4ef; }
.v8-app-card__icon img { width: 57px; height: 57px; object-fit: cover; }
.v8-app-card__copy { min-width: 0; }
.v8-app-card h3 { overflow: hidden; margin: 0; font-size: 14px; line-height: 1.2; text-overflow: ellipsis; white-space: nowrap; }
.v8-app-card__meta { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 5px; color: var(--v8-teal); font-size: 10px; font-weight: 800; }
.v8-app-card__meta span + span { padding-left: 7px; border-left: 1px solid var(--v8-line); }
.v8-app-card p { max-height: 34px; overflow: hidden; margin: 5px 0 0; color: var(--v8-muted); font-size: 11px; line-height: 1.5; }
.v8-app-card__sign { display: inline-flex; align-items: center; justify-content: center; width: 17px; height: 17px; border: 1px solid var(--v8-orange); border-radius: 50%; color: var(--v8-orange); font-size: 13px; }

.v8-collage { display: grid; grid-template-columns: 1.4fr repeat(3, minmax(0, 1fr)); gap: 9px; margin-top: 22px; }
.v8-collage__lead, .v8-collage__item { min-height: 126px; padding: 19px; border: 1px solid var(--v8-line); border-radius: 5px; text-decoration: none; }
.v8-collage__lead { background: var(--v8-paper); }
.v8-collage__lead h2 { margin: 5px 0; font-size: 21px; }
.v8-collage__lead p { margin: 0 0 12px; color: var(--v8-muted); font-size: 12px; }
.v8-collage__item { display: flex; flex-direction: column; justify-content: flex-end; color: #fff; }
.v8-collage__item--teal { background: var(--v8-teal); }
.v8-collage__item--violet { background: var(--v8-violet); }
.v8-collage__item--orange { background: var(--v8-orange); }
.v8-collage__item .fa { margin-bottom: auto; font-size: 20px; }
.v8-collage__item b { font-size: 13px; }
.v8-collage__item small { margin-top: 3px; color: rgba(255,255,255,.76); font-size: 10px; }

.v8-top-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 9px; }
.v8-top-card { display: grid; grid-template-columns: 28px 45px minmax(0, 1fr) 12px; gap: 9px; align-items: center; min-width: 0; padding: 11px; border: 1px solid #41404b; border-radius: 4px; color: #fff !important; text-decoration: none; }
.v8-top-card:hover { border-color: var(--v8-yellow); }
.v8-top-card__rank { color: var(--v8-yellow); font-size: 10px; font-weight: 900; }
.v8-top-card__icon { display: flex; width: 45px; height: 45px; align-items: center; justify-content: center; overflow: hidden; border-radius: 10px; background: #fff; }
.v8-top-card__icon img { width: 45px; height: 45px; object-fit: cover; }
.v8-top-card__copy { min-width: 0; }
.v8-top-card__copy strong, .v8-top-card__copy small { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.v8-top-card__copy strong { font-size: 12px; }
.v8-top-card__copy small { margin-top: 3px; color: #bfc2cf; font-size: 10px; }
.v8-top-card__arrow { color: var(--v8-yellow); font-size: 11px; }
.v8-facts { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 9px; margin-top: 22px; padding: 17px; border: 1px solid var(--v8-line); background: #e9e3d7; }
.v8-facts > div { display: grid; grid-template-columns: 29px minmax(0, 1fr); column-gap: 8px; align-items: center; }
.v8-facts span { grid-row: span 2; color: var(--v8-orange); font-size: 11px; font-weight: 900; }
.v8-facts b { font-size: 12px; }
.v8-facts small { color: var(--v8-muted); font-size: 10px; }
.v8-category-links { display: flex; flex-wrap: wrap; gap: 7px; margin-bottom: 15px; }
.v8-category-links a { padding: 7px 10px; border: 1px solid var(--v8-line); border-radius: 4px; background: var(--v8-paper); color: var(--v8-muted); font-size: 11px; text-decoration: none; }
.v8-category-links a:hover { color: var(--v8-violet); border-color: var(--v8-violet); }
.v8-extra { padding: 22px; border: 1px solid var(--v8-line); background: var(--v8-paper); }
.v8-breadcrumbs { overflow: hidden; margin-bottom: 13px; color: var(--v8-muted); font-size: 11px; text-overflow: ellipsis; white-space: nowrap; }
.v8-breadcrumbs .fa { margin-right: 6px; color: var(--v8-violet); }
.v8-seo { margin-top: 22px; }
.v8-seo-copy { padding: 24px; border: 1px solid var(--v8-line); border-top: 4px solid var(--v8-violet); background: var(--v8-paper); }
.v8-seo-copy h2 { margin: 5px 0 12px; font-size: 22px; line-height: 1.2; }
.v8-seo-copy p { margin: 0 0 12px; color: var(--v8-muted); font-size: 12px; line-height: 1.7; }
.v8-seo-links { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 15px; }
.v8-seo-links a { padding: 7px 9px; border: 1px solid #c7c0e5; border-radius: 4px; color: var(--v8-violet); font-size: 11px; font-weight: 800; text-decoration: none; }

.dn-v8-story-wrap { display: block; }
.v8-story-breadcrumbs { display: flex; flex-wrap: wrap; align-items: center; gap: 7px; margin-bottom: 13px; color: var(--v8-muted); font-size: 11px; }
.v8-story-breadcrumbs a { color: var(--v8-violet); text-decoration: none; }
.v8-story-breadcrumbs > .fa { color: #aaa5a0; font-size: 9px; }
.dn-v8-story { overflow: hidden; border: 1px solid var(--v8-line); border-radius: 5px; background: var(--v8-paper); }
.dn-v8-story .fone { padding: 0 !important; border: 0 !important; background: transparent !important; }
.dn-v8-story .fcols { display: grid; grid-template-columns: 155px minmax(0, 1fr); gap: 24px; align-items: start; padding: 28px; }
.dn-v8-story .fcol-left { width: 155px !important; min-width: 0 !important; padding: 0 !important; }
.dn-v8-story .fposter { width: 155px !important; height: 155px !important; margin: 0 !important; overflow: hidden; border: 1px solid var(--v8-line); border-radius: 50%; background: #eee9de; }
.dn-v8-story .fposter img { width: 100%; height: 100%; object-fit: cover; }
.dn-v8-story .fcol-right { min-width: 0; padding: 0 !important; }
.v8-story-kicker { display: inline-block; padding: 5px 8px; color: var(--v8-violet); border: 1px solid #c9c0e7; font-size: 9px; font-weight: 900; letter-spacing: .1em; }
.dn-v8-story h1 { max-width: 100%; margin: 12px 0 10px; overflow-wrap: anywhere; word-break: break-word; font-size: 31px; line-height: 1.1; }
.v8-story-lead { max-width: 700px; margin: 0; color: var(--v8-muted); font-size: 13px; }
.dn-v8-story .fbtns { display: flex; flex-wrap: wrap; align-items: center; gap: 9px; margin-top: 20px; }
.dn-v8-story .fbtn-dl { padding: 10px 15px; border-radius: 4px; background: var(--v8-violet); color: #fff; font-size: 12px; font-weight: 900; }
.dn-v8-story .fbtn-fav { color: var(--v8-teal); font-size: 12px; }
.dn-v8-story .fbtn-fav a, .dn-v8-story .fbtn-fav span { color: inherit; text-decoration: none; }
.dn-v8-story .fbtns .share-box { margin-left: auto; }
.dn-v8-story .fcols2 { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: 20px; padding: 0 28px 28px; background: #eee9de; }
.dn-v8-story .fcol2-left { min-width: 0; padding: 20px 0 0 !important; }
.dn-v8-story .finfo { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 7px; margin-top: 10px; }
.dn-v8-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 #d9d3c9; border-radius: 4px; background: var(--v8-paper); color: var(--v8-muted); font-size: 11px; }
.dn-v8-story .finfo > div > span { display: inline !important; position: static !important; min-width: 0; }
.dn-v8-story .finfo > div > span:first-child { display: inline-flex !important; flex: 0 0 15px; align-items: center; justify-content: center; margin: 0; color: var(--v8-teal); }
.dn-v8-story .finfo > div > span:nth-child(2) { flex: 0 0 auto; margin: 0; color: var(--v8-ink); font-weight: 800; }
.dn-v8-story .finfo > div > span:nth-child(3) { flex: 1 1 70px; }
.dn-v8-story .fcol2-right { width: auto !important; min-width: 0 !important; padding: 20px 0 0 !important; }
.dn-v8-story .scr { overflow: hidden; padding: 0 !important; border: 1px solid #d9d3c9; border-radius: 4px; background: var(--v8-paper); }
.dn-v8-story .tabs-sel { margin: 0; padding: 11px 13px; border-bottom: 1px solid #d9d3c9; font-size: 12px; font-weight: 900; }
.dn-v8-story .tabs-sel .current { color: var(--v8-violet); }
.dn-v8-story .scr-box { display: flex; gap: 9px; overflow-x: auto; padding: 13px; }
.dn-v8-story .scr-box a { flex: 0 0 auto; display: block; overflow: hidden; border-radius: 4px; }
.dn-v8-story .scr-box img { display: block; width: auto; height: 156px; max-width: none; object-fit: cover; }
.dn-v8-story .fdesc { margin: 22px 28px; padding: 22px; border: 1px solid var(--v8-line); border-radius: 4px; background: #fff; }
.dn-v8-story .fdesc-in { color: #333440; font-size: 14px; line-height: 1.75; }
.dn-v8-story .fdesc-in h2, .dn-v8-story .fdesc-in h3 { color: var(--v8-ink); }
.dn-v8-story .frkl { margin: 0 28px 22px; }
.dn-v8-story .fdl-box { border-top: 4px solid var(--v8-orange); background: var(--v8-paper); }
.dn-v8-story .fdl-box .fdesc-title { margin: 0 0 15px; color: var(--v8-ink); font-size: 21px; }
.dn-v8-story .fdl-desc { color: var(--v8-muted); font-size: 12px; }
.dn-v8-story .fdl-desc b { display: block; margin-bottom: 7px; color: var(--v8-ink); }
.dn-v8-story .fdl-desc b .fa { margin-right: 6px; color: var(--v8-orange); }
.dn-v8-story .bunnyvpn-banner { border-radius: 4px !important; }
.dn-v8-story .rels, .dn-v8-story .fcomms { margin: 0 28px 22px; padding: 21px; border: 1px solid var(--v8-line); border-radius: 4px; background: var(--v8-paper); }
.dn-v8-story .rels .sect-title, .dn-v8-story .fcomms .ac-title { color: var(--v8-ink); font-size: 19px; font-weight: 900; }
.dn-v8-story .rels .sect-cont { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 9px; }
.dn-v8-story .rels .short { width: auto !important; float: none !important; margin: 0 !important; padding: 0 !important; }
.dn-v8-story .rels .short-in { padding: 12px !important; text-align: left; }
.dn-v8-story .rels .short-link { display: flex; align-items: center; gap: 10px; }
.dn-v8-story .rels .short-img { flex: 0 0 66px; width: 66px; height: 66px; margin: 0; border-radius: 50%; }
.dn-v8-story .rels .short-title { min-width: 0; height: auto; margin: 0; overflow: hidden; font-size: 13px; text-overflow: ellipsis; white-space: nowrap; }

.v8-footer { display: grid; grid-template-columns: 1.5fr repeat(2, minmax(0, 1fr)) 1fr; gap: 25px; padding: 29px 0 35px; border-top: 1px solid var(--v8-line); }
.v8-footer .v8-brand { font-size: 18px; }
.v8-footer .v8-brand__symbol { width: 32px; height: 32px; font-size: 15px; }
.v8-footer p { max-width: 260px; margin: 10px 0 0; color: var(--v8-muted); font-size: 11px; }
.v8-footer h2 { margin: 3px 0 10px; font-size: 12px; }
.v8-footer a:not(.v8-brand) { display: block; margin: 7px 0; color: var(--v8-muted); font-size: 11px; text-decoration: none; }
.v8-footer a:not(.v8-brand):hover { color: var(--v8-violet); }
.v8-footer__issue { display: flex; align-items: center; gap: 9px; color: var(--v8-muted); font-size: 10px; font-weight: 900; letter-spacing: .08em; }
.v8-footer__issue .fa { color: var(--v8-orange); font-size: 28px; }

@media (max-width: 1050px) {
    .v8-header__inner { gap: 14px; }
    .v8-header-nav { gap: 10px; }
    .v8-hero h1 { font-size: 34px; }
    .v8-layout { grid-template-columns: 190px minmax(0, 1fr); }
}

@media (max-width: 820px) {
    .v8-header__inner { min-height: 70px; }
    .v8-header-nav { display: none; }
    .v8-header-search { margin-left: auto; }
    .v8-layout { display: block; }
    .v8-sidebar { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; margin-bottom: 15px; }
    .v8-side-block + .v8-side-block { margin-top: 0; }
    .v8-hero { grid-template-columns: 1fr; }
    .v8-hero__aside { min-height: 190px; border-top: 1px solid var(--v8-line); border-left: 0; }
    .v8-link-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .v8-collage { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .v8-collage__lead { grid-column: 1 / -1; min-height: auto; }
    .v8-top-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .v8-footer { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 560px) {
    .dn-v8 .wrap-center { width: min(100% - 20px, 1240px); }
    .v8-header__inner { flex-wrap: wrap; padding-top: 10px; padding-bottom: 10px; }
    .v8-brand { font-size: 18px; }
    .v8-brand__symbol { width: 32px; height: 32px; font-size: 15px; }
    .v8-header-search { order: 3; min-width: 0; max-width: none; flex: 1 0 100%; margin: 8px 0 0; }
    .v8-login { padding-left: 9px; font-size: 0; }
    .v8-login .fa { font-size: 15px; }
    .v8-ribbon__inner { gap: 13px; }
    .v8-frame { padding-top: 15px; }
    .v8-sidebar { grid-template-columns: 1fr; }
    .v8-hero__main { padding: 28px 22px; }
    .v8-hero h1 { font-size: 28px; }
    .v8-hero p { font-size: 13px; }
    .v8-hero__aside { min-height: 170px; padding: 24px; }
    .v8-link-grid, .v8-card-grid, .v8-top-grid { grid-template-columns: 1fr; }
    .v8-list-section { padding: 16px; }
    .v8-section-head { display: block; }
    .v8-section-head h2, .v8-section-head h1 { font-size: 20px; }
    .v8-section-link { display: inline-block; margin-top: 9px; }
    .v8-collage { grid-template-columns: 1fr; }
    .v8-collage__lead { grid-column: auto; }
    .v8-facts { grid-template-columns: 1fr; }
    .dn-v8-story .fcols { grid-template-columns: 1fr; padding: 21px; }
    .dn-v8-story .fcol-left, .dn-v8-story .fposter { width: 112px !important; }
    .dn-v8-story .fposter { height: 112px !important; }
    .dn-v8-story h1 { font-size: 25px; }
    .dn-v8-story .fcols2 { grid-template-columns: 1fr; padding: 0 21px 21px; }
    .dn-v8-story .finfo { grid-template-columns: 1fr; }
    .dn-v8-story .fbtns .share-box { margin-left: 0; }
    .dn-v8-story .fdesc, .dn-v8-story .frkl, .dn-v8-story .rels, .dn-v8-story .fcomms { margin-right: 21px; margin-left: 21px; padding: 16px; }
    .dn-v8-story .scr-box img { height: 140px; }
    .dn-v8-story .rels .sect-cont { grid-template-columns: 1fr; }
    .v8-footer { grid-template-columns: 1fr; gap: 17px; }
}
