/* ================================================================
   Sensational Web Tips reusable WordPress content system
   Loaded after the parent Artisteer styles to prevent interference.
   ================================================================ */

:root {
  --swt-navy: #102f56;
  --swt-blue: #0b4f9c;
  --swt-blue-dark: #082d5b;
  --swt-blue-pale: #edf5ff;
  --swt-gold: #d6a72f;
  --swt-gold-dark: #8a6400;
  --swt-gold-pale: #fff8df;
  --swt-red: #a61b1b;
  --swt-red-dark: #7e1515;
  --swt-red-pale: #fff4f3;
  --swt-text: #1d2733;
  --swt-muted: #4b5866;
  --swt-border: #d9e4ef;
  --swt-white: #ffffff;
}

/* Improve non-home post titles without changing the existing homepage title. */
body.single .art-article > .art-postheader.entry-title,
body.page:not(.home) .art-article > .art-postheader.entry-title {
  width: auto;
  max-width: 860px;
  margin: 12px auto 10px !important;
  padding: 0 48px;
  box-sizing: border-box;
  color: var(--swt-red) !important;
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: 34px !important;
  font-weight: 700 !important;
  line-height: 1.22 !important;
  text-align: left;
}

/*
 * Homepage: share the article system's hierarchy without enclosing the landing
 * page in a reading-panel box. Existing sections, images and literal square
 * markers remain in place.
 */
body.home .art-article > .art-postheader.entry-title {
  width: auto;
  margin: 12px 34px 10px !important;
  padding: 0;
  color: var(--swt-red) !important;
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: 36px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  text-align: left;
}

body.home .art-article > .art-postcontent {
  padding: 0 34px 34px;
  box-sizing: border-box;
  color: var(--swt-text);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 1.68;
  text-align: left;
}

body.home .art-postcontent p {
  line-height: 1.68;
}

body.home .art-postcontent h2,
body.home .art-postcontent h2 * {
  color: var(--swt-navy) !important;
  font-family: Arial, Helvetica, sans-serif !important;
  font-weight: 700 !important;
  text-align: left;
}

body.home .art-postcontent h2 {
  margin: 1.85em 0 0.65em !important;
  padding: 0 0 0 14px !important;
  border-left: 5px solid var(--swt-red);
  font-size: 1.5em !important;
  line-height: 1.25 !important;
}

body.home .art-postcontent > h2:first-child {
  margin-top: 0 !important;
}

body.home .art-postcontent h3,
body.home .art-postcontent h3 * {
  margin: 1.35em 0 0.55em !important;
  padding: 0;
  color: var(--swt-navy) !important;
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: 1.16em !important;
  font-weight: 700 !important;
  line-height: 1.3 !important;
  text-align: left;
}

body.home .art-postcontent hr {
  height: 1px;
  margin: 2em 0 !important;
  border: 0;
  background: var(--swt-border);
}

body.home .art-postcontent img {
  max-width: 100%;
  height: auto;
}

/* Main reading panel. Supports the Item 54 class and the future master class. */
.art-postcontent .swt-obmq,
.art-postcontent .swt-content,
.swt-obmq,
.swt-content {
  width: auto;
  max-width: 860px;
  margin: 0 auto 34px;
  padding: 48px;
  border: 1px solid rgba(16, 47, 86, 0.09);
  border-radius: 14px;
  background: var(--swt-white);
  box-shadow: 0 8px 28px rgba(16, 47, 86, 0.08);
  box-sizing: border-box;
  color: var(--swt-text);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.68;
  text-align: left;
}

.swt-obmq *,
.swt-content * {
  box-sizing: border-box;
}

/*
 * Consistent reading panel for every non-home page and article, including
 * About, Contact, the Tool Dashboard and designed problem pages.
 */
body.swt-standard-content .art-article > .art-postcontent {
  width: auto;
  max-width: 860px;
  margin: 0 auto 34px !important;
  padding: 48px !important;
  border: 1px solid rgba(16, 47, 86, 0.09);
  border-radius: 14px;
  background: var(--swt-white);
  box-shadow: 0 8px 28px rgba(16, 47, 86, 0.08);
  box-sizing: border-box;
  color: var(--swt-text);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.68;
  text-align: left;
}

/*
 * A designed article may already contain the historic .swt-obmq or
 * .swt-content box. The outer post content is now the single reading panel, so
 * flatten the old wrapper. This prevents nested panels and makes older pasted
 * articles consistent with pages that use the current HTML-only format.
 */
body.swt-designed-content .art-article > .art-postcontent .swt-obmq,
body.swt-designed-content .art-article > .art-postcontent .swt-content {
  width: auto !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

body.swt-standard-content .art-article > .art-postcontent *,
body.swt-standard-content .art-article > .art-postcontent *::before,
body.swt-standard-content .art-article > .art-postcontent *::after {
  box-sizing: border-box;
}

body.swt-standard-content .art-article > .art-postcontent > :first-child {
  margin-top: 0 !important;
}

body.swt-standard-content .art-article > .art-postcontent > :last-child {
  margin-bottom: 0 !important;
}

body.swt-standard-content .art-article > .art-postcontent p {
  margin: 0 0 1.1em !important;
  padding: 0;
  color: var(--swt-text) !important;
  font-size: 1em;
  line-height: 1.68;
}

body.swt-standard-content .art-article > .art-postcontent h1,
body.swt-standard-content .art-article > .art-postcontent h2,
body.swt-standard-content .art-article > .art-postcontent h3,
body.swt-standard-content .art-article > .art-postcontent h1 *,
body.swt-standard-content .art-article > .art-postcontent h2 *,
body.swt-standard-content .art-article > .art-postcontent h3 * {
  padding: 0;
  color: var(--swt-navy) !important;
  font-family: Arial, Helvetica, sans-serif !important;
  font-weight: 700 !important;
  text-align: left;
}

body.swt-standard-content .art-article > .art-postcontent h1 {
  margin: 0 0 0.7em !important;
  color: var(--swt-red) !important;
  font-size: 2em !important;
  line-height: 1.2 !important;
}

body.swt-standard-content .art-article > .art-postcontent h1 * {
  color: var(--swt-red) !important;
}

body.swt-standard-content .art-article > .art-postcontent h2 {
  margin: 1.9em 0 0.65em !important;
  padding-left: 14px !important;
  border-left: 5px solid var(--swt-red);
  font-size: 1.5em !important;
  line-height: 1.25 !important;
}

body.swt-standard-content .art-article > .art-postcontent h3 {
  margin: 1.55em 0 0.55em !important;
  font-size: 1.16em !important;
  line-height: 1.3 !important;
}

body.swt-standard-content .art-article > .art-postcontent a {
  color: var(--swt-blue);
}

body.swt-standard-content .art-article > .art-postcontent hr {
  height: 1px;
  margin: 2em 0 !important;
  border: 0;
  background: var(--swt-border);
}

body.swt-standard-content .art-article > .art-postcontent img {
  max-width: 100%;
  height: auto;
}

body.swt-standard-content .art-article > .art-postcontent img.alignleft {
  margin: 0.35em 1.5em 1em 0;
}

body.swt-standard-content .art-article > .art-postcontent img.alignright {
  margin: 0.35em 0 1em 1.5em;
}

body.swt-standard-content .art-article > .art-postcontent input[type="text"],
body.swt-standard-content .art-article > .art-postcontent input[type="email"],
body.swt-standard-content .art-article > .art-postcontent input[type="tel"],
body.swt-standard-content .art-article > .art-postcontent input[type="url"],
body.swt-standard-content .art-article > .art-postcontent select,
body.swt-standard-content .art-article > .art-postcontent textarea {
  width: 100%;
  max-width: 100%;
  padding: 12px 14px;
  border: 1px solid #b8c8d8;
  border-radius: 6px;
  background: #ffffff;
  color: var(--swt-text);
  font: inherit;
}

body.swt-standard-content .art-article > .art-postcontent textarea {
  min-height: 150px;
  resize: vertical;
}

/* Replace the old parent-theme image bullets on ordinary pages. */
body.swt-standard-content .art-article > .art-postcontent ul {
  margin: 0.8em 0 1.25em !important;
  padding: 0 !important;
  list-style: none !important;
}

body.swt-standard-content .art-article > .art-postcontent ul > li {
  position: relative;
  margin: 0 0 0.62em !important;
  padding: 0 0 0 1.4em !important;
  overflow: visible !important;
  list-style: none !important;
  line-height: 1.55;
}

body.swt-standard-content .art-article > .art-postcontent ul > li::before {
  position: absolute !important;
  top: 0.08em !important;
  left: 0 !important;
  bottom: auto !important;
  display: inline-block !important;
  margin: 0 !important;
  background: none !important;
  color: #000000 !important;
  content: "\25A0" !important;
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: 0.82em !important;
  line-height: 1.55 !important;
}

.art-postcontent .swt-obmq p,
.art-postcontent .swt-content p,
.swt-obmq p,
.swt-content p {
  margin: 0 0 1.05em !important;
  padding: 0;
  color: var(--swt-text);
  font-size: 1em;
  line-height: 1.68;
}

.art-postcontent .swt-obmq h1,
.art-postcontent .swt-content h1,
.art-postcontent .swt-obmq h2,
.art-postcontent .swt-content h2,
.art-postcontent .swt-obmq h3,
.art-postcontent .swt-content h3,
.swt-obmq h1,
.swt-content h1,
.swt-obmq h2,
.swt-content h2,
.swt-obmq h3,
.swt-content h3 {
  padding: 0;
  color: var(--swt-navy) !important;
  font-family: Arial, Helvetica, sans-serif !important;
  font-weight: 700 !important;
  text-align: left;
}

.art-postcontent .swt-obmq h1,
.art-postcontent .swt-content h1,
.swt-obmq h1,
.swt-content h1 {
  margin: 0 0 0.7em !important;
  color: var(--swt-red) !important;
  font-size: 2em !important;
  line-height: 1.2 !important;
}

.art-postcontent .swt-obmq h1 *,
.art-postcontent .swt-content h1 *,
.swt-obmq h1 *,
.swt-content h1 * {
  color: var(--swt-red) !important;
}

.art-postcontent .swt-obmq h2,
.art-postcontent .swt-content h2,
.swt-obmq h2,
.swt-content h2 {
  margin: 2.15em 0 0.7em !important;
  padding-left: 14px !important;
  border-left: 5px solid var(--swt-red);
  font-size: 1.55em !important;
  line-height: 1.24 !important;
}

.art-postcontent .swt-obmq h3,
.art-postcontent .swt-content h3,
.swt-obmq h3,
.swt-content h3 {
  margin: 0 0 0.55em !important;
  font-size: 1.16em !important;
  line-height: 1.3 !important;
}

.swt-obmq strong,
.swt-content strong {
  color: var(--swt-navy);
}

.art-postcontent .swt-obmq a,
.art-postcontent .swt-content a,
.swt-obmq a,
.swt-content a {
  color: var(--swt-blue);
}

.swt-obmq .swt-opening-question,
.swt-content .swt-opening-question {
  margin: 1.25em 0 !important;
  color: var(--swt-red) !important;
  font-size: 1.2em !important;
  font-weight: 700;
  text-align: center;
}

/* Johnson summary box. */
.swt-obmq .swt-johnson-box,
.swt-content .swt-johnson-box,
.swt-johnson-box {
  margin: 1.7em 0 1.5em;
  padding: 24px;
  border: 2px solid var(--swt-gold);
  border-radius: 12px;
  background: var(--swt-gold-pale);
  box-shadow: 0 5px 16px rgba(16, 47, 86, 0.08);
}

.swt-obmq .swt-johnson-title,
.swt-content .swt-johnson-title,
.swt-johnson-title {
  margin: 0 0 0.7em !important;
  color: var(--swt-red) !important;
  font-size: 1.15em !important;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-align: center;
}

/* Solid black square lists. These rules replace the parent's PNG bullets. */
.swt-obmq ul.swt-square-list,
.swt-content ul.swt-square-list,
ul.swt-square-list {
  margin: 1em 0 1.3em !important;
  padding: 0 !important;
  list-style: none !important;
}

.art-postcontent .swt-obmq ul.swt-square-list > li,
.art-postcontent .swt-content ul.swt-square-list > li,
.swt-obmq ul.swt-square-list > li,
.swt-content ul.swt-square-list > li,
ul.swt-square-list > li {
  position: relative;
  margin: 0 0 0.65em !important;
  padding: 0 0 0 1.45em !important;
  overflow: visible !important;
  list-style: none !important;
  color: var(--swt-text);
  line-height: 1.55;
}

.art-postcontent .swt-obmq ul.swt-square-list > li::before,
.art-postcontent .swt-content ul.swt-square-list > li::before,
.swt-obmq ul.swt-square-list > li::before,
.swt-content ul.swt-square-list > li::before,
ul.swt-square-list > li::before {
  position: absolute !important;
  top: 0.08em !important;
  left: 0 !important;
  bottom: auto !important;
  display: inline-block !important;
  margin: 0 !important;
  background: none !important;
  color: #000000 !important;
  content: "\25A0" !important;
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: 0.82em !important;
  line-height: 1.55 !important;
  vertical-align: baseline !important;
}

/* Literal square option used by the existing homepage and future simple lists. */
.swt-square,
.swt-literal-square {
  display: inline-block;
  margin-right: 0.48em;
  color: #000000 !important;
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: 0.82em;
  font-style: normal;
  line-height: 1;
}

.swt-square-item {
  position: relative;
  margin: 0 0 0.65em !important;
  padding: 0 !important;
  line-height: 1.55 !important;
}

/* Calls to action. */
.swt-button-wrap {
  margin: 1.35em 0 0.65em;
  text-align: center;
}

.art-postcontent a.swt-quiz-button,
.art-postcontent a.swt-button,
a.swt-quiz-button,
a.swt-button {
  display: inline-block;
  min-width: 290px;
  padding: 15px 24px;
  border-radius: 8px;
  font-size: 1.03em;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
  text-decoration: none !important;
  transition: background 0.18s ease, transform 0.18s ease, box-shadow 0.18s ease;
}

/* Primary article action: use the same gold-and-dark treatment as the tool. */
body.swt-designed-content .art-postcontent a.swt-quiz-button,
body.home .art-postcontent a.swt-quiz-button,
.swt-obmq a.swt-quiz-button,
.swt-content a.swt-quiz-button {
  border: 2px solid var(--swt-gold-dark) !important;
  background: var(--swt-gold) !important;
  box-shadow: 0 4px 0 var(--swt-gold-dark) !important;
  color: #17212b !important;
}

body.swt-designed-content .art-postcontent a.swt-quiz-button:hover,
body.swt-designed-content .art-postcontent a.swt-quiz-button:focus,
body.home .art-postcontent a.swt-quiz-button:hover,
body.home .art-postcontent a.swt-quiz-button:focus,
.swt-obmq a.swt-quiz-button:hover,
.swt-obmq a.swt-quiz-button:focus,
.swt-content a.swt-quiz-button:hover,
.swt-content a.swt-quiz-button:focus {
  background: #c59624 !important;
  box-shadow: 0 3px 0 var(--swt-gold-dark) !important;
  color: #101820 !important;
  text-decoration: none !important;
  transform: translateY(1px);
}

/* Secondary article action: familiar blue with white text. */
.art-postcontent a.swt-button:hover,
.art-postcontent a.swt-button:focus,
a.swt-button:hover,
a.swt-button:focus {
  background: #083f7d;
  box-shadow: 0 3px 0 var(--swt-blue-dark);
  color: var(--swt-white) !important;
  text-decoration: none !important;
  transform: translateY(1px);
}

.art-postcontent a.swt-button,
a.swt-button {
  border: 2px solid var(--swt-blue-dark);
  background: var(--swt-blue);
  box-shadow: 0 4px 0 var(--swt-blue-dark);
  color: var(--swt-white) !important;
}

.swt-button-note,
.swt-route-note {
  margin: 0.8em 0 0 !important;
  color: var(--swt-muted) !important;
  font-size: 0.9em !important;
  line-height: 1.5 !important;
  text-align: center !important;
}

.swt-route-note a {
  color: var(--swt-blue) !important;
  font-weight: 700;
}

/* Main article image. */
.swt-hero-image {
  margin: 1.7em auto 2em;
  text-align: center;
}

.art-postcontent .swt-hero-image img,
.swt-hero-image img {
  display: block;
  float: none;
  width: 100%;
  max-width: 720px;
  height: auto;
  margin: 0 auto;
  border: 1px solid #dce5ef;
  border-radius: 12px;
  box-shadow: 0 6px 20px rgba(16, 47, 86, 0.12);
}

/* Pull quotes and visual pauses. */
.swt-pull-quote {
  margin: 1.8em 0;
  padding: 20px 24px;
  border: 0;
  border-left: 6px solid var(--swt-red);
  border-radius: 0 10px 10px 0;
  background: var(--swt-red-pale);
  color: var(--swt-navy);
  font-size: 1.13em;
  font-weight: 700;
  line-height: 1.5;
}

/* Sample question boxes. */
.swt-question-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 15px;
  margin: 1.2em 0 1.4em;
}

.swt-question-card {
  padding: 20px;
  border: 0;
  border-left: 5px solid var(--swt-gold);
  border-radius: 8px;
  background: #f8fafc;
}

.swt-question-card p:last-child,
.swt-model-card p:last-child {
  margin-bottom: 0 !important;
}

/* Five responsive business-model cards. */
.swt-model-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin: 1.25em 0 1.5em;
}

.swt-model-card {
  min-width: 0;
  padding: 22px;
  border: 1px solid var(--swt-border);
  border-top: 5px solid var(--swt-gold);
  border-radius: 10px;
  background: #f8fbff;
  box-shadow: 0 3px 10px rgba(16, 47, 86, 0.07);
}

.swt-model-card:last-child:nth-child(odd) {
  grid-column: 1 / -1;
  width: calc(50% - 9px);
  justify-self: center;
}

.swt-card-summary {
  margin-bottom: 0.65em !important;
  color: var(--swt-navy) !important;
  font-weight: 700;
}

.swt-reality-check {
  margin-top: 0.85em !important;
  padding-top: 0.75em !important;
  border-top: 1px dashed #b8c8d8;
  color: #384a5c !important;
  font-size: 0.92em !important;
  font-style: italic;
}

/* FAQs and final CTA. */
.swt-faq {
  margin: 1em 0 0;
  padding: 20px;
  border: 1px solid #e1e7ee;
  border-radius: 9px;
  background: #fbfcfe;
}

.swt-faq + .swt-faq {
  margin-top: 14px;
}

.swt-final-box {
  margin: 2.2em 0 0;
  padding: 26px;
  border-radius: 12px;
  background: var(--swt-gold-pale);
  text-align: center;
}

.art-postcontent .swt-final-box h2,
.swt-final-box h2 {
  margin-top: 0 !important;
  padding-left: 0 !important;
  border-left: 0 !important;
  text-align: center;
}

.swt-final-box p {
  text-align: center;
}

/*
 * Component details inside the universal reading panel. These selectors are
 * intentionally strong enough to beat both the old parent theme and any
 * legacy style block pasted into a Classic Editor article.
 */
body.swt-standard-content .art-postcontent .swt-opening-question,
body.swt-standard-content .art-postcontent .swt-johnson-title {
  color: var(--swt-red) !important;
}

body.swt-standard-content .art-postcontent .swt-question-card h3,
body.swt-standard-content .art-postcontent .swt-model-card h3,
body.swt-standard-content .art-postcontent .swt-faq h3 {
  margin: 0 0 0.55em !important;
}

body.swt-standard-content .art-postcontent .swt-question-card p:last-child,
body.swt-standard-content .art-postcontent .swt-model-card p:last-child,
body.swt-standard-content .art-postcontent .swt-faq p:last-child {
  margin-bottom: 0 !important;
}

body.swt-standard-content .art-postcontent .swt-card-summary {
  margin-bottom: 0.65em !important;
  color: var(--swt-navy) !important;
}

body.swt-standard-content .art-postcontent .swt-reality-check {
  margin-top: 0.85em !important;
  color: #384a5c !important;
}

body.swt-standard-content .art-postcontent .swt-button-note,
body.swt-standard-content .art-postcontent .swt-route-note {
  color: var(--swt-muted) !important;
}

body.swt-standard-content .art-postcontent .swt-final-box h2 {
  margin: 0 0 0.7em !important;
  padding-left: 0 !important;
  border-left: 0 !important;
  text-align: center;
}

/* Preserve the earlier #swt-business-quiz layout after child-theme activation. */
#swt-business-quiz {
  width: auto;
  max-width: 760px;
  margin: 30px auto;
  color: #222222;
  font-family: Arial, Helvetica, sans-serif;
}

#swt-business-quiz,
#swt-business-quiz * {
  box-sizing: border-box;
}

#swt-business-quiz .swt-quiz-card {
  padding: 24px;
  border: 1px solid #dcdcdc;
  border-radius: 12px;
  background: #ffffff;
}

#swt-business-quiz .swt-label {
  margin-bottom: 10px;
  color: #666666;
  font-size: 13px;
}

#swt-business-quiz h2 {
  margin: 0 0 12px !important;
  padding-left: 0 !important;
  border-left: 0 !important;
  color: var(--swt-navy) !important;
  font-size: 30px !important;
  line-height: 1.3 !important;
}

#swt-business-quiz .swt-intro {
  margin-bottom: 18px;
  font-size: 16px;
  line-height: 1.6;
}

#swt-business-quiz .swt-feature-list {
  margin: 0 0 20px;
}

#swt-business-quiz .swt-feature-list div {
  margin-bottom: 8px;
  line-height: 1.5;
}

#swt-business-quiz .swt-progress {
  width: 100%;
  height: 10px;
  margin: 0 0 18px;
  overflow: hidden;
  border-radius: 999px;
  background: #e7edf4;
}

/* Tablet and phone adjustments. */
@media (max-width: 800px) {
  body.home .art-article > .art-postheader.entry-title {
    margin-right: 30px !important;
    margin-left: 30px !important;
    font-size: 32px !important;
  }

  body.home .art-article > .art-postcontent {
    padding-right: 30px;
    padding-left: 30px;
  }

  body.single .art-article > .art-postheader.entry-title,
  body.page:not(.home) .art-article > .art-postheader.entry-title {
    margin-right: 10px !important;
    margin-left: 10px !important;
    padding-right: 30px;
    padding-left: 30px;
    font-size: 30px !important;
  }

  .art-postcontent .swt-obmq,
  .art-postcontent .swt-content,
  .swt-obmq,
  .swt-content {
    margin-right: 10px;
    margin-left: 10px;
    padding: 36px 30px;
  }

  body.swt-standard-content .art-article > .art-postcontent {
    margin-right: 10px !important;
    margin-left: 10px !important;
    padding: 36px 30px !important;
  }
}

@media (max-width: 640px) {
  body.home .art-article > .art-postheader.entry-title {
    margin-top: 10px !important;
    margin-right: 22px !important;
    margin-left: 22px !important;
    font-size: 29px !important;
    line-height: 1.22 !important;
  }

  body.home .art-article > .art-postcontent {
    padding-right: 22px;
    padding-bottom: 26px;
    padding-left: 22px;
    font-size: 17px;
  }

  body.home .art-postcontent h2 {
    margin-top: 1.7em !important;
    font-size: 1.38em !important;
  }

  body.single .art-article > .art-postheader.entry-title,
  body.page:not(.home) .art-article > .art-postheader.entry-title {
    margin-top: 10px !important;
    margin-right: 6px !important;
    margin-left: 6px !important;
    padding-right: 22px;
    padding-left: 22px;
    font-size: 27px !important;
    line-height: 1.22 !important;
  }

  .art-postcontent .swt-obmq,
  .art-postcontent .swt-content,
  .swt-obmq,
  .swt-content {
    margin-right: 6px;
    margin-left: 6px;
    padding: 26px 22px;
    border-radius: 8px;
    font-size: 17px;
  }

  body.swt-standard-content .art-article > .art-postcontent {
    margin-right: 6px !important;
    margin-left: 6px !important;
    padding: 26px 22px !important;
    border-radius: 8px;
    font-size: 17px;
  }

  .art-postcontent .swt-obmq h2,
  .art-postcontent .swt-content h2,
  .swt-obmq h2,
  .swt-content h2 {
    margin-top: 1.8em !important;
    font-size: 1.4em !important;
  }

  body.swt-standard-content .art-article > .art-postcontent h2 {
    margin-top: 1.7em !important;
    font-size: 1.38em !important;
  }

  body.swt-standard-content .art-article > .art-postcontent img.alignleft,
  body.swt-standard-content .art-article > .art-postcontent img.alignright {
    display: block;
    float: none;
    margin: 1em auto;
  }

  .swt-johnson-box,
  .swt-final-box {
    padding: 20px 16px;
  }

  .art-postcontent a.swt-quiz-button,
  .art-postcontent a.swt-button,
  a.swt-quiz-button,
  a.swt-button {
    display: block;
    width: 100%;
    min-width: 0;
    padding: 14px 16px;
  }

  .swt-model-grid {
    grid-template-columns: 1fr;
  }

  .swt-model-card:last-child:nth-child(odd) {
    grid-column: auto;
    width: 100%;
  }

  .swt-pull-quote {
    padding: 17px 18px;
    font-size: 1.04em;
  }

  #swt-business-quiz {
    margin-right: 6px;
    margin-left: 6px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .swt-quiz-button,
  .swt-button {
    transition: none !important;
  }
}
