/*
Template: thefox
Theme Name: TheFox Child Theme
Theme URI: http://www.thefoxwp.com
Description: <strong>A superflexible and responsive Business Theme by Tranmautritam team</strong> - <br/>Update notifications available on twitter and facebook:<br/> <a href='https://twitter.com/tranmautritam'>Follow me on twitter</a><br/> - <a href='https://www.facebook.com/tranmautritam.designer'>Join the Facebook Group</a> A theme by <a href="http://themeforest.net/user/tranmautritam?ref=tranmautritam">Tranmautritam Team</a>.
Version: 1.50
Author: Tranmautritam Team
Author URI: http://themeforest.net/user/tranmautritam?ref=tranmautritam
License: Themeforest Split Licence
License URI: -



*/








/************************************************************************************





Put your custom CSS below this block :)





*************************************************************************************/

:root {
  --dt-ink: #1f2933;
  --dt-muted: #626b76;
  --dt-line: #e6e8eb;
  --dt-paper: #ffffff;
  --dt-soft: #f5f7f9;
  --dt-accent: #c7372f;
  --dt-accent-dark: #9f2722;
  --dt-link: #1554b7;
  --dt-code: #0f766e;
  --dt-code-soft: #eef8f6;
}

@media (max-width: 980px) {
  .dt-single-layout {
    display: block;
  }

  .dt-single-sidebar {
    position: static;
    margin-top: 36px;
  }

  .dt-single-template #sidebar.dt-single-sidebar {
    float: none !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 36px 0 0 !important;
  }

  .dt-single-hero .wrapper,
  .dt-single-body .wrapper {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .dt-single-hero h1 {
    font-size: 34px;
    line-height: 1.14;
  }
}

@media (max-width: 640px) {
  .dt-single-hero .wrapper {
    padding-top: 34px;
    padding-bottom: 32px;
  }

  .dt-single-hero h1 {
    font-size: 29px;
    line-height: 1.15;
  }

  .dt-single-byline {
    align-items: flex-start;
  }

  .dt-single-content p {
    font-size: 17px;
    line-height: 1.78;
  }

  .dt-single-content h2 {
    font-size: 25px;
  }

  .dt-reader-tools {
    display: block;
  }

  .dt-reader-tools button {
    width: 100%;
    margin-top: 10px;
  }
}

.dt-article-brief {
  max-width: 820px;
  margin-top: 24px;
  padding: 18px 20px;
  border: 1px solid #d7dde5;
  border-left: 5px solid var(--dt-accent);
  background: #fff;
}

.dt-article-brief strong {
  display: block;
  margin-bottom: 6px;
  color: var(--dt-ink);
  font-size: 14px;
  line-height: 1.3;
  font-weight: 900;
  letter-spacing: .03em;
  text-transform: uppercase;
}

.dt-article-brief p {
  margin: 0;
  color: #29323d;
  font-size: 17px;
  line-height: 1.65;
}

.dt-article-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  max-width: 820px;
  margin-top: 16px;
}

.dt-article-actions a,
.dt-article-actions button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 12px;
  border: 1px solid var(--dt-ink);
  background: #fff;
  color: var(--dt-ink) !important;
  font-size: 14px;
  line-height: 1;
  font-weight: 850;
  text-decoration: none;
  cursor: pointer;
}

.dt-article-actions a:hover,
.dt-article-actions a:focus-visible,
.dt-article-actions button:hover,
.dt-article-actions button:focus-visible {
  background: #fff;
  color: var(--dt-ink) !important;
}

.dt-sidebar-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.dt-sidebar-actions a {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 10px;
  border: 1px solid var(--dt-ink);
  background: #fff;
  color: var(--dt-ink) !important;
  font-size: 13px;
  font-weight: 850;
  text-decoration: none;
}

.dt-sidebar-brand {
  border-left-color: var(--dt-code);
  background: #f5fbfa;
}

.dt-sidebar-debate {
  border-left-color: var(--dt-accent);
  background: #fff8f7;
}

@media (max-width: 640px) {
  .dt-article-brief {
    padding: 16px;
  }

  .dt-article-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .dt-article-actions a,
  .dt-article-actions button {
    width: 100%;
    min-height: 40px;
  }
}

/* Footer hard override: must stay at the end of the child stylesheet. */
body.dt-editorial-site #footer_bg,
body.dt-editorial-site #footer_coms {
  overflow: visible !important;
}

body.dt-editorial-site #footer_coms {
  padding: 30px 0 26px !important;
}

body.dt-editorial-site #footer_coms .wrapper {
  display: block !important;
  max-width: 1180px !important;
  width: auto !important;
  margin: 0 auto !important;
  padding: 0 24px !important;
  text-align: center !important;
}

body.dt-editorial-site #footer_coms .wrapper::before {
  content: none !important;
  display: none !important;
}

body.dt-editorial-site #footer_coms .f_menu_left,
body.dt-editorial-site #footer_coms .footer_message {
  display: block !important;
  float: none !important;
  clear: both !important;
  position: static !important;
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  text-align: center !important;
  overflow: visible !important;
}

body.dt-editorial-site #footer_coms .f_menu_left {
  margin-bottom: 12px !important;
}

body.dt-editorial-site #footer_coms .menu {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 7px 18px !important;
  width: 100% !important;
  margin: 0 auto !important;
  padding: 0 !important;
  list-style: none !important;
  text-align: center !important;
}

body.dt-editorial-site #footer_coms .menu li {
  display: block !important;
  float: none !important;
  width: auto !important;
  margin: 0 0 7px !important;
  padding: 0 !important;
  line-height: 1.4 !important;
  white-space: normal !important;
}

body.dt-editorial-site #footer_coms .menu li::after {
  content: "·";
  display: inline-block;
  margin: 0 9px;
  color: #9aa3ad;
}

body.dt-editorial-site #footer_coms .menu li:last-child::after {
  content: none;
  display: none;
}

body.dt-editorial-site #footer_coms .menu a {
  display: inline-block !important;
  padding: 0 !important;
  border: 0 !important;
  white-space: nowrap !important;
}

body.dt-editorial-site #footer_coms .footer_message {
  margin-top: 12px !important;
  padding-top: 10px !important;
  border-top: 1px solid rgba(31, 39, 49, .12);
}

body.dt-editorial-site #nav_button {
  display: none !important;
}

.dt-single-template .dt-article-actions {
  float: none !important;
  clear: both !important;
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 9px !important;
  width: 100% !important;
  max-width: 820px !important;
  min-width: 0 !important;
  margin: 16px 0 0 !important;
  padding: 0 !important;
  position: static !important;
}

.dt-single-template .dt-article-actions a,
.dt-single-template .dt-article-actions button {
  float: none !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: auto !important;
  min-width: 0 !important;
  max-width: none !important;
  min-height: 38px !important;
  margin: 0 !important;
  padding: 0 12px !important;
  white-space: nowrap !important;
}

@media (max-width: 640px) {
  .dt-single-template .dt-article-actions {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 8px !important;
    width: 100% !important;
    max-width: 100% !important;
    margin-top: 16px !important;
  }

  .dt-single-template .dt-article-actions a,
  .dt-single-template .dt-article-actions button {
    width: 100% !important;
    min-height: 40px !important;
    white-space: normal !important;
  }
}

.dt-single-template .dt-article-actions a,
.dt-single-template .dt-article-actions button,
.dt-reader-tools button,
#commentform input[type="submit"],
#sidebar button,
#sidebar input[type="submit"] {
  min-height: 44px !important;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: .001ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: .001ms !important;
  }

  .dt-reading-progress {
    display: none !important;
  }
}

/* Final footer layout override: keep legal links and copyright in clean rows. */
#footer_bg,
#footer_coms {
  overflow: visible !important;
}

#footer_coms .wrapper {
  display: block !important;
  max-width: 1180px;
  margin: 0 auto !important;
  padding: 0 20px !important;
  text-align: center !important;
}

#footer_coms .f_menu_left,
#footer_coms .footer_message {
  float: none !important;
  clear: both !important;
  position: static !important;
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  text-align: center !important;
  overflow: visible !important;
}

#footer_coms .f_menu_left {
  margin-bottom: 12px !important;
}

#footer_coms .menu {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 7px 16px !important;
  margin: 0 auto !important;
  padding: 0 !important;
  list-style: none !important;
}

#footer_coms .menu li {
  display: block !important;
  float: none !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1.4 !important;
  white-space: normal !important;
}

#footer_coms .menu a {
  display: inline !important;
  padding: 0 !important;
  border: 0 !important;
  white-space: nowrap !important;
}

#footer_coms .footer_message {
  padding-top: 10px !important;
  border-top: 1px solid rgba(31, 39, 49, .12);
}

.dt-template-note,
.dt-article-angle,
.dt-fact-opinion,
.dt-perspective-box,
.dt-procon-matrix,
.dt-risk-benefit,
.dt-source-check,
.dt-open-questions,
.dt-solution-paths,
.dt-final-take,
.dt-debate-end {
  max-width: 740px;
  margin: 30px 0;
  padding: 22px;
  border: 1px solid var(--dt-line);
  background: #fff;
  color: #303842;
}

.dt-template-note {
  border-left: 5px solid #7a5b22;
  background: #fffaf1;
}

.dt-article-angle {
  border-left: 5px solid var(--dt-ink);
  background: #f8fafc;
}

.dt-fact-opinion,
.dt-source-check {
  border-left: 5px solid #4b5f7a;
  background: #f8fafc;
}

.dt-perspective-box,
.dt-risk-benefit {
  border-left: 5px solid var(--dt-code);
  background: #f7fbfa;
}

.dt-procon-matrix,
.dt-solution-paths {
  border-left: 5px solid var(--dt-accent);
  background: #fff7f6;
}

.dt-open-questions {
  border-left: 5px solid #7a5b22;
  background: #fffaf1;
}

.dt-final-take {
  border-left: 5px solid var(--dt-ink);
  background: #fff;
}

.dt-debate-end {
  border-left: 5px solid var(--dt-accent);
  background: #fff7f6;
}

.dt-template-note h2,
.dt-article-angle h2,
.dt-fact-opinion h2,
.dt-perspective-box h2,
.dt-procon-matrix h2,
.dt-risk-benefit h2,
.dt-source-check h2,
.dt-open-questions h2,
.dt-solution-paths h2,
.dt-final-take h2,
.dt-debate-end h2 {
  margin: 0 0 12px;
  color: var(--dt-ink);
  font-size: 23px;
  line-height: 1.24;
  font-weight: 900;
  letter-spacing: 0;
}

.dt-template-note p,
.dt-article-angle p,
.dt-fact-opinion p,
.dt-perspective-box p,
.dt-procon-matrix p,
.dt-risk-benefit p,
.dt-source-check p,
.dt-open-questions p,
.dt-solution-paths p,
.dt-final-take p,
.dt-debate-end p,
.dt-template-note li,
.dt-article-angle li,
.dt-fact-opinion li,
.dt-perspective-box li,
.dt-procon-matrix li,
.dt-risk-benefit li,
.dt-source-check li,
.dt-open-questions li,
.dt-solution-paths li,
.dt-final-take li,
.dt-debate-end li {
  color: #303842;
  font-size: 16px;
  line-height: 1.72;
}

.dt-mini-grid,
.dt-two-col,
.dt-three-col {
  display: grid;
  gap: 14px;
  margin-top: 16px;
}

.dt-two-col {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.dt-three-col,
.dt-mini-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.dt-mini-grid > div,
.dt-two-col > div,
.dt-three-col > div {
  min-width: 0;
  padding: 16px;
  border: 1px solid var(--dt-line);
  background: #fff;
}

.dt-mini-grid strong,
.dt-two-col strong,
.dt-three-col strong {
  display: block;
  margin-bottom: 7px;
  color: var(--dt-ink);
  font-size: 15px;
  line-height: 1.25;
  font-weight: 900;
}

.dt-article-kicker {
  display: inline-block;
  margin-bottom: 8px;
  color: var(--dt-accent);
  font-size: 13px;
  line-height: 1.35;
  font-weight: 900;
  letter-spacing: .4px;
  text-transform: uppercase;
}

@media (max-width: 780px) {
  .dt-template-note,
  .dt-article-angle,
  .dt-fact-opinion,
  .dt-perspective-box,
  .dt-procon-matrix,
  .dt-risk-benefit,
  .dt-source-check,
  .dt-open-questions,
  .dt-solution-paths,
  .dt-final-take,
  .dt-debate-end {
    padding: 18px;
  }

  .dt-two-col,
  .dt-three-col,
  .dt-mini-grid {
    grid-template-columns: 1fr;
  }
}

body.dt-editorial-site {
  color: var(--dt-ink);
  background: var(--dt-paper);
  font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

.screen-reader-text {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.dt-skip-link {
  position: absolute;
  left: 18px;
  top: -80px;
  z-index: 99999;
  padding: 10px 14px;
  background: var(--dt-ink);
  color: #fff !important;
  font-weight: 850;
  text-decoration: none;
}

.dt-skip-link:focus {
  top: 18px;
  outline: 3px solid #fff !important;
  outline-offset: 3px;
}

.dt-reading-progress {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99998;
  width: 100%;
  height: 3px;
  pointer-events: none;
  background: transparent;
}

.dt-reading-progress span {
  display: block;
  width: 0;
  height: 100%;
  background: var(--dt-code);
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible {
  outline: 3px solid #0f766e !important;
  outline-offset: 3px;
}

.logo_text a {
  font-weight: 700;
  letter-spacing: 0;
}

#header_container header,
#header_container .header_bottom_nav {
  border-bottom: 1px solid var(--dt-line);
}

#header_container nav ul li a {
  letter-spacing: 0;
  font-weight: 700;
}

#header_container nav ul li.current-menu-item > a,
#header_container nav ul li a:hover {
  color: var(--dt-accent) !important;
}

#top_bg {
  background: linear-gradient(180deg, #f7f8fa 0%, #eef1f4 100%) !important;
  border-bottom: 1px solid var(--dt-line);
}

#top_bg h1 {
  color: var(--dt-ink);
  font-size: 30px;
  font-weight: 800;
}

.post {
  border-bottom: 1px solid var(--dt-line);
  padding-bottom: 58px;
  margin-bottom: 58px;
  max-width: 760px;
}

.post-title h2,
.post-title h2 a {
  color: var(--dt-ink) !important;
  font-weight: 800;
  line-height: 1.22;
  font-size: 27px;
  letter-spacing: 0;
}

.post-title h2 a:hover,
.post a:hover {
  color: var(--dt-accent) !important;
}

.post .post-info,
.post .post-info a {
  color: var(--dt-muted) !important;
  font-size: 13px;
  line-height: 1.6;
  letter-spacing: 0;
}

.post .pi_author,
.post .pi_like,
.post .pi_date .pi_sep {
  display: none !important;
}

.post p {
  color: #333b45;
  font-size: 17px;
  line-height: 1.82;
  letter-spacing: 0;
  max-width: 720px;
  margin-bottom: 22px;
}

.post_single .post p,
.post_single .entry p,
.post_single .post-content p {
  font-size: 18px;
  line-height: 1.86;
  color: #303842;
  max-width: 740px;
}

.post_single h1,
.post_single h2,
.post_single h3,
.post_single .post-title h2,
.post_single .post-title h2 a {
  letter-spacing: 0;
  color: var(--dt-ink) !important;
}

.post_single h1,
.post_single .post-title h2 {
  font-size: 38px;
  line-height: 1.16;
  margin-bottom: 18px;
}

.post_single h2 {
  font-size: 27px;
  line-height: 1.25;
  margin-top: 44px;
  margin-bottom: 14px;
}

.post_single h3 {
  font-size: 20px;
  line-height: 1.35;
  margin-top: 28px;
  margin-bottom: 10px;
}

.post_single ul,
.post_single ol {
  max-width: 720px;
  font-size: 17px;
  line-height: 1.75;
  color: #303842;
  margin-bottom: 24px;
}

.post_single li {
  margin-bottom: 8px;
}

.post .more-link,
.more-link {
  border: 2px solid var(--dt-ink) !important;
  color: var(--dt-ink) !important;
  border-radius: 0;
  font-weight: 800;
  letter-spacing: 0;
}

.post .more-link:hover,
.more-link:hover {
  background: var(--dt-accent) !important;
  border-color: var(--dt-accent) !important;
  color: #fff !important;
}

#sidebar {
  background: var(--dt-soft);
  border-left: 1px solid var(--dt-line);
  color: #3e4651;
}

#sidebar .widget {
  margin-bottom: 26px;
  padding: 22px;
  background: #fff;
  border: 1px solid var(--dt-line);
}

#sidebar .widget h2,
#sidebar .wp-block-heading {
  color: var(--dt-ink);
  font-weight: 800;
  margin-bottom: 14px;
}

#sidebar a {
  color: var(--dt-link);
  font-weight: 600;
  line-height: 1.45;
}

#sidebar a:hover {
  color: var(--dt-accent);
}

#sidebar input[type="search"],
#sidebar input[type="text"] {
  width: 100%;
  height: 42px;
  margin: 8px 0 0;
  padding: 0 12px;
  border: 1px solid #cfd6df;
  background: #fff;
  color: var(--dt-ink);
  font-size: 15px;
}

#sidebar input[type="submit"],
#sidebar button {
  min-height: 42px;
  padding: 0 14px;
  background: var(--dt-ink) !important;
  color: #fff !important;
  border: 0;
  font-weight: 800;
  letter-spacing: 0;
}

#sidebar .widget_search,
#sidebar .widget_block.widget_search {
  padding: 18px;
  background: #fff;
  border: 1px solid var(--dt-line);
  border-left: 4px solid var(--dt-ink);
}

#sidebar .wp-block-search__label {
  display: block;
  margin: 0 0 8px;
  color: var(--dt-ink);
  font-size: 16px;
  line-height: 1.25;
  font-weight: 850;
}

#sidebar .wp-block-search__inside-wrapper {
  display: grid !important;
  grid-template-columns: 1fr auto;
  gap: 8px;
  align-items: stretch;
}

#sidebar .wp-block-search__button {
  margin: 8px 0 0 !important;
  white-space: nowrap;
}

#sidebar .wp-block-search__input::placeholder {
  color: #7a8491;
}

#sidebar input[type="submit"]:hover,
#sidebar input[type="submit"]:focus-visible,
#sidebar button:hover,
#sidebar button:focus-visible,
.dt-search-form button:hover,
.dt-search-form button:focus-visible,
#commentform input[type="submit"]:hover,
#commentform input[type="submit"]:focus-visible,
#commentform .submit:hover,
#commentform .submit:focus-visible,
.post .more-link:hover,
.post .more-link:focus-visible,
.more-link:hover,
.more-link:focus-visible {
  background: var(--dt-ink) !important;
  border-color: var(--dt-ink) !important;
  color: #fff !important;
}

#sidebar input[type="submit"]:hover *,
#sidebar input[type="submit"]:focus-visible *,
#sidebar button:hover *,
#sidebar button:focus-visible *,
.dt-search-form button:hover *,
.dt-search-form button:focus-visible *,
#commentform input[type="submit"]:hover *,
#commentform input[type="submit"]:focus-visible *,
#commentform .submit:hover *,
#commentform .submit:focus-visible *,
.post .more-link:hover *,
.post .more-link:focus-visible *,
.more-link:hover *,
.more-link:focus-visible * {
  color: #fff !important;
}

#sidebar .wp-block-search__inside-wrapper {
  display: block;
}

#sidebar .wp-block-search__button {
  margin-left: 0;
}

.dt-share {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  max-width: 740px;
  margin: 36px 0 24px;
  padding: 14px 16px;
  border: 1px solid var(--dt-line);
  background: var(--dt-soft);
}

.dt-article-promise {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  max-width: 740px;
  margin: 24px 0 28px;
  color: #303842;
  font-size: 15px;
  line-height: 1.65;
}

.dt-article-promise strong {
  color: var(--dt-ink);
  font-weight: 850;
}

.dt-share strong {
  margin-right: 6px;
  color: var(--dt-ink);
}

.dt-share a,
.dt-share button,
.dt-comment-prompt a {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 12px;
  background: var(--dt-ink);
  color: #fff !important;
  font-weight: 800;
  border: 1px solid var(--dt-ink);
  text-decoration: none;
  transition: none;
  cursor: pointer;
}

.dt-share a:hover,
.dt-share a:focus-visible,
.dt-share button:hover,
.dt-share button:focus-visible,
.dt-comment-prompt a:focus-visible,
.dt-comment-prompt a:hover {
  background: var(--dt-ink);
  border-color: var(--dt-ink);
  color: #fff !important;
}

.dt-share a:hover *,
.dt-share a:focus-visible *,
.dt-share button:hover *,
.dt-share button:focus-visible *,
.dt-comment-prompt a:hover *,
.dt-comment-prompt a:focus-visible * {
  color: #fff !important;
}

.dt-reader-tools {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  max-width: 740px;
  margin: 0 0 28px;
  padding: 14px;
  border: 1px solid #cbd8d5;
  border-left: 5px solid var(--dt-code);
  background: var(--dt-code-soft);
}

.dt-reader-tools div {
  flex: 1 1 190px;
  color: #2d3a3a;
}

.dt-reader-tools strong,
.dt-reader-tools span {
  display: block;
  letter-spacing: 0;
}

.dt-reader-tools strong {
  color: var(--dt-ink);
  font-size: 16px;
  line-height: 1.25;
  font-weight: 900;
}

.dt-reader-tools span {
  margin-top: 2px;
  color: #506261;
  font-size: 13px;
  line-height: 1.4;
}

.dt-reader-tools button {
  min-height: 38px;
  padding: 0 12px;
  border: 1px solid var(--dt-code);
  background: #fff;
  color: #0a5e58;
  font-weight: 850;
  cursor: pointer;
}

.dt-reader-tools button:hover,
.dt-reader-tools button:focus-visible {
  background: #fff;
  color: #0a5e58;
}

.dt-reader-tools button:disabled {
  opacity: .62;
  cursor: not-allowed;
}

.dt-comment-prompt {
  max-width: 740px;
  margin: 26px 0 36px;
  padding: 22px;
  border-left: 5px solid var(--dt-accent);
  background: #fff7f6;
}

.dt-author-box,
.dt-newsletter-box,
.dt-support-box,
.dt-perspective-compass,
.dt-source-box,
.dt-change-note {
  max-width: 740px;
  margin: 30px 0;
  padding: 22px;
  border: 1px solid var(--dt-line);
  background: #fff;
}

.dt-author-box {
  border-left: 5px solid var(--dt-ink);
}

.dt-newsletter-box {
  border-left: 5px solid var(--dt-accent);
  background: #f8fafc;
}

.dt-support-box {
  border-left: 5px solid #2f6f4e;
  background: #f5faf7;
}

.dt-perspective-compass {
  border-left: 5px solid var(--dt-code);
  background: #f7fbfa;
}

.dt-source-box {
  border-left: 5px solid #4b5f7a;
  background: #f8fafc;
}

.dt-change-note {
  border-left: 5px solid #7a5b22;
  background: #fffaf1;
}

.dt-related-posts {
  max-width: 740px;
  margin: 30px 0;
  padding: 22px;
  border: 1px solid var(--dt-line);
  border-left: 5px solid var(--dt-ink);
  background: #f8fafc;
}

.dt-comment-prompt h3,
.dt-author-box h3,
.dt-newsletter-box h3,
.dt-support-box h3,
.dt-perspective-compass h3,
.dt-source-box h3,
.dt-change-note h3,
.dt-related-posts h3 {
  margin-top: 0;
  color: var(--dt-ink);
  font-size: 22px;
  line-height: 1.25;
  font-weight: 850;
}

.dt-author-box p,
.dt-newsletter-box p,
.dt-support-box p,
.dt-comment-prompt p,
.dt-perspective-compass p,
.dt-source-box p,
.dt-change-note p,
.dt-related-posts p {
  color: #303842;
  font-size: 16px;
  line-height: 1.7;
}

.dt-compass-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 16px;
}

.dt-compass-grid div {
  min-width: 0;
  padding: 16px;
  border: 1px solid #dce8e5;
  background: #fff;
}

.dt-compass-grid strong {
  display: block;
  margin-bottom: 7px;
  color: var(--dt-ink);
  font-size: 15px;
  line-height: 1.25;
  font-weight: 900;
}

.dt-compass-grid p {
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
}

.dt-related-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 16px;
}

.dt-related-grid article {
  padding: 16px;
  border: 1px solid var(--dt-line);
  background: #fff;
}

.dt-related-grid h4 {
  margin: 0 0 8px;
  color: var(--dt-ink);
  font-size: 16px;
  line-height: 1.28;
  font-weight: 900;
  letter-spacing: 0;
}

.dt-related-grid h4 a {
  color: var(--dt-link);
}

.dt-related-grid p {
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
}

.dt-ad-slot {
  position: relative;
  display: flex;
  gap: 18px;
  align-items: center;
  max-width: 740px;
  margin: 28px 0;
  padding: 18px 20px;
  border: 1px solid #d6dde6;
  background: #f8fafc;
  color: #303842;
  overflow: hidden;
}

.dt-ad-slot-wide {
  max-width: none;
  margin: 10px 0 36px;
}

.dt-ad-label {
  position: absolute;
  top: 8px;
  right: 10px;
  color: #7a8491;
  font-size: 10px;
  line-height: 1;
  font-weight: 850;
  letter-spacing: .6px;
  text-transform: uppercase;
}

.dt-ad-graphic {
  display: grid;
  flex: 0 0 124px;
  grid-template-columns: repeat(3, 1fr);
  gap: 6px;
  height: 56px;
  padding: 8px;
  border: 1px solid #cfd8e3;
  background:
    linear-gradient(135deg, rgba(15, 118, 110, .14), transparent 62%),
    #fff;
}

.dt-ad-graphic span {
  display: block;
  align-self: end;
  background: #1f2933;
}

.dt-ad-graphic span:nth-child(1) {
  height: 62%;
}

.dt-ad-graphic span:nth-child(2) {
  height: 88%;
  background: var(--dt-accent);
}

.dt-ad-graphic span:nth-child(3) {
  height: 46%;
  background: var(--dt-code);
}

.dt-ad-copy strong,
.dt-ad-copy em {
  display: block;
  letter-spacing: 0;
}

.dt-ad-copy strong {
  color: var(--dt-ink);
  font-size: 17px;
  line-height: 1.25;
  font-weight: 900;
}

.dt-ad-copy em {
  margin-top: 4px;
  color: #5b6673;
  font-size: 13px;
  line-height: 1.45;
  font-style: normal;
}

.dt-comment-prompt ul {
  margin: 14px 0 18px;
  padding-left: 20px;
  color: #303842;
  font-size: 15px;
  line-height: 1.65;
}

.dt-comment-prompt li {
  margin-bottom: 6px;
}

.dt-author-box a,
.dt-newsletter-box a,
.dt-support-box a,
.dt-source-box a {
  color: var(--dt-link);
  font-weight: 850;
}

.dt-sidebar-box {
  padding: 18px;
  background: #fff;
  border-left: 4px solid var(--dt-accent);
}

.dt-sidebar-box p {
  color: #3e4651;
  font-size: 15px;
  line-height: 1.65;
}

.dt-sidebar-community {
  border-left-color: #2f6f4e;
  background: #f5faf7;
}

.dt-sidebar-community ul {
  margin: 12px 0 0;
  padding-left: 18px;
}

.dt-sidebar-community li {
  margin-bottom: 8px;
  color: #303842;
  font-size: 15px;
  line-height: 1.45;
}

.dt-sidebar-box h2 {
  margin: 0 0 12px;
  color: var(--dt-ink);
  font-size: 18px;
  line-height: 1.25;
  font-weight: 900;
  letter-spacing: 0;
}

.dt-sidebar-box form {
  display: grid;
  gap: 10px;
}

.dt-sidebar-box input[type="search"] {
  margin: 0;
}

.dt-sidebar-latest ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.dt-sidebar-latest li {
  margin: 0;
  padding: 12px 0;
  border-top: 1px solid var(--dt-line);
}

.dt-sidebar-latest li:first-child {
  border-top: 0;
  padding-top: 0;
}

.dt-sidebar-latest a {
  display: block;
  color: var(--dt-ink);
  font-weight: 850;
  line-height: 1.35;
}

.dt-sidebar-latest span {
  display: block;
  margin-top: 4px;
  color: #66717e;
  font-size: 13px;
  line-height: 1.35;
}

.business_sp_title {
  min-height: 0 !important;
  height: auto !important;
  max-height: none !important;
  overflow: hidden !important;
  padding: 34px 0 32px !important;
  background: #f7f8fa !important;
  background-image: none !important;
  border-top: 1px solid var(--dt-line);
  border-bottom: 1px solid var(--dt-line);
  display: flex !important;
  align-items: center !important;
}

.single-post #page_content .section_wrapper {
  padding-top: 58px !important;
}

.single-post .post_single {
  border-bottom: 0;
  margin-bottom: 34px;
  padding-bottom: 0;
}

.single-post #business_comments,
.single-post #respond,
.single-post .comment-form {
  max-width: 740px;
}

.business_sp_title::after {
  display: none !important;
  content: none !important;
}

.business_sp_title .wrapper {
  max-width: 1180px;
  width: 100%;
  padding: 0 30px !important;
  font-size: 0 !important;
  color: var(--dt-muted) !important;
  line-height: 1.5;
}

.business_sp_title h1 {
  max-width: 740px;
  margin: 0 0 12px !important;
  color: var(--dt-ink) !important;
  font-size: 36px !important;
  line-height: 1.16 !important;
  font-weight: 850 !important;
  text-align: left !important;
  letter-spacing: 0 !important;
}

.business_sp_title .avatar,
.business_sp_title img.avatar,
.business_sp_title .bs_single_post_navigation,
.business_sp_title .bs_previous_project,
.business_sp_title .bs_next_project {
  display: none !important;
}

.business_sp_title .dt-single-meta {
  display: flex !important;
  gap: 12px;
  align-items: center;
  max-width: 740px;
  color: #3e4651 !important;
  font-size: 14px !important;
  line-height: 1.45 !important;
}

.business_sp_title .dt-single-meta .avatar,
.business_sp_title .dt-single-meta img.avatar {
  display: block !important;
  width: 46px !important;
  height: 46px !important;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 8px 18px rgba(15, 23, 42, .16);
}

.business_sp_title .dt-single-meta span,
.business_sp_title .dt-single-meta a,
.business_sp_title .dt-single-meta time {
  display: block;
  color: #3e4651 !important;
  font-size: 14px !important;
  line-height: 1.45 !important;
  text-align: left !important;
}

.business_sp_title .dt-single-meta a {
  color: var(--dt-ink) !important;
  font-weight: 850;
  text-decoration: none;
}

.business_sp_title .wrapper {
  z-index: 1;
}

.business_sp_title .wrapper::before {
  content: none;
  display: none;
}

.business_sp_title .post-info,
.business_sp_title .post-info a,
.business_sp_title span,
.business_sp_title div {
  color: var(--dt-muted) !important;
  text-align: left !important;
  font-size: 13px !important;
}

.business_sp_title .post-info,
.business_sp_title > .wrapper > div {
  max-width: 740px;
  margin-left: 0;
  margin-right: auto;
}

.single-post .business_sp_title .dt-single-meta {
  display: flex !important;
  gap: 12px !important;
  align-items: center !important;
  color: #3e4651 !important;
  font-size: 14px !important;
  line-height: 1.45 !important;
}

.single-post .business_sp_title .dt-single-meta img.avatar,
.single-post .business_sp_title .dt-single-meta .avatar {
  display: block !important;
  width: 46px !important;
  height: 46px !important;
  min-width: 46px !important;
  border-radius: 50% !important;
  object-fit: cover !important;
}

.single-post .business_sp_title .dt-single-meta span,
.single-post .business_sp_title .dt-single-meta a,
.single-post .business_sp_title .dt-single-meta time {
  display: block !important;
  color: #3e4651 !important;
  font-size: 14px !important;
  line-height: 1.45 !important;
  text-align: left !important;
}

.single-post .business_sp_title .dt-single-meta a {
  color: #202833 !important;
  font-weight: 850 !important;
}

.dt-article-byline-strip {
  border-bottom: 1px solid var(--dt-line);
  background: #fff;
}

.dt-article-byline-strip .wrapper {
  display: flex;
  gap: 12px;
  align-items: center;
  padding: 18px 30px !important;
}

.dt-article-byline-strip img {
  display: block;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 8px 18px rgba(15, 23, 42, .14);
}

.dt-article-byline-strip strong,
.dt-article-byline-strip span {
  display: block;
  letter-spacing: 0;
}

.dt-article-byline-strip strong {
  color: #202833;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 900;
}

.dt-article-byline-strip span {
  margin-top: 2px;
  color: #586473;
  font-size: 14px;
  line-height: 1.45;
}

.single-post .business_sp_title .dt-single-meta {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  white-space: nowrap !important;
}

.single_post_comment::placeholder,
.single_post_author::placeholder,
.single_post_email::placeholder,
.single_post_url::placeholder {
  color: #69727d;
}

#respond h3,
#comments h3,
#business_comments h4 {
  color: var(--dt-ink);
  letter-spacing: 0;
}

#commentform input,
#commentform textarea {
  font-size: 16px;
  line-height: 1.6;
  color: var(--dt-ink);
}

#add-comment {
  max-width: 740px;
  margin-top: 54px;
}

#add-comment h4 {
  margin: 0 0 22px;
  color: var(--dt-ink);
  font-size: 24px;
  line-height: 1.2;
  font-weight: 850;
  letter-spacing: 0;
  text-transform: none;
}

#add-comment h4,
#add-comment h3,
#add-comment h4 *,
#add-comment h3 * {
  text-transform: none !important;
}

#add-comment h4::after {
  content: "";
  display: block;
  width: 42px;
  height: 3px;
  margin-top: 14px;
  background: var(--dt-accent);
}

.dt-comments-area {
  max-width: 740px;
}

.dt-comments-header {
  margin: 0 0 24px;
  padding: 20px;
  border-left: 5px solid var(--dt-ink);
  background: #f8fafc;
}

.dt-comments-header h3,
.dt-comment-form-wrap h3 {
  margin: 0 0 10px;
  color: var(--dt-ink);
  font-size: 24px;
  line-height: 1.25;
  font-weight: 850;
  letter-spacing: 0;
  text-transform: none;
}

.dt-comments-header p,
.dt-comment-note,
#commentform .comment-notes {
  margin: 0 0 16px;
  color: #3e4651;
  font-size: 15px;
  line-height: 1.65;
}

.dt-comment-list {
  margin: 0 0 34px;
  padding-left: 0;
  list-style: none;
}

#commentform label {
  display: block;
  margin-bottom: 7px;
  color: var(--dt-ink);
  font-size: 14px;
  line-height: 1.35;
  font-weight: 850;
}

#commentform p {
  clear: both;
  float: none;
  width: 100%;
  margin-bottom: 14px;
}

#commentform textarea,
#commentform input[type="text"],
#commentform input[type="email"],
#commentform input[type="url"],
#commentform input[type="search"] {
  width: 100%;
  border: 1px solid #d8dde4;
  background: #fff;
  color: var(--dt-ink);
  box-shadow: none;
}

#commentform textarea {
  min-height: 170px;
  padding: 16px;
}

#commentform input[type="text"],
#commentform input[type="email"],
#commentform input[type="url"],
#commentform input[type="search"] {
  height: 46px;
  padding: 0 14px;
}

#commentform .comment-form-cookies-consent {
  display: flex;
  clear: both;
  float: none;
  width: 100%;
  gap: 10px;
  align-items: flex-start;
  color: #3e4651;
  font-size: 14px;
  line-height: 1.5;
}

#commentform .comment-form-cookies-consent input {
  width: auto;
  min-width: 16px;
  margin-top: 4px;
}

#commentform .form-submit {
  clear: both;
  float: none;
  width: 100%;
  margin-top: 18px;
  text-align: left;
}

#commentform input[type="submit"],
#commentform .submit {
  display: inline-flex;
  margin-left: 0 !important;
  margin-right: 0 !important;
  min-height: 44px;
  padding: 0 18px;
  border: 0;
  background: var(--dt-ink) !important;
  color: #fff !important;
  font-weight: 850;
  letter-spacing: 0;
  text-transform: none;
}

#commentform .form-submit input,
#commentform p.form-submit input {
  float: none !important;
}

#commentform input[type="submit"]:hover,
#commentform .submit:hover {
  background: var(--dt-ink) !important;
  color: #fff !important;
}

#footer_bg {
  background: #f5f7f9 !important;
  border-top: 1px solid var(--dt-line) !important;
  color: #4d5661 !important;
}

#footer_bg #footer {
  display: none !important;
  height: 0 !important;
  min-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden !important;
}

#footer_coms {
  min-height: 0 !important;
  padding: 34px 0 30px !important;
  background: #f5f7f9 !important;
  border-top: 1px solid var(--dt-line) !important;
  color: #4d5661 !important;
}

#footer_coms .wrapper {
  display: flex;
  flex-direction: column;
  gap: 14px;
  align-items: center;
  justify-content: center;
  text-align: center;
}

#footer_coms .wrapper::before {
  content: none !important;
  display: none !important;
}

#footer_coms .f_menu_left,
#footer_coms .footer_message {
  display: block !important;
  float: none !important;
  margin: 0 !important;
  position: static !important;
  left: auto !important;
  right: auto !important;
  top: auto !important;
  bottom: auto !important;
  width: 100% !important;
  text-align: center !important;
}

#footer_coms .f_menu_left {
  order: 2;
}

#footer_coms .footer_message {
  order: 3;
}

#footer_coms .menu {
  display: flex !important;
  flex-wrap: wrap;
  gap: 8px 20px;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
}

#footer_coms .menu li {
  display: block !important;
  float: none !important;
  margin: 0;
  padding: 0;
  width: auto !important;
  border: 0 !important;
}

#footer_coms .menu a,
#footer_coms .footer_message {
  color: #4d5661 !important;
  font-size: 13px;
  line-height: 1.5;
  letter-spacing: 0;
}

#footer_coms .menu a {
  display: inline-block !important;
  padding: 0 !important;
}

#footer_coms .footer_message {
  opacity: .9;
  padding-top: 0 !important;
}

#footer_coms .menu a:hover {
  color: var(--dt-accent) !important;
}

.dt-home-template {
  background: #fff;
}

.dt-archive-template {
  background: #fff;
}

.dt-page-template {
  background: #fff;
}

.dt-single-template {
  background: #fff;
}

.dt-single-hero {
  background: linear-gradient(180deg, #f7f8fa 0%, #eef1f4 100%);
  border-bottom: 1px solid var(--dt-line);
}

.dt-single-hero .wrapper {
  padding-top: 54px;
  padding-bottom: 46px;
}

.dt-single-kicker {
  margin: 0 0 12px;
  color: var(--dt-accent);
  font-size: 13px;
  line-height: 1.4;
  font-weight: 900;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.dt-single-hero h1 {
  max-width: 820px;
  margin: 0;
  color: var(--dt-ink);
  font-size: 42px;
  line-height: 1.12;
  font-weight: 900;
  letter-spacing: 0;
}

.dt-single-byline {
  display: flex;
  gap: 14px;
  align-items: center;
  max-width: 820px;
  margin-top: 22px;
  padding-top: 18px;
  border-top: 1px solid rgba(31, 41, 51, .12);
}

.dt-single-byline img {
  display: block;
  width: 58px;
  height: 58px;
  min-width: 58px;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 10px 22px rgba(15, 23, 42, .16);
}

.dt-single-byline a,
.dt-single-byline span {
  display: block;
  letter-spacing: 0;
}

.dt-single-byline a {
  color: var(--dt-ink);
  font-size: 16px;
  line-height: 1.25;
  font-weight: 900;
  text-decoration: none;
}

.dt-single-byline span {
  margin-top: 3px;
  color: #586473;
  font-size: 14px;
  line-height: 1.45;
}

.dt-single-body .wrapper {
  padding-top: 48px;
  padding-bottom: 58px;
}

.dt-single-layout {
  display: grid;
  grid-template-columns: minmax(0, 760px) 320px;
  gap: 46px;
  align-items: start;
}

.dt-single-content {
  max-width: 760px;
}

.dt-single-template .dt-single-content,
.dt-single-template article.dt-single-content,
.dt-single-template .dt-single-content.post {
  float: none !important;
  clear: none !important;
  display: block !important;
  width: auto !important;
  max-width: 760px !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

.dt-single-content .entry,
.dt-single-content p {
  color: #29323d;
  font-size: 18px;
  line-height: 1.82;
}

.dt-single-content h2,
.dt-single-content h3,
.dt-single-content h4 {
  color: var(--dt-ink);
  letter-spacing: 0;
}

.dt-single-content h2 {
  margin: 42px 0 14px;
  font-size: 30px;
  line-height: 1.2;
  font-weight: 900;
}

.dt-single-content h3 {
  margin: 32px 0 12px;
  font-size: 23px;
  line-height: 1.25;
  font-weight: 900;
}

.dt-single-sidebar {
  position: sticky;
  top: 24px;
  min-width: 0;
}

.dt-single-template #sidebar.dt-single-sidebar {
  float: none !important;
  clear: none !important;
  display: block !important;
  width: auto !important;
  min-width: 0 !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  border-left: 0;
  background: transparent;
}

.dt-single-template #sidebar.dt-single-sidebar .widget,
.dt-single-template #sidebar.dt-single-sidebar .sb_widget {
  width: auto !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

@media (max-width: 980px) {
  .dt-single-layout {
    display: flex !important;
    flex-direction: column !important;
    gap: 0 !important;
  }

  .dt-single-template .dt-single-content,
  .dt-single-template article.dt-single-content,
  .dt-single-template .dt-single-content.post {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 auto !important;
  }

  .dt-single-template #sidebar.dt-single-sidebar {
    float: none !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 36px 0 0 !important;
    flex: 0 0 auto !important;
  }
}

.dt-home-hero {
  background:
    linear-gradient(90deg, rgba(15, 118, 110, .06) 1px, transparent 1px),
    linear-gradient(180deg, rgba(15, 118, 110, .05) 1px, transparent 1px),
    linear-gradient(180deg, #f7f8fa 0%, #eef1f4 100%);
  background-size: 42px 42px, 42px 42px, auto;
  border-bottom: 1px solid var(--dt-line);
}

.dt-archive-hero {
  background: linear-gradient(180deg, #f7f8fa 0%, #eef1f4 100%);
  border-bottom: 1px solid var(--dt-line);
}

.dt-page-hero {
  background: linear-gradient(180deg, #f7f8fa 0%, #eef1f4 100%);
  border-bottom: 1px solid var(--dt-line);
}

.dt-home-hero .wrapper {
  padding-top: 54px;
  padding-bottom: 54px;
}

.dt-hero-brand {
  display: flex;
  gap: 34px;
  align-items: end;
  justify-content: space-between;
}

.dt-brand-copy {
  flex: 1 1 auto;
  min-width: 0;
  max-width: 820px;
}

.dt-brand-line {
  margin: 0 0 14px;
  color: var(--dt-accent);
  font-size: 14px;
  line-height: 1.4;
  font-weight: 850;
  letter-spacing: 0;
}

.dt-person-card {
  display: flex;
  flex: 0 0 330px;
  gap: 16px;
  align-items: center;
  padding: 20px;
  border: 1px solid var(--dt-line);
  border-left: 5px solid var(--dt-accent);
  background: rgba(255, 255, 255, .86);
}

.dt-person-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  overflow: hidden;
  background: #fff;
  background-position: center;
  background-size: cover;
  border: 2px solid #fff;
  box-shadow: 0 10px 24px rgba(15, 23, 42, .16);
}

.dt-person-photo {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: transparent;
}

.dt-rene-avatar {
  object-fit: cover;
  border-radius: 50%;
}

.dt-person-card strong,
.dt-person-card span {
  display: block;
  letter-spacing: 0;
}

.dt-person-card strong {
  color: var(--dt-ink);
  font-size: 22px;
  line-height: 1.2;
  font-weight: 900;
}

.dt-person-card span {
  margin-top: 4px;
  color: #3e4651;
  font-size: 14px;
  line-height: 1.4;
}

.dt-archive-hero .wrapper {
  padding-top: 54px;
  padding-bottom: 54px;
}

.dt-page-hero .wrapper {
  padding-top: 54px;
  padding-bottom: 54px;
}

.dt-home-hero h1 {
  max-width: 820px;
  margin: 0 0 18px;
  color: var(--dt-ink);
  font-size: 48px;
  line-height: 1.08;
  font-weight: 850;
  letter-spacing: 0;
}

.dt-archive-hero h1 {
  max-width: 820px;
  margin: 0 0 18px;
  color: var(--dt-ink);
  font-size: 48px;
  line-height: 1.08;
  font-weight: 850;
  letter-spacing: 0;
}

.dt-page-hero h1 {
  max-width: 820px;
  margin: 0 0 18px;
  color: var(--dt-ink);
  font-size: 48px;
  line-height: 1.08;
  font-weight: 850;
  letter-spacing: 0;
}

.dt-home-hero .dt-home-lead {
  max-width: 760px;
  margin: 0;
  color: #303842;
  font-size: 20px;
  line-height: 1.7;
}

.dt-archive-description {
  max-width: 760px;
  margin: 0;
  color: #303842;
  font-size: 20px;
  line-height: 1.7;
}

.dt-page-lead {
  max-width: 760px;
  margin: 0;
  color: #303842;
  font-size: 20px;
  line-height: 1.7;
}

.dt-home-body .section_wrapper {
  padding-top: 48px;
}

.dt-archive-body .section_wrapper {
  padding-top: 48px;
}

.dt-page-body .section_wrapper {
  padding-top: 48px;
}

.dt-home-main {
  float: left;
  width: calc(100% - 370px);
  max-width: 790px;
}

.dt-home-template .dt-home-main {
  float: none;
  width: 100%;
  max-width: 980px;
}

.dt-home-template .dt-home-sidebar {
  display: none !important;
}

.dt-archive-main {
  float: left;
  width: calc(100% - 370px);
  max-width: 790px;
}

.dt-page-main {
  float: none;
  width: 100%;
  max-width: 860px;
}

.dt-home-note {
  margin-bottom: 30px;
  padding: 24px;
  background: #fff7f6;
  border-left: 5px solid var(--dt-accent);
}

.dt-home-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 28px;
}

.dt-home-actions a {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0 14px;
  border: 1px solid var(--dt-line);
  background: #fff;
  color: var(--dt-ink);
  font-weight: 800;
}

.dt-home-actions a:hover {
  border-color: var(--dt-line);
  color: var(--dt-ink);
}

.dt-nerd-strip {
  margin: 28px 0 28px;
  border: 1px solid #cbd8d5;
  border-left: 5px solid var(--dt-code);
  background: #f7fbfa;
}

.dt-nerd-line {
  padding: 13px 16px;
  border-bottom: 1px solid #dce8e5;
  color: #243434;
  font-family: Consolas, "SFMono-Regular", Menlo, monospace;
  font-size: 14px;
  line-height: 1.45;
  white-space: normal;
}

.dt-nerd-line span {
  color: var(--dt-code);
  font-weight: 900;
}

.dt-nerd-strip ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}

.dt-nerd-strip li {
  flex: 1 1 180px;
  min-width: 0;
  padding: 16px;
  border-right: 1px solid #dce8e5;
}

.dt-nerd-strip li:last-child {
  border-right: 0;
}

.dt-nerd-strip strong,
.dt-nerd-strip span {
  display: block;
  letter-spacing: 0;
}

.dt-nerd-strip strong {
  color: var(--dt-ink);
  font-size: 15px;
  line-height: 1.25;
  font-weight: 900;
}

.dt-nerd-strip span {
  margin-top: 5px;
  color: #41504f;
  font-size: 13px;
  line-height: 1.45;
}

.dt-format-panel {
  margin: 28px 0 34px;
  padding: 24px;
  border: 1px solid var(--dt-line);
  border-left: 5px solid var(--dt-ink);
  background: #f8fafc;
}

.dt-format-panel h2 {
  margin: 0 0 18px;
  color: var(--dt-ink);
  font-size: 26px;
  line-height: 1.2;
  font-weight: 850;
  letter-spacing: 0;
}

.dt-format-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.dt-format-grid article {
  padding: 16px;
  border: 1px solid var(--dt-line);
  background: #fff;
}

.dt-format-grid h3 {
  margin: 0 0 8px;
  color: var(--dt-ink);
  font-size: 17px;
  line-height: 1.25;
  font-weight: 900;
  letter-spacing: 0;
}

.dt-format-grid p {
  margin: 0;
  color: #303842;
  font-size: 14px;
  line-height: 1.65;
}

.dt-home-note h2,
.dt-latest-posts > h2 {
  margin-top: 0;
  color: var(--dt-ink);
  font-size: 28px;
  line-height: 1.2;
  font-weight: 850;
  letter-spacing: 0;
}

.dt-section-intro {
  max-width: 720px;
  margin: -6px 0 12px;
  color: #3e4651;
  font-size: 17px;
  line-height: 1.72;
}

.dt-home-note p {
  margin-bottom: 0;
  color: #303842;
  font-size: 17px;
  line-height: 1.75;
}

.dt-topic-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-bottom: 42px;
}

.dt-archive-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-bottom: 42px;
}

.dt-topic-card {
  flex: 1 1 calc(33.333% - 18px);
  min-width: 210px;
  padding: 20px;
  background: #fff;
  border-top: 4px solid var(--dt-accent);
  box-shadow: 0 12px 30px rgba(31, 41, 51, .08);
}

.dt-topic-card h2 {
  margin: 0 0 10px;
  color: var(--dt-ink);
  font-size: 21px;
  line-height: 1.25;
  font-weight: 850;
  letter-spacing: 0;
}

.dt-archive-card {
  flex: 1 1 calc(50% - 18px);
  min-width: 260px;
  padding: 20px;
  background: #fff;
  border-top: 4px solid var(--dt-ink);
  box-shadow: 0 12px 30px rgba(31, 41, 51, .08);
}

.dt-archive-card h2 {
  margin: 0 0 10px;
  color: var(--dt-ink);
  font-size: 24px;
  line-height: 1.22;
  font-weight: 850;
  letter-spacing: 0;
}

.dt-topic-card p {
  min-height: 94px;
  margin-bottom: 14px;
  color: #303842;
  font-size: 15px;
  line-height: 1.6;
}

.dt-community-panel {
  display: flex;
  gap: 22px;
  align-items: center;
  justify-content: space-between;
  margin: -8px 0 42px;
  padding: 22px;
  border: 1px solid #cbd8d5;
  border-left: 5px solid var(--dt-code);
  background: #f7fbfa;
}

.dt-community-panel h2 {
  margin: 0 0 8px;
  color: var(--dt-ink);
  font-size: 24px;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: 0;
}

.dt-community-panel p {
  max-width: 610px;
  margin: 0;
  color: #303842;
  font-size: 16px;
  line-height: 1.65;
}

.dt-community-actions {
  display: flex;
  flex: 0 0 auto;
  flex-wrap: wrap;
  gap: 9px;
  justify-content: flex-end;
}

.dt-community-actions a {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 12px;
  border: 1px solid var(--dt-code);
  background: #fff;
  color: #0a5e58;
  font-weight: 850;
  text-decoration: none;
}

.dt-community-actions a:hover,
.dt-community-actions a:focus-visible {
  color: #0a5e58;
  background: #fff;
}

.dt-direct-panel {
  display: flex;
  gap: 22px;
  align-items: center;
  justify-content: space-between;
  margin: -8px 0 42px;
  padding: 22px;
  border: 1px solid #d5dbe5;
  border-left: 5px solid var(--dt-ink);
  background: #f8fafc;
}

.dt-direct-panel h2 {
  margin: 0 0 8px;
  color: var(--dt-ink);
  font-size: 24px;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: 0;
}

.dt-direct-panel p {
  max-width: 610px;
  margin: 0;
  color: #303842;
  font-size: 16px;
  line-height: 1.65;
}

.dt-direct-actions {
  display: flex;
  flex: 0 0 auto;
  flex-wrap: wrap;
  gap: 9px;
  justify-content: flex-end;
}

.dt-direct-actions a {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 12px;
  border: 1px solid var(--dt-ink);
  background: #fff;
  color: var(--dt-ink);
  font-weight: 850;
  text-decoration: none;
}

.dt-direct-actions a:hover,
.dt-direct-actions a:focus-visible {
  color: var(--dt-ink);
  background: #fff;
}

.dt-archive-card p {
  margin-bottom: 14px;
  color: #303842;
  font-size: 16px;
  line-height: 1.7;
}

.dt-topic-card a,
.dt-latest-post h3 a {
  color: var(--dt-link);
  font-weight: 850;
}

.dt-archive-card a {
  color: var(--dt-link);
  font-weight: 850;
}

.dt-latest-post {
  padding: 28px 0 30px;
  border-bottom: 1px solid var(--dt-line);
}

.dt-featured-post {
  max-width: 760px;
  margin: 22px 0 24px;
  padding: 24px;
  border: 1px solid var(--dt-line);
  border-left: 5px solid var(--dt-accent);
  background: #fff;
  box-shadow: 0 12px 30px rgba(31, 41, 51, .08);
}

.dt-featured-label {
  margin: 0 0 10px !important;
  color: var(--dt-accent) !important;
  font-size: 13px !important;
  line-height: 1.35 !important;
  font-weight: 900;
  letter-spacing: .4px;
  text-transform: uppercase;
}

.dt-home-template .dt-latest-post.post {
  max-width: none;
  margin: 0;
  background: transparent;
  box-shadow: none;
}

.dt-home-template .dt-latest-post::before,
.dt-home-template .dt-latest-post::after {
  content: "";
  display: table;
  clear: both;
}

.dt-latest-post h3 {
  margin: 0 0 10px;
  font-size: 27px;
  line-height: 1.22;
  font-weight: 850;
  letter-spacing: 0;
}

.dt-featured-post h3 {
  margin: 0 0 12px;
  color: var(--dt-ink);
  font-size: 31px;
  line-height: 1.12;
  font-weight: 900;
  letter-spacing: 0;
}

.dt-featured-post h3 a {
  color: var(--dt-link);
}

.dt-post-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 16px;
  color: var(--dt-muted);
  font-size: 13px;
  line-height: 1.5;
  clear: both;
}

.dt-archive-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 14px;
  color: var(--dt-muted);
  font-size: 13px;
}

.dt-latest-post p {
  max-width: 720px;
  margin-bottom: 0;
  color: #303842;
  font-size: 17px;
  line-height: 1.78;
}

.dt-featured-post p {
  max-width: 690px;
  margin-bottom: 16px;
  color: #303842;
  font-size: 17px;
  line-height: 1.76;
}

.dt-featured-link {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 13px;
  background: var(--dt-ink);
  color: #fff !important;
  font-weight: 850;
  text-decoration: none;
}

.dt-home-template #block-3 {
  display: none !important;
}

.dt-home-closing {
  margin: 34px 0 0;
  padding: 24px;
  border-left: 5px solid var(--dt-ink);
  background: #f7f8fa;
}

.dt-home-closing h2 {
  margin-top: 0;
  color: var(--dt-ink);
  font-size: 26px;
  line-height: 1.2;
  font-weight: 850;
}

.dt-home-closing p {
  margin-bottom: 0;
  color: #303842;
  font-size: 17px;
  line-height: 1.75;
}

.dt-pagination {
  margin-top: 12px;
}

.dt-pagination .nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.dt-pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 12px;
  border: 1px solid var(--dt-line);
  background: #fff;
  color: var(--dt-ink);
  font-weight: 800;
}

.dt-pagination .current {
  background: var(--dt-ink);
  color: #fff;
}

.dt-archive-empty {
  padding: 24px;
  border: 1px solid var(--dt-line);
  background: #fff;
}

.dt-search-form {
  display: flex;
  gap: 10px;
  max-width: 740px;
  margin: 0 0 28px;
}

.dt-search-form input[type="search"] {
  flex: 1 1 auto;
  min-width: 0;
  height: 46px;
  padding: 0 14px;
  border: 1px solid #d8dde4;
  color: var(--dt-ink);
  font-size: 16px;
}

.dt-search-form button {
  flex: 0 0 auto;
  min-height: 46px;
  padding: 0 18px;
  border: 0;
  background: var(--dt-ink);
  color: #fff;
  font-weight: 850;
}

.dt-search-form button:hover {
  background: var(--dt-ink);
  color: #fff;
}

.dt-search-template #block-2 {
  display: none;
}

.dt-archive-empty h2 {
  margin-top: 0;
  color: var(--dt-ink);
  font-size: 26px;
  line-height: 1.2;
  font-weight: 850;
}

.dt-archive-empty p {
  color: #303842;
  font-size: 17px;
  line-height: 1.7;
}

.dt-archive-empty a {
  color: var(--dt-link);
  font-weight: 850;
}

.dt-page-article {
  max-width: 860px;
}

.dt-page-content {
  color: #303842;
  font-size: 18px;
  line-height: 1.8;
}

.dt-page-content h2,
.dt-page-content h3,
.dt-page-content h4 {
  color: var(--dt-ink);
  font-weight: 850;
  letter-spacing: 0;
}

.dt-page-content h2 {
  font-size: 28px;
  line-height: 1.22;
  margin-top: 42px;
  margin-bottom: 14px;
}

.dt-page-content h3 {
  font-size: 22px;
  line-height: 1.28;
  margin-top: 28px;
  margin-bottom: 10px;
}

.dt-page-content p {
  margin-bottom: 18px;
}

.dt-page-content ul,
.dt-page-content ol {
  margin-bottom: 20px;
  padding-left: 22px;
}

.dt-page-content li {
  margin-bottom: 8px;
}

.dt-topic-index {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin: 30px 0;
}

.dt-topic-index br {
  display: none;
}

.dt-topic-index a {
  display: block;
  min-height: 100%;
  padding: 20px;
  border: 1px solid var(--dt-line);
  border-top: 4px solid var(--dt-accent);
  background: #fff;
  color: #303842;
  text-decoration: none;
  box-shadow: 0 10px 26px rgba(31, 41, 51, .06);
}

.dt-topic-index a:hover,
.dt-topic-index a:focus-visible {
  color: #303842;
  border-top-color: var(--dt-ink);
}

.dt-topic-index strong {
  display: block;
  margin-bottom: 8px;
  color: var(--dt-link);
  font-size: 20px;
  line-height: 1.25;
  font-weight: 900;
}

.dt-topic-index span {
  display: block;
  color: #3e4651;
  font-size: 15px;
  line-height: 1.62;
}

.dt-topic-index-note {
  padding: 20px;
  border-left: 5px solid var(--dt-ink);
  background: #f8fafc;
}

.dt-newsletter-page-box {
  max-width: 680px;
  margin: 30px 0;
  padding: 24px;
  border: 1px solid var(--dt-line);
  border-left: 5px solid var(--dt-accent);
  background: #fff7f6;
}

.dt-newsletter-page-box .tnp,
.dt-newsletter-page-box form {
  max-width: 520px;
}

.dt-newsletter-page-box input[type="email"],
.dt-newsletter-page-box input[type="text"] {
  width: 100%;
  min-height: 46px;
  padding: 0 14px;
  border: 1px solid #cfd6df;
  background: #fff;
  color: var(--dt-ink);
  font-size: 16px;
}

.dt-newsletter-page-box input[type="submit"],
.dt-newsletter-page-box button {
  min-height: 44px;
  padding: 0 18px;
  border: 0;
  background: var(--dt-ink);
  color: #fff;
  font-weight: 850;
}

.dt-home-sidebar {
  float: right;
}

.dt-archive-sidebar {
  float: right;
}

.page .dt-home-intro,
.page .dt-home-topics,
.page .dt-home-latest,
.page .dt-home-note {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}

.page .dt-home-intro {
  padding: 52px 0 34px;
  border-bottom: 1px solid var(--dt-line);
}

.page .dt-home-intro h1 {
  margin: 0 0 18px;
  color: var(--dt-ink);
  font-size: 56px;
  line-height: 1;
  font-weight: 850;
  letter-spacing: 0;
}

.page .dt-home-lead,
.page .dt-home-intro p {
  max-width: 780px;
  color: #303842;
  font-size: 21px;
  line-height: 1.65;
}

.page .dt-home-topics,
.page .dt-home-latest,
.page .dt-home-note {
  padding: 38px 0;
  border-bottom: 1px solid var(--dt-line);
}

.page .dt-home-topics h2,
.page .dt-home-latest h2,
.page .dt-home-note h2 {
  color: var(--dt-ink);
  font-size: 28px;
  line-height: 1.18;
  font-weight: 850;
  letter-spacing: 0;
  margin-bottom: 22px;
}

.page .dt-home-topics .wp-block-columns {
  gap: 22px;
}

.page .dt-home-topics .wp-block-column {
  padding: 22px;
  background: #fff;
  border-top: 4px solid var(--dt-accent);
  box-shadow: 0 12px 30px rgba(31, 41, 51, .08);
}

.page .dt-home-topics h3 {
  margin-top: 0;
  color: var(--dt-ink);
  font-size: 21px;
  line-height: 1.25;
  font-weight: 850;
}

.page .dt-home-topics p,
.page .dt-home-note p {
  color: #303842;
  font-size: 17px;
  line-height: 1.72;
}

.page .dt-home-topics a,
.page .dt-home-note a,
.page .dt-home-latest a {
  color: var(--dt-link);
  font-weight: 800;
}

.page .dt-home-latest .wp-block-latest-posts {
  margin: 0;
  padding: 0;
}

.page .dt-home-latest .wp-block-latest-posts li {
  padding: 18px 0;
  border-bottom: 1px solid var(--dt-line);
}

.page .dt-home-latest .wp-block-latest-posts__post-title {
  color: var(--dt-ink);
  font-size: 22px;
  line-height: 1.25;
  font-weight: 850;
}

.page .dt-home-latest .wp-block-latest-posts__post-date {
  margin-top: 6px;
  color: var(--dt-muted);
}

.page .dt-home-latest .wp-block-latest-posts__post-excerpt {
  max-width: 760px;
  color: #303842;
  font-size: 16px;
  line-height: 1.72;
}

.page .dt-home-note {
  background: #fff7f6;
  border-left: 5px solid var(--dt-accent);
  padding-left: 24px;
  padding-right: 24px;
}

@media (max-width: 780px) {
  #top_bg h1 {
    font-size: 24px;
  }

  .post {
    padding-bottom: 34px;
    margin-bottom: 36px;
  }

  .post p {
    font-size: 16px;
    line-height: 1.75;
  }

  .post-title h2,
  .post-title h2 a {
    font-size: 23px;
  }

  .post_single h1,
  .post_single .post-title h2 {
    font-size: 30px;
  }

  .post_single .post p,
  .post_single .entry p,
  .post_single .post-content p {
    font-size: 17px;
    line-height: 1.78;
  }

  .dt-share {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    gap: 8px;
  }

  .dt-share strong {
    flex: 0 0 100%;
    margin-right: 0;
  }

  .dt-share a,
  .dt-share button {
    flex: 1 1 calc(50% - 8px);
    justify-content: center;
    min-height: 42px;
    width: auto !important;
    min-width: 0;
    padding: 0 10px;
    border-color: var(--dt-ink);
    background: #fff;
    color: var(--dt-ink) !important;
    text-align: center;
  }

  .dt-share .dt-copy-link {
    flex-basis: 100%;
    background: var(--dt-ink);
    color: #fff !important;
  }

  .dt-perspective-compass,
  .dt-source-box,
  .dt-change-note,
  .dt-related-posts,
  .dt-author-box,
  .dt-newsletter-box,
  .dt-support-box,
  .dt-comment-prompt {
    padding: 18px;
  }

  .dt-compass-grid {
    grid-template-columns: 1fr;
  }

  .dt-related-grid,
  .dt-format-grid {
    grid-template-columns: 1fr;
  }

  .dt-ad-slot {
    display: block;
    padding: 18px;
  }

  .dt-ad-graphic {
    width: 132px;
    max-width: 100%;
    margin-bottom: 12px;
  }

  .dt-comment-form-wrap h3,
  .dt-comments-header h3 {
    font-size: 22px;
  }

  .dt-comment-prompt ul {
    padding-left: 18px;
  }

  .business_sp_title {
    padding: 34px 0 30px !important;
  }

  .single-post #page_content .section_wrapper {
    padding-top: 34px !important;
  }

  .business_sp_title .wrapper {
    padding: 0 20px !important;
  }

  .business_sp_title h1 {
    font-size: 28px !important;
    line-height: 1.2 !important;
  }

  .page .dt-home-intro,
  .page .dt-home-topics,
  .page .dt-home-latest,
  .page .dt-home-note {
    padding-left: 16px;
    padding-right: 16px;
  }

  .page .dt-home-intro h1 {
    font-size: 40px;
  }

  .page .dt-home-lead,
  .page .dt-home-intro p {
    font-size: 18px;
    line-height: 1.62;
  }

  .page .dt-home-topics .wp-block-column {
    margin-bottom: 16px;
  }

  .dt-home-actions {
    gap: 10px;
    margin-bottom: 22px;
  }

  .dt-home-actions a {
    min-height: 38px;
  }

  .dt-reader-tools {
    display: block;
    padding: 14px;
  }

  .dt-reader-tools div {
    margin-bottom: 10px;
  }

  .dt-reader-tools button {
    width: 100%;
    margin-top: 8px;
  }

  .dt-nerd-strip {
    margin: 24px 0;
  }

  .dt-nerd-line {
    font-size: 13px;
  }

  .dt-nerd-strip ul {
    display: block;
  }

  .dt-nerd-strip li {
    border-right: 0;
    border-bottom: 1px solid #dce8e5;
  }

  .dt-nerd-strip li:last-child {
    border-bottom: 0;
  }

  .dt-community-panel {
    display: block;
    margin: 0 0 34px;
    padding: 18px;
  }

  .dt-format-panel {
    padding: 18px;
  }

  .dt-community-panel h2 {
    font-size: 23px;
  }

  .dt-community-actions {
    display: block;
    margin-top: 16px;
  }

  .dt-community-actions a {
    justify-content: center;
    width: 100%;
    margin-top: 8px;
  }

  .dt-direct-panel {
    display: block;
    margin: 0 0 34px;
    padding: 18px;
  }

  .dt-direct-actions {
    display: block;
    margin-top: 16px;
  }

  .dt-direct-actions a {
    justify-content: center;
    width: 100%;
    margin-top: 8px;
  }

  .dt-home-hero .wrapper {
    padding: 46px 20px 36px !important;
  }

  .dt-hero-brand {
    display: block;
  }

  .dt-brand-line {
    margin-bottom: 10px;
    font-size: 13px;
  }

  .dt-home-hero h1 {
    font-size: 33px;
    line-height: 1.12;
  }

  .dt-home-hero .dt-home-lead {
    font-size: 17px;
    line-height: 1.65;
  }

  .dt-person-card {
    margin-top: 24px;
    padding: 15px;
    flex-basis: auto;
  }

  .dt-person-mark {
    width: 56px;
    height: 56px;
    font-size: 19px;
  }

  .dt-person-card strong {
    font-size: 20px;
  }

  .dt-archive-hero .wrapper {
    padding: 36px 20px;
  }

  .dt-archive-hero h1 {
    font-size: 33px;
    line-height: 1.12;
  }

  .dt-page-hero .wrapper {
    padding: 52px 20px 36px;
  }

  .dt-page-hero h1 {
    font-size: 33px;
    line-height: 1.12;
  }

  .dt-archive-description {
    font-size: 17px;
    line-height: 1.65;
  }

  .dt-page-lead {
    font-size: 17px;
    line-height: 1.65;
  }

  .dt-home-main {
    float: none;
    width: 100%;
    max-width: none;
  }

  .dt-topic-index {
    grid-template-columns: 1fr;
  }

  .dt-archive-main {
    float: none;
    width: 100%;
    max-width: none;
  }

  .dt-topic-card p {
    min-height: 0;
  }

  .dt-topic-card {
    flex-basis: 100%;
  }

  .dt-home-sidebar {
    float: none;
    width: 100%;
  }

  .dt-home-closing {
    padding: 20px;
  }

  .dt-archive-card {
    flex-basis: 100%;
  }

  .dt-archive-sidebar {
    float: none;
    width: 100%;
  }

  .dt-search-form {
    display: block;
  }

  .dt-search-form button {
    margin-top: 10px;
    width: 100%;
  }

  #footer_coms {
    padding: 28px 0 26px !important;
  }

  #footer_coms .wrapper {
    display: block !important;
    text-align: center;
  }

#footer_coms .wrapper::before {
    content: none !important;
    display: none !important;
  }

  #footer_coms .f_menu_left {
    display: block !important;
    width: 100% !important;
    margin: 0 auto 14px !important;
    overflow: visible !important;
  }

  #footer_coms .menu {
    display: block !important;
    width: 100%;
    margin: 0 auto !important;
    padding: 0 !important;
    line-height: 1.5;
    text-align: center;
  }

  #footer_coms .menu li {
    display: inline-block !important;
    float: none !important;
    width: auto !important;
    margin: 0 7px 7px !important;
    padding: 0 !important;
    vertical-align: top;
  }

  #footer_coms .footer_message {
    display: block;
    clear: both;
    width: 100%;
    margin-top: 8px !important;
    padding-top: 10px !important;
    border-top: 1px solid rgba(31, 39, 49, .1);
    text-align: center;
    position: static !important;
  }

  .dt-page-content {
    font-size: 17px;
    line-height: 1.74;
  }

  .dt-latest-post h3 {
    font-size: 23px;
  }

  .dt-featured-post {
    padding: 18px;
  }

  .dt-featured-post h3 {
    font-size: 25px;
    line-height: 1.16;
  }
}

/* Footer hard override: must stay at the end of the child stylesheet. */
body.dt-editorial-site #footer_bg,
body.dt-editorial-site #footer_coms {
  overflow: visible !important;
}

body.dt-editorial-site #footer_coms {
  padding: 30px 0 26px !important;
}

body.dt-editorial-site #footer_coms .wrapper {
  display: block !important;
  max-width: 1180px !important;
  width: auto !important;
  margin: 0 auto !important;
  padding: 0 24px !important;
  text-align: center !important;
}

body.dt-editorial-site #footer_coms .wrapper::before {
  content: none !important;
  display: none !important;
}

body.dt-editorial-site #footer_coms .f_menu_left,
body.dt-editorial-site #footer_coms .footer_message {
  display: block !important;
  float: none !important;
  clear: both !important;
  position: static !important;
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  text-align: center !important;
  overflow: visible !important;
}

body.dt-editorial-site #footer_coms .f_menu_left {
  margin-bottom: 12px !important;
}

body.dt-editorial-site #footer_coms .menu {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 7px 18px !important;
  width: 100% !important;
  margin: 0 auto !important;
  padding: 0 !important;
  list-style: none !important;
  text-align: center !important;
}

body.dt-editorial-site #footer_coms .menu li {
  display: block !important;
  float: none !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1.4 !important;
  white-space: normal !important;
}

body.dt-editorial-site #footer_coms .menu a {
  display: inline-block !important;
  padding: 0 !important;
  border: 0 !important;
  white-space: nowrap !important;
}

body.dt-editorial-site #footer_coms .footer_message {
  margin-top: 12px !important;
  padding-top: 10px !important;
  border-top: 1px solid rgba(31, 39, 49, .12);
}

