/*
Theme Name: Design Nail Supply — Divi Child
Theme URI: https://designnailsupply.com/
Description: A bright editorial Divi child theme for nail supply reviews, guides and tutorials.
Author: Design Nail Supply
Template: Divi
Version: 1.1.0
Text Domain: dns-divi-child
*/

:root {
  --dns-green: #42b643;
  --dns-lime: #a8d93b;
  --dns-yellow: #ffbd43;
  --dns-coral: #ff705f;
  --dns-cyan: #27b8dd;
  --dns-ink: #23313d;
  --dns-muted: #66727d;
  --dns-soft: #f7fafb;
  --dns-white: #fff;
  --dns-radius: 24px;
  --dns-shadow: 0 18px 55px rgba(35,49,61,.1);
}

body { color: var(--dns-ink); background: #fff; }
body, input, textarea, select, button { font-family: "Inter", "Helvetica Neue", Arial, sans-serif; }
h1, h2, h3, h4, h5, h6 { color: var(--dns-ink); font-weight: 800; line-height: 1.12; }
a { transition: color .2s ease, transform .2s ease, box-shadow .2s ease; }
.container { width: min(90%, 1180px); }

/* Divi header refinements */
#main-header { box-shadow: 0 1px 0 rgba(35,49,61,.08) !important; }
#main-header .logo_container { min-height: 72px; }
#logo { max-height: 58px !important; }
#top-menu a { color: var(--dns-ink); font-weight: 700; letter-spacing: -.01em; }
#top-menu li.current-menu-item > a, #top-menu a:hover { color: var(--dns-coral) !important; opacity: 1; }
.mobile_menu_bar:before { color: var(--dns-coral); }
.et_mobile_menu { border-top-color: var(--dns-yellow); }

/* Homepage */
.dns-home { overflow: hidden; }
.dns-shell { width: min(90%, 1180px); margin-inline: auto; }
.dns-section { padding: 88px 0; }
.dns-section--soft { background: var(--dns-soft); }
.dns-eyebrow { display: inline-flex; align-items: center; gap: 8px; margin: 0 0 18px; color: #278d31; font-size: 13px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.dns-eyebrow:before { content: ""; width: 28px; height: 4px; border-radius: 10px; background: linear-gradient(90deg,var(--dns-yellow),var(--dns-coral)); }
.dns-section-head { max-width: 720px; margin-bottom: 38px; }
.dns-section-head h2 { margin: 0 0 14px; font-size: clamp(32px,4vw,52px); letter-spacing: -.04em; }
.dns-section-head p { margin: 0; color: var(--dns-muted); font-size: 18px; line-height: 1.75; }

.dns-hero { position: relative; min-height: 680px; display: grid; align-items: center; background: #fff url("assets/images/hero-nail-supplies.webp") center/cover no-repeat; }
.dns-hero:after { content: ""; position: absolute; inset: auto 0 0; height: 8px; background: linear-gradient(90deg,var(--dns-coral) 0 25%,var(--dns-yellow) 25% 50%,var(--dns-lime) 50% 75%,var(--dns-cyan) 75%); }
.dns-hero__content { position: relative; z-index: 1; width: min(52%, 650px); padding: 88px 0 100px; }
.dns-hero h1 { margin: 0 0 22px; font-size: clamp(46px,6vw,78px); letter-spacing: -.055em; }
.dns-hero h1 span { color: var(--dns-coral); }
.dns-hero__lead { max-width: 600px; margin: 0 0 30px; color: #53606b; font-size: clamp(18px,2vw,21px); line-height: 1.7; }
.dns-actions { display: flex; flex-wrap: wrap; gap: 13px; }
.dns-btn { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 25px; border-radius: 999px; font-weight: 800; text-decoration: none; }
.dns-btn--primary { color: #fff !important; background: var(--dns-coral); box-shadow: 0 12px 28px rgba(255,112,95,.3); }
.dns-btn--primary:hover { transform: translateY(-2px); box-shadow: 0 16px 32px rgba(255,112,95,.38); }
.dns-btn--ghost { color: var(--dns-ink) !important; background: rgba(255,255,255,.88); border: 2px solid rgba(35,49,61,.12); }
.dns-btn--ghost:hover { border-color: var(--dns-cyan); color: #137f9d !important; }
.dns-trust { display: flex; flex-wrap: wrap; gap: 16px 26px; margin-top: 34px; padding: 0; list-style: none; color: #53606b; font-size: 14px; font-weight: 700; }
.dns-trust li:before { content: "✓"; display: inline-grid; place-items: center; width: 21px; height: 21px; margin-right: 7px; border-radius: 50%; color: #fff; background: var(--dns-green); font-size: 12px; }

.dns-topic-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
.dns-topic { overflow: hidden; position: relative; min-height: 420px; border-radius: var(--dns-radius); background: var(--dns-white); box-shadow: var(--dns-shadow); }
.dns-topic__image { width: 100%; height: 235px; object-fit: cover; }
.dns-topic__body { padding: 26px 26px 30px; }
.dns-topic__tag { color: var(--dns-coral); font-size: 12px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.dns-topic h3 { margin: 9px 0 10px; font-size: 25px; }
.dns-topic p { margin: 0 0 16px; color: var(--dns-muted); line-height: 1.65; }
.dns-text-link { color: #1688a7; font-weight: 800; }
.dns-topic:hover { transform: translateY(-6px); }

.dns-post-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 25px; }
.dns-card { overflow: hidden; border: 1px solid #eaf0f2; border-radius: 20px; background: #fff; }
.dns-card__image-wrap { display: block; aspect-ratio: 16/10; overflow: hidden; background: #eef4f5; }
.dns-card__image { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.dns-card:hover .dns-card__image { transform: scale(1.035); }
.dns-card__body { padding: 23px; }
.dns-card__meta { margin-bottom: 10px; color: #278d31; font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.dns-card h3 { margin: 0 0 12px; font-size: 22px; line-height: 1.3; }
.dns-card h3 a { color: var(--dns-ink); }
.dns-card h3 a:hover { color: var(--dns-coral); }
.dns-card p { color: var(--dns-muted); line-height: 1.65; }

.dns-guide { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 64px; }
.dns-guide__image { width: 100%; border-radius: var(--dns-radius); box-shadow: var(--dns-shadow); }
.dns-guide h2 { margin: 0 0 18px; font-size: clamp(34px,4vw,54px); letter-spacing: -.04em; }
.dns-guide p { color: var(--dns-muted); font-size: 18px; line-height: 1.75; }
.dns-checks { margin: 26px 0 30px; padding: 0; list-style: none; }
.dns-checks li { position: relative; margin: 12px 0; padding-left: 32px; font-weight: 700; }
.dns-checks li:before { content: "✓"; position: absolute; left: 0; top: 0; color: #278d31; font-weight: 900; }

.dns-newsletter { padding: 0 0 88px; }
.dns-newsletter__box { position: relative; overflow: hidden; display: grid; grid-template-columns: 1.2fr .8fr; align-items: center; gap: 30px; padding: 50px; border-radius: 28px; color: #fff; background: var(--dns-ink); }
.dns-newsletter__box:after { content: ""; position: absolute; right: -50px; top: -70px; width: 240px; height: 240px; border-radius: 50%; background: var(--dns-cyan); opacity: .18; }
.dns-newsletter h2 { margin: 0 0 10px; color: #fff; font-size: clamp(29px,4vw,44px); }
.dns-newsletter p { margin: 0; color: #d9e1e5; line-height: 1.7; }
.dns-search { position: relative; z-index: 1; display: flex; padding: 7px; border-radius: 999px; background: #fff; }
.dns-search input { width: 100%; min-width: 0; padding: 12px 17px; border: 0; background: transparent; }
.dns-search button { flex: 0 0 auto; padding: 0 20px; border: 0; border-radius: 999px; color: #fff; background: var(--dns-coral); font-weight: 800; cursor: pointer; }

/* Compact custom footer */
.dns-footer { color: #d8e0e4; background: #1d2933; }
.dns-footer__main { display: grid; grid-template-columns: 1.25fr 1fr 1fr; gap: 54px; padding: 58px 0 42px; }
.dns-footer__logo { width: 230px; height: auto; margin-bottom: 17px; filter: drop-shadow(0 4px 12px rgba(0,0,0,.12)); }
.dns-footer p { color: #bdc8ce; line-height: 1.7; }
.dns-footer h2 { margin: 0 0 18px; color: #fff; font-size: 17px; letter-spacing: .04em; text-transform: uppercase; }
.dns-footer ul { margin: 0; padding: 0; list-style: none; }
.dns-footer li { margin: 9px 0; }
.dns-footer a { color: #d8e0e4; }
.dns-footer a:hover { color: var(--dns-yellow); }
.dns-footer__bar { padding: 19px 0; border-top: 1px solid rgba(255,255,255,.1); color: #aeb9bf; font-size: 13px; }

@media (max-width: 980px) {
  .dns-hero { min-height: 610px; background-position: 58% center; }
  .dns-hero:before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg,#fff 0 52%,rgba(255,255,255,.82) 67%,rgba(255,255,255,.12)); }
  .dns-hero__content { width: 65%; }
  .dns-topic-grid, .dns-post-grid { grid-template-columns: repeat(2,1fr); }
  .dns-topic-grid .dns-topic:last-child { grid-column: 1/-1; }
  .dns-guide { gap: 35px; }
  .dns-newsletter__box { grid-template-columns: 1fr; }
  .dns-footer__main { grid-template-columns: 1fr 1fr; }
  .dns-footer__brand { grid-column: 1/-1; }
}

@media (max-width: 680px) {
  .dns-section { padding: 66px 0; }
  .dns-hero { min-height: 650px; background-position: 68% center; }
  .dns-hero:before { background: rgba(255,255,255,.88); }
  .dns-hero__content { width: 100%; padding: 80px 0; }
  .dns-hero h1 { font-size: 48px; }
  .dns-topic-grid, .dns-post-grid, .dns-guide, .dns-footer__main { grid-template-columns: 1fr; }
  .dns-topic-grid .dns-topic:last-child, .dns-footer__brand { grid-column: auto; }
  .dns-guide__image-wrap { order: -1; }
  .dns-newsletter__box { padding: 35px 24px; }
  .dns-search { border-radius: 18px; flex-direction: column; }
  .dns-search button { min-height: 46px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *:before, *:after { scroll-behavior: auto !important; transition: none !important; }
}

/* Inner pages: archive, search and taxonomy */
.dns-inner { background: #fff; }
.dns-breadcrumbs { display: flex; align-items: center; gap: 9px; margin-bottom: 42px; color: #78858e; font-size: 13px; white-space: nowrap; overflow: hidden; }
.dns-breadcrumbs a { color: #52616b; font-weight: 700; }
.dns-breadcrumbs span:last-child { overflow: hidden; text-overflow: ellipsis; }
.dns-archive-hero { position: relative; overflow: hidden; padding: 54px 0 76px; background: linear-gradient(135deg,#fff9ee 0%,#f8fdf3 53%,#f1fbfe 100%); }
.dns-archive-hero:before, .dns-archive-hero:after { content: ""; position: absolute; border-radius: 50%; opacity: .2; pointer-events: none; }
.dns-archive-hero:before { width: 260px; height: 260px; right: -90px; top: -120px; background: var(--dns-yellow); }
.dns-archive-hero:after { width: 170px; height: 170px; right: 13%; bottom: -105px; background: var(--dns-cyan); }
.dns-archive-hero .dns-shell { position: relative; z-index: 1; }
.dns-archive-hero h1 { max-width: 850px; margin: 0 0 17px; font-size: clamp(42px,6vw,72px); letter-spacing: -.055em; }
.dns-archive-hero__description { max-width: 720px; margin: 0; color: #596771; font-size: 19px; line-height: 1.75; }
.dns-archive-hero__description p { margin: 0; }
.dns-topic-pills { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 30px; }
.dns-topic-pills a { padding: 9px 16px; border: 1px solid rgba(35,49,61,.1); border-radius: 999px; color: var(--dns-ink); background: rgba(255,255,255,.8); font-size: 13px; font-weight: 800; }
.dns-topic-pills a:nth-child(1):hover { color: #fff; border-color: var(--dns-coral); background: var(--dns-coral); }
.dns-topic-pills a:nth-child(2):hover { color: #fff; border-color: var(--dns-cyan); background: var(--dns-cyan); }
.dns-topic-pills a:nth-child(3):hover { color: #fff; border-color: var(--dns-green); background: var(--dns-green); }
.dns-topic-pills a:nth-child(4):hover { color: var(--dns-ink); border-color: var(--dns-yellow); background: var(--dns-yellow); }
.dns-listing { padding: 64px 0 92px; }
.dns-listing__bar { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-bottom: 32px; }
.dns-listing__bar strong { font-size: 16px; }
.dns-listing__bar .search-form { width: min(100%, 340px); }
.search-form { display: flex; padding: 5px; border: 1px solid #dfe8eb; border-radius: 999px; background: #fff; }
.search-form label { flex: 1; min-width: 0; }
.search-form .search-field { width: 100%; padding: 10px 15px; border: 0; background: transparent; }
.search-form .search-submit { padding: 9px 17px; border: 0; border-radius: 999px; color: #fff; background: var(--dns-coral); font-weight: 800; cursor: pointer; }
.dns-archive-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 28px; }
.dns-archive-card { overflow: hidden; display: flex; flex-direction: column; min-width: 0; border: 1px solid #e5edef; border-radius: 22px; background: #fff; box-shadow: 0 12px 36px rgba(35,49,61,.05); transition: transform .25s ease, box-shadow .25s ease; }
.dns-archive-card:hover { transform: translateY(-6px); box-shadow: var(--dns-shadow); }
.dns-archive-card__media { position: relative; display: block; aspect-ratio: 16/10; overflow: hidden; background: #edf3f4; }
.dns-archive-card__image { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.dns-archive-card:hover .dns-archive-card__image { transform: scale(1.04); }
.dns-archive-card__time { position: absolute; right: 13px; bottom: 13px; padding: 7px 11px; border-radius: 999px; color: var(--dns-ink); background: rgba(255,255,255,.92); backdrop-filter: blur(8px); font-size: 11px; font-weight: 800; }
.dns-archive-card__body { display: flex; flex: 1; flex-direction: column; padding: 23px; }
.dns-archive-card__meta { margin-bottom: 10px; color: #278d31; font-size: 11px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.dns-archive-card h2 { margin: 0 0 11px; padding: 0; font-size: 22px; line-height: 1.32; }
.dns-archive-card h2 a { color: var(--dns-ink); }
.dns-archive-card h2 a:hover { color: var(--dns-coral); }
.dns-archive-card p { margin: 0 0 18px; color: var(--dns-muted); line-height: 1.65; }
.dns-card-link { margin-top: auto; color: #1486a4; font-weight: 800; }
.dns-card-link span { display: inline-block; transition: transform .2s ease; }
.dns-card-link:hover span { transform: translateX(4px); }
.navigation.pagination { margin-top: 48px; }
.nav-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; }
.nav-links .page-numbers { display: grid; min-width: 42px; min-height: 42px; padding: 0 12px; place-items: center; border: 1px solid #dfe8eb; border-radius: 999px; color: var(--dns-ink); background: #fff; font-weight: 800; }
.nav-links .page-numbers.current, .nav-links a.page-numbers:hover { color: #fff; border-color: var(--dns-coral); background: var(--dns-coral); }
.dns-empty { max-width: 680px; margin: 35px auto; padding: 55px; border-radius: 24px; text-align: center; background: var(--dns-soft); }
.dns-empty h2 { font-size: 34px; }
.dns-empty .search-form { max-width: 480px; margin: 25px auto 0; }
.dns-empty__icon { color: var(--dns-cyan); font-size: 72px; line-height: 1; }
.dns-archive-hero--search .search-form { max-width: 570px; margin-top: 28px; }

/* Article layout */
.dns-article-shell { width: min(90%, 1040px); margin-inline: auto; }
.dns-article-hero { padding: 48px 0 52px; text-align: center; background: linear-gradient(180deg,#fff 0%,#fffaf2 100%); }
.dns-article-hero .dns-breadcrumbs { justify-content: center; text-align: left; }
.dns-article-hero__category { display: inline-flex; margin-bottom: 19px; padding: 8px 14px; border-radius: 999px; color: #197a27; background: #ecf8e9; font-size: 12px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.dns-article-hero h1 { max-width: 950px; margin: 0 auto 22px; font-size: clamp(40px,6vw,70px); letter-spacing: -.052em; }
.dns-article-deck { max-width: 760px; margin: 0 auto 28px; color: #5d6972; font-size: clamp(18px,2vw,22px); line-height: 1.65; }
.dns-byline { display: inline-flex; align-items: center; gap: 12px; text-align: left; }
.dns-byline__avatar { border-radius: 50%; }
.dns-byline strong, .dns-byline span { display: block; }
.dns-byline strong { font-size: 14px; }
.dns-byline span { color: #74818a; font-size: 12px; }
.dns-article-featured { overflow: hidden; margin-top: 38px; border-radius: 28px; box-shadow: var(--dns-shadow); }
.dns-article-featured img { display: block; width: 100%; max-height: 620px; object-fit: cover; }
.dns-article-layout { display: grid; grid-template-columns: 150px minmax(0,760px); justify-content: center; gap: 52px; padding-top: 68px; }
.dns-article-aside { position: sticky; top: 120px; align-self: start; display: flex; flex-direction: column; gap: 10px; padding: 20px 0; border-top: 3px solid var(--dns-yellow); }
.dns-share-label { margin-bottom: 5px; color: #7a868e; font-size: 10px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.dns-article-aside a { color: #52616b; font-size: 13px; font-weight: 800; }
.dns-article-aside a:hover { color: var(--dns-coral); }
.dns-article-content { color: #34434e; font-family: Georgia, "Times New Roman", serif; font-size: 19px; line-height: 1.9; }
.dns-article-content > :first-child { margin-top: 0; }
.dns-article-content h2, .dns-article-content h3, .dns-article-content h4 { margin: 1.7em 0 .65em; font-family: "Inter", "Helvetica Neue", Arial, sans-serif; letter-spacing: -.025em; }
.dns-article-content h2 { padding-top: 8px; font-size: 34px; }
.dns-article-content h3 { font-size: 27px; }
.dns-article-content a { color: #087e9e; text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.dns-article-content img { border-radius: 18px; }
.dns-article-content blockquote { margin: 35px 0; padding: 25px 28px; border: 0; border-left: 5px solid var(--dns-coral); border-radius: 0 16px 16px 0; color: #394852; background: #fff7f4; font-size: 21px; }
.dns-article-content ul, .dns-article-content ol { padding-left: 1.25em; }
.dns-article-content li { margin: .45em 0; }
.dns-article-content table { display: block; overflow-x: auto; width: 100%; border-collapse: collapse; font-family: "Inter",Arial,sans-serif; font-size: 15px; }
.dns-article-content th { color: #fff; background: var(--dns-ink); }
.dns-article-content th, .dns-article-content td { padding: 13px; border: 1px solid #dfe8eb; text-align: left; }
.dns-article-content .wp-block-button__link { color: #fff; border-radius: 999px; background: var(--dns-coral); font-family: "Inter",Arial,sans-serif; font-weight: 800; text-decoration: none; }
.dns-article-footer { padding-top: 70px; padding-bottom: 90px; }
.dns-author-box { display: grid; grid-template-columns: 80px 1fr; gap: 22px; padding: 30px; border: 1px solid #e4ecef; border-radius: 22px; background: var(--dns-soft); }
.dns-author-box img { border-radius: 50%; }
.dns-author-box span { color: #278d31; font-size: 11px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.dns-author-box h2 { margin: 4px 0 8px; padding: 0; font-size: 24px; }
.dns-author-box p { margin: 0; color: var(--dns-muted); line-height: 1.65; }
.dns-related { margin-top: 75px; }
.dns-related > h2 { margin-bottom: 30px; font-size: 38px; }

/* Comments */
.dns-comments { margin-top: 72px; padding-top: 55px; border-top: 1px solid #e4ecef; }
.dns-comments > h2, .comment-reply-title { font-size: 30px; }
.comment-list { padding: 0; list-style: none; }
.comment-list .comment { margin: 22px 0; padding: 22px; border-radius: 16px; background: var(--dns-soft); }
.comment-list .children { list-style: none; }
.comment-author img { margin-right: 10px; border-radius: 50%; vertical-align: middle; }
.comment-form { display: grid; grid-template-columns: 1fr 1fr; gap: 17px; }
.comment-form-comment, .comment-form-cookies-consent, .form-submit, .logged-in-as, .comment-notes { grid-column: 1/-1; }
.comment-form label { display: block; margin-bottom: 6px; font-weight: 800; }
.comment-form input[type="text"], .comment-form input[type="email"], .comment-form input[type="url"], .comment-form textarea { width: 100%; padding: 13px 15px; border: 1px solid #dbe5e8; border-radius: 12px; background: #fff; }
.dns-comment-submit { padding: 13px 22px; border: 0; border-radius: 999px; color: #fff; background: var(--dns-coral); font-weight: 800; cursor: pointer; }

/* Standard pages */
.dns-page-shell { width: min(88%, 860px); margin-inline: auto; }
.dns-page-hero { position: relative; overflow: hidden; padding: 52px 0 64px; background: linear-gradient(135deg,#f4fbfe,#fff9ee); }
.dns-page-hero:after { content: ""; position: absolute; right: -60px; bottom: -110px; width: 260px; height: 260px; border-radius: 44% 56% 60% 40%; background: var(--dns-lime); opacity: .18; transform: rotate(20deg); }
.dns-page-hero h1 { margin: 0; font-size: clamp(42px,6vw,68px); letter-spacing: -.05em; }
.dns-page-hero p:not(.dns-eyebrow) { margin: 16px 0 0; color: var(--dns-muted); font-size: 19px; }
.dns-page-content { padding-top: 68px; padding-bottom: 90px; color: #34434e; font-size: 18px; line-height: 1.85; }
.dns-page-content h2, .dns-page-content h3 { margin-top: 1.6em; letter-spacing: -.025em; }
.dns-page-featured { display: block; width: 100%; margin-bottom: 42px; border-radius: 22px; }

/* 404 */
.dns-404 { display: grid; min-height: 70vh; place-items: center; text-align: center; background: linear-gradient(135deg,#fff8ef,#f0fcff); }
.dns-404__inner { max-width: 740px; padding: 80px 0; }
.dns-404__art { display: flex; align-items: center; justify-content: center; gap: 7px; margin-bottom: 12px; font-size: clamp(82px,14vw,150px); font-weight: 900; letter-spacing: -.09em; line-height: .9; }
.dns-404__art span:first-child { color: var(--dns-coral); }.dns-404__art span:last-child { color: var(--dns-cyan); }
.dns-404__nail { display: inline-grid; width: .7em; height: 1em; place-items: center; border-radius: 50% 50% 42% 42%; color: transparent; background: var(--dns-yellow); transform: rotate(12deg); }
.dns-404 h1 { margin: 0 0 15px; font-size: clamp(38px,5vw,60px); }
.dns-404 p:not(.dns-eyebrow) { color: var(--dns-muted); font-size: 18px; }
.dns-404 .search-form { max-width: 520px; margin: 28px auto; }
.dns-404 .dns-actions { justify-content: center; }

@media (max-width: 980px) {
  .dns-archive-grid { grid-template-columns: repeat(2,1fr); }
  .dns-article-layout { grid-template-columns: 1fr; }
  .dns-article-aside { position: static; flex-direction: row; align-items: center; flex-wrap: wrap; padding: 14px 0; }
  .dns-share-label { width: 100%; }
}

@media (max-width: 680px) {
  .dns-archive-hero { padding: 38px 0 55px; }
  .dns-breadcrumbs { margin-bottom: 28px; }
  .dns-listing__bar { align-items: flex-start; flex-direction: column; }
  .dns-listing__bar .search-form { width: 100%; }
  .dns-archive-grid { grid-template-columns: 1fr; }
  .dns-article-hero { padding-top: 35px; }
  .dns-article-hero .dns-breadcrumbs { justify-content: flex-start; }
  .dns-article-featured { width: 92%; margin-top: 24px; border-radius: 18px; }
  .dns-article-layout { padding-top: 48px; }
  .dns-article-content { font-size: 18px; line-height: 1.8; }
  .dns-article-content h2 { font-size: 29px; }
  .dns-author-box { grid-template-columns: 1fr; }
  .comment-form { grid-template-columns: 1fr; }
  .comment-form > * { grid-column: 1 !important; }
  .dns-empty { padding: 38px 22px; }
}
