/* /colors/ */
/* Spacing */
/* /todo: probably remove the rest of these / */
/* /Line heights/ */
/* /Breakpoints/ */
.accordion {
  margin-bottom: 32px;
}

.accordion__content {
  overflow: hidden;
  height: 0;
  padding: 0 16px;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.accordion__content.accordion__content--expanded {
  height: auto;
  padding: 16px;
}

.accordion__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 16px;
  border-bottom: 1px solid #65605d;
  color: #007acd;
  cursor: pointer;
  font-size: 1.125rem;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.accordion__title:hover {
  color: #44413d;
}

.accordion__title.accordion__title--active {
  color: #44413d;
  font-weight: 500;
}

table {
  border-collapse: collapse;
}

table:not(.reformat-sm-table) {
  width: 100%;
  border: 1px solid #d7d5d2;
}

table:not(.reformat-sm-table) th {
  background: #148fe2;
  font-weight: bold;
  color: #fff;
  padding: 8px;
}

table:not(.reformat-sm-table) th p {
  margin: 0;
}

table:not(.reformat-sm-table) tr {
  border: 1px solid #d7d5d2;
  padding: 8px;
}

table:not(.reformat-sm-table) td {
  border: 1px solid #d7d5d2;
  padding: 8px;
}

table:not(.reformat-sm-table) td table {
  border: none;
}

table:not(.reformat-sm-table) td table tbody tr {
  border: none;
}

table:not(.reformat-sm-table) td table tbody tr td {
  border: none;
}

@media (min-width: 0) and (max-width: 767px) {
  table:not(.reformat-sm-table) tbody table:not(.reformat-sm-table) th,
  table:not(.reformat-sm-table) thead,
  table:not(.reformat-sm-table) caption {
    display: none;
  }
  table:not(.reformat-sm-table) tbody tr {
    padding: 0 !important;
    border: none !important;
  }
  table:not(.reformat-sm-table) table:not(.reformat-sm-table) tr,
  table:not(.reformat-sm-table) td,
  table:not(.reformat-sm-table) th {
    padding: 0;
    display: block;
    width: 100% !important;
  }
}
/** 
    Article Tables styling 
    reformat-sm-table 
**/
table.reformat-sm-table {
  border: none;
  color: #65605d;
  width: 100%;
  table-layout: fixed;
}

table.reformat-sm-table th {
  background: #e8e6e3;
  font-weight: 600;
  text-align: left;
  color: inherit;
}

table.reformat-sm-table tr {
  border-bottom: 1px solid #d7d5d2;
}

table.reformat-sm-table tr,
table.reformat-sm-table td,
table.reformat-sm-table th {
  padding: 8px 16px;
}

table.reformat-sm-table td:first-child {
  font-weight: 600;
}

table.reformat-sm-table td:last-child {
  min-width: 20%;
}

/* sm breakpoint */
@media (min-width: 0) and (max-width: 767px) {
  table.reformat-sm-table,
  table.reformat-sm-table tr,
  table.reformat-sm-table td,
  table.reformat-sm-table th {
    width: 100% !important;
  }
  table.reformat-sm-table {
    table-layout: auto;
  }
  table.reformat-sm-table thead tr {
    padding: 0;
  }
  /* 3+ columns table */
  table.reformat-sm-table.large-table thead {
    display: none;
  }
  table.reformat-sm-table.large-table td {
    display: block;
  }
  table.reformat-sm-table.large-table td:first-child {
    background: #e8e6e3; /* $tg-ui-grey-extra-light */
    font-weight: 600;
    border-bottom: 1px solid #d7d5d2;
  }
  table.reformat-sm-table.large-table td[data-th]::before {
    display: inline-block;
    content: attr(data-th) ":";
    font-weight: 600;
    padding-right: 4px;
  }
  /* 2 column table */
  table.reformat-sm-table.small-table tr {
    border-bottom: 1px solid #d7d5d2;
  }
  table.reformat-sm-table.small-table td:first-child {
    display: none;
  }
  table.reformat-sm-table.small-table td[data-th]::before {
    display: block;
    content: attr(data-th);
    font-weight: 600;
    padding-right: 4px;
  }
}
/* /colors/ */
/* Spacing */
/* /todo: probably remove the rest of these / */
/* /Line heights/ */
/* /Breakpoints/ */
.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  border: 1px solid #ced4da;
  background-clip: padding-box;
  background-color: #fff;
  border-radius: 0.25rem;
  color: #495057;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-indent: 16px;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

.text-input-group::before {
  position: relative;
  z-index: 2;
  top: 6px;
  left: 16px;
  display: inline-block;
  content: "$";
}

.fees-cal {
  top: 80px;
  display: none;
  padding-bottom: 100px;
}

@media (max-height: 568px) {
  .fees-cal {
    top: 10px;
  }
}
.motors-fees-cal {
  display: none;
}

.modal-body {
  padding: 0;
}

.modal-header,
.modal-footer {
  padding: 24px 24px 0;
  border: none;
}

.in-trade__container {
  display: none;
  margin: 32px 0;
}

.seller-percentage__btn {
  width: 116.67px;
}

.success-fee-rate__subtitle {
  margin-bottom: 0;
  color: #65605d;
  font-size: 1rem;
}

.success-fee__info {
  margin-top: 8px;
  margin-bottom: 16px;
  font-size: 0.75rem;
}

.btn-group {
  position: relative;
  display: -ms-inline-flexbox;
  display: -webkit-inline-box;
  display: inline-flex;
  vertical-align: middle;
}

.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 48px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.375rem 0.75rem;
  border: 1px solid rgb(215, 213, 210);
  background: rgb(255, 255, 255);
  border-radius: 3px 0 0 3px;
  cursor: pointer;
  font-size: 1rem;
  line-height: 1.5;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.btn span {
  color: #76716d;
}

.btn.seller-type__btn {
  width: 170px;
}

.btn:hover {
  text-decoration: none;
}

@media (max-width: 320px) {
  .btn {
    max-width: 140px;
  }
}
.active {
  border: 2px solid rgb(101, 96, 93);
  font-weight: 500;
}

.sale-price-group {
  margin: 30px 0;
}

.sale-price-label,
.shipping-price-label {
  width: 100%;
  height: 24px;
  color: rgb(101, 96, 93);
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.sale-price-input,
.highest-bid-input {
  border: 1px solid rgb(215, 213, 210);
  border-radius: 0 3px 3px 0;
  color: rgb(155, 149, 145);
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
}

.sale-price-input:focus {
  color: #44413d;
}

.shipping-price-group {
  display: none;
  margin: 30px 0;
}

.shipping-price-input {
  border: 1px solid rgb(215, 213, 210);
  border-radius: 0 3px 3px 0;
  color: rgb(155, 149, 145);
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
}

.shipping-price-input:focus,
.highest-bid-input:focus {
  color: #44413d;
}

.success-fee-ouput-group {
  display: none;
  height: 138px;
  padding: 30px;
  background-color: rgb(246, 245, 244);
  line-height: 30px;
}

.success-fee-desc {
  color: rgb(101, 96, 93);
  font-size: 16px;
  font-weight: normal;
}

.success-fee-output {
  color: rgb(101, 96, 93);
  font-size: 32px;
  font-weight: 500;
}

.motors-desc-text {
  color: #76716d;
  font-size: 20px;
  font-weight: 300;
}

.error {
  width: 100%;
  padding-left: 16px;
  color: red;
}

.sale-price-error,
.motors-sale-price-error,
.shipping-price-error {
  display: none;
}

.shipping-price-error {
  display: none;
}

.sale-price-input::-webkit-inner-spin-button,
.sale-price-input::-webkit-outer-spin-button,
.shipping-price-input::-webkit-inner-spin-button,
.shipping-price-input::-webkit-outer-spin-button,
.highest-bid-input::-webkit-inner-spin-button,
.highest-bid-input::-webkit-outer-spin-button {
  margin: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.sale-price-input::-ms-clear,
.shipping-price-input::-ms-clear,
.highest-bid-input::-ms-clear {
  display: none;
}

/* Hide HTML5 Up and Down arrows.  */
input[type=number] {
  -moz-appearance: textfield !important;
}

.input-group {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
          align-items: stretch;
  -ms-flex-align: stretch;
}

.input-group-prepend {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: -1px;
}

.input-group-text {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  padding: 0.375rem 0.75rem;
  border: 1px solid #ced4da;
  margin-bottom: 0;
  background-color: #e9ecef;
  border-radius: 0.25rem 0 0 0.25rem;
  color: #495057;
  -ms-flex-align: center;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  white-space: nowrap;
}

.input-group > .custom-file,
.input-group > .custom-select,
.input-group > .form-control,
.input-group > .form-control-plaintext {
  position: relative;
  width: 1%;
  -ms-flex: 1 1 auto;
  -webkit-box-flex: 1;
          flex: 1 1 auto;
  margin-bottom: 0;
}

.o-modal__dialog {
  max-height: none !important;
}

tg-modal,
.o-modal__header-content,
.o-modal__body,
.o-modal__footer {
  display: block;
}

.o-modal__overlay {
  position: fixed;
  z-index: 6000;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.8);
}

.o-modal__tab-trap {
  z-index: 6000;
  pointer-events: none;
  inset: 0;
}
.o-modal__tab-trap.o-tab-trap {
  position: fixed;
}

.o-modal__dialog {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 608px;
  min-height: 100px;
  max-height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: auto;
  background-color: #fff;
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
  pointer-events: auto;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (min-width: 1024px) {
  .o-modal__dialog {
    max-width: 456px;
    max-height: 80vh;
  }
}
@media (min-width: 1024px) {
  .o-modal__dialog {
    width: 60%;
    max-width: 608px;
  }
}
@media (max-height: 399px) {
  .o-modal__dialog {
    max-height: 100%;
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
  }
}

.o-modal__header {
  position: relative;
  z-index: 1;
  max-width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.o-modal__header button.modal__close-button {
  position: absolute;
  top: 8px;
  right: 8px;
  width: auto;
  margin-bottom: 0;
}

.o-modal__header-content {
  padding: 16px 64px 16px 16px;
}
@media (min-width: 1024px) {
  .o-modal__header-content {
    padding-left: 24px;
  }
}
.o-modal__header-content :last-child {
  margin-bottom: 0;
}

.o-modal__container {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
@media (min-width: 1024px) {
  .o-modal__container {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
  }
}
@media (max-height: 399px) {
  .o-modal__container {
    overflow: visible;
  }
}

.o-modal__body {
  padding: 8px 16px 0;
}
@media (min-width: 1024px) {
  .o-modal__body {
    padding-right: 24px;
    padding-left: 24px;
  }
}

.o-modal__footer {
  padding-right: 16px;
  padding-bottom: 16px;
  padding-left: 16px;
}
@media (min-width: 1024px) {
  .o-modal__footer {
    padding-right: 24px;
    padding-bottom: 24px;
    padding-left: 24px;
  }
}

.o-modal__footer :last-child {
  margin-bottom: 0;
}

@media (min-width: 1024px) {
  .o-modal--size-narrow {
    width: 45%;
    max-width: 432px;
  }
  .o-modal--size-wide {
    width: 75%;
    max-width: 784px;
  }
}
.o-modal__dialog.o-modal--full-screen {
  top: 0;
  bottom: 0;
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
.o-modal__dialog.o-modal--full-screen .o-modal__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.o-modal__dialog.o-modal--full-screen .o-modal__body {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
.o-modal__dialog.o-modal--full-screen .o-modal__footer {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}

.o-modal--sticky-footer .o-modal__container {
  overflow-y: auto;
}
.o-modal--sticky-footer .o-modal__footer {
  bottom: 0;
  padding-top: 24px;
  background-color: #fff;
}

@media (-ms-high-contrast: none) {
  .o-modal__container {
    max-height: 60vh;
  }
  .o-modal--full-screen .o-modal__container {
    max-height: 100%;
  }
}
/* stylelint-disable selector-class-pattern -- Uses a Help Custom Forms class */
.form_link,
.model_link {
  /* stylelint-enable selector-class-pattern */
  display: inline-block;
  width: 100%;
  padding: 0;
  margin-top: 16px;
  margin-right: 16px;
  background-color: #fff;
}
.form_link span,
.model_link span {
  line-height: 32px;
}
.form_link a,
.model_link a {
  color: #007acd;
  text-decoration: none;
}

/* stylelint-disable-next-line selector-class-pattern -- Uses a Help Custom Forms class */
.form_link--inverted {
  background-color: #f6f5f4;
}

.platform {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 24px;
  padding-left: 0;
  margin-bottom: 24px;
  background-color: #fff;
}
.platform .platform__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  border-bottom: 1px solid #d7d5d2;
}
.platform .chevron {
  margin-top: 0 !important;
}
.platform .platform__tab {
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 0px;
          flex: 0 0 0px;
  padding: 0 24px 13px;
  color: #007acd;
  cursor: pointer;
  font-size: 18px;
  font-weight: 400;
  list-style-type: none;
  text-align: center;
  white-space: nowrap;
}
.platform .platform__tab :first-child {
  padding-left: 0 !important;
}
.platform .platform__tab--active {
  padding: 0 24px 11px;
  -webkit-box-shadow: inset 0 -3px 0 0 #44413d;
          box-shadow: inset 0 -3px 0 0 #44413d;
  color: #44413d;
  cursor: default;
  font-weight: 500;
}
.platform .platform__tab--active a,
.platform .platform__tab--active a:active,
.platform .platform__tab--active a:hover,
.platform .platform__tab--active a:visited {
  color: #44413d;
  text-decoration: none;
}
.platform .platform__tab a,
.platform .platform__tab a:active,
.platform .platform__tab a:hover,
.platform .platform__tab a:visited {
  color: #007acd;
  text-decoration: none;
}
.platform .platform__content-container {
  padding-top: 24px;
}
.platform .platform__content-container div {
  overflow-wrap: anywhere;
}
.platform .platform__content:not(.platform__content--active) {
  display: none;
}
.platform .platform__content--active {
  display: block;
}
.platform ul {
  padding: 0 !important;
  list-style-type: none;
}
.platform ol {
  padding-left: 16px;
  margin-top: 12px !important;
  margin-bottom: 16px;
  margin-left: 24px;
  list-style-type: none;
}
.platform ol > li {
  padding-top: 8px;
  padding-bottom: 8px;
  counter-increment: platformlistcounter;
  line-height: 24px;
}
.platform ol > li:before {
  position: relative;
  left: -48px;
  content: counter(platformlistcounter) " " !important;
}
.platform ol:first-child {
  counter-reset: platformlistcounter;
}

.article-content {
  padding-top: 32px;
  padding-bottom: 25%;
}

tmh-content-wrapper {
  overflow: hidden;
}

.tmh-article-content__body,
.tmh-article-content__heading {
  padding-top: 32px;
  margin: 0;
}

.tmh-article-content__body .page-anchors {
  padding-bottom: 24px;
  list-style: none;
}

.tmh-article-content__body ul {
  padding-left: 24px;
  list-style-type: disc;
}

.tmh-article-content__body ol {
  counter-reset: section;
  list-style-type: none;
}

.tmh-article-content__body ol li::before {
  content: counters(section, ".") ". ";
  counter-increment: section;
}

.tmh-article-content__body ol ol {
  padding-left: 32px;
}

.tmh-article-content__body ol ol ol {
  padding-left: 48px;
  list-style-type: lower-alpha;
}

.tmh-article-content__body ol ol ol li::before {
  content: "";
}

@media (min-width: 768px) {
  .tmh-content-wrapper__nav {
    display: block;
  }
}
p {
  margin-bottom: 24px;
}

h3 {
  margin-bottom: 16px;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 24px;
}

h2 {
  margin-bottom: 24px;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 28px;
}

@media (min-width: 768px) {
  h2 {
    font-size: 1.5rem;
    line-height: 32px;
  }
}
/* /Article helpfullness/ */
.article-votes-question {
  padding-right: 16px;
  margin-bottom: 16px;
  color: #44413d;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 24px;
}

.article-vote {
  position: relative;
  z-index: 1;
  display: inline-block;
  width: 200px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 8px 16px 11px;
  border: 1px solid #c4c0bc;
  margin: 0 -1px 0 0;
  background-color: #fff;
  color: #44413d;
  cursor: default;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
}
.article-vote .article-votes-controls {
  margin: 24px 0;
}

.article-unhelpful:nth-child(1) {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

.article-unhelpful:nth-child(2) {
  margin-left: -4px;
}

.article-unhelpful:nth-child(3) {
  margin-left: -4px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

.article-unhelpful {
  position: relative;
  z-index: 1;
  display: inline-block;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 16px;
  border: 1px solid #c4c0bc;
  margin: 0 -1px 0 0;
  background-color: #fff;
  color: #44413d;
  cursor: default;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
}

.article-unhelpful-controls .article-unhelpful,
.article-unhelpful-controls .article-unhelpful:hover,
.article-unhelpful-controls .article-unhelpful:active,
.article-votes-controls .article-vote,
.article-votes-controls .article-vote:hover,
.article-votes-controls .article-vote:active {
  margin-bottom: 8px;
  color: #44413d;
  text-decoration: none;
}

.article-votes-controls .article-vote::before {
  position: relative;
  margin: 0 8px;
}

.article-votes-controls .article-vote::after {
  margin: 8px 8px 11px 0;
}

.article-vote-up::after {
  content: ", thanks!";
}

.article-vote-down::after {
  content: "t really";
}

.article-vote-up::before {
  top: 4px;
}

.article-vote-down::before {
  top: 8px;
}

@media (max-width: 480px) {
  .article-vote-up::after,
  .article-vote-down::after {
    content: "";
  }
}
.article-vote-error,
.article-vote-thanks,
.article-unhelpful-reasons {
  display: block;
}

.article-vote-error--hidden,
.article-vote-thanks--hidden,
.article-unhelpful-reasons--hidden {
  display: none;
}

.unhelpful-reason-selected,
.article-vote-selected {
  position: relative;
  z-index: 2;
  border: 1px solid #65605d;
  -webkit-box-shadow: 0 0 0 1px #65605d inset;
          box-shadow: 0 0 0 1px #65605d inset;
  cursor: default;
  font-weight: 500;
}

.article-vote-up {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

.article-vote-down {
  left: -2px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

.article-unhelpful-reasons-label {
  width: 100%;
  padding-right: 16px;
  margin: 8px 0;
  color: #65605d;
  font-size: 1rem;
  font-weight: 500;
  line-height: 24px;
}

.article-vote-error {
  padding: 16px;
  border-color: #d93a3f;
  border-left: 8px solid #d93a3f;
  background: #fff1f2;
  border-radius: 6px;
}
.article-vote-error .article-vote-error-message-heading {
  color: #65605d;
  font-size: 1rem;
  font-weight: 500;
}

@media (max-width: 768px) {
  .article-vote {
    width: 49%;
    padding: 4px 2px 6px;
  }
}
h4 span {
  padding-right: 16px;
  margin-bottom: 8px;
  color: #65605d;
  font-size: 1rem;
  font-weight: 500 !important;
  line-height: 24px;
}

/* /custom snippet/ */
.snippet:not(.show) {
  display: none;
}

/* /content images within the article/ */
.img-container {
  padding: 32px 32px 0;
  background-color: #f6f5f4;
}
.img-container img {
  display: block;
  max-width: 100%;
  padding: 0;
  margin: 0 auto;
  border-radius: 6px 6px 0 0;
  -webkit-box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.1);
  -webkit-clip-path: inset(-20px -20px 0 -20px);
          clip-path: inset(-20px -20px 0 -20px);
}

hr {
  margin-top: 32px;
  margin-bottom: 32px;
}

.in-trade-percentage__btn-group {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}/*$vite$:1*/