.tb-inline-demo {
  margin: 32px 0;
  padding: 1px 24px 24px;
  border: 1px solid #d9e2ec;
  border-radius: 16px;
  background: #f1f5f9;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.05);
}

.tb-inline-demo-header {
  margin-bottom: 16px;
}

.blog-article-content .tb-inline-demo-title {
  margin: 20px 0 8px !important;
  font-size: 28px;
  line-height: 1.18;
  font-weight: 700;
  color: #0f172a;
  max-width: none;
}

.blog-article-content .tb-inline-demo-subtitle {
  margin: 0 !important;
  font-size: 16px;
  line-height: 1.45;
  color: #475569;
}

.tb-inline-demo-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.tb-inline-demo-bet {
  position: relative;
  padding: 18px 18px 16px;
  border: 1px solid #dbe4f0;
  border-radius: 14px;
  background: #ffffff;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.03);
}

.tb-inline-demo-bet-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 12px;
}

.tb-inline-demo-field {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.tb-inline-demo-label {
  font-size: 13px;
  line-height: 1.35;
  font-weight: 600;
  color: #334155;
}

.tb-inline-demo-input,
.tb-inline-demo-select {
  width: 100%;
  min-height: 44px;
  padding: 10px 12px;
  border: 1px solid #cbd5e1;
  border-radius: 10px;
  background: #ffffff;
  color: #0f172a;
  font-size: 15px;
  line-height: 1.35;
  box-sizing: border-box;
  transition: border-color 0.22s ease, box-shadow 0.22s ease;
}

.tb-inline-demo-input:focus,
.tb-inline-demo-select:focus {
  outline: none;
  border-color: #2563eb;
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.12);
}

.tb-inline-demo-remove {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 30px;
  height: 30px;
  border: 0;
  border-radius: 999px;
  background: #f8fafc;
  color: #64748b;
  font-size: 18px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: inset 0 0 0 1px #e2e8f0;
  transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.tb-inline-demo-remove:hover,
.tb-inline-demo-remove:focus {
  outline: none;
  background: #fff1f2;
  color: #dc2626;
  box-shadow: inset 0 0 0 1px #fecdd3;
  transform: scale(1.05);
}

.tb-inline-demo-add {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: flex-start;
  margin-top: 14px;
  padding: 11px 16px;
  border: 1px solid #cbd5e1;
  border-radius: 10px;
  background: #ffffff;
  color: #0f172a;
  font-size: 15px;
  line-height: 1.3;
  font-weight: 400;
  cursor: pointer;
  transition: background-color 0.22s ease, border-color 0.22s ease, transform 0.22s ease;
}

.tb-inline-demo-add:hover,
.tb-inline-demo-add:focus {
  outline: none;
  background: #f8fafc;
  border-color: #94a3b8;
  transform: translateY(-1px);
}

.tb-inline-demo-add:active {
  transform: translateY(0);
}

.tb-inline-demo-add[disabled] {
  opacity: 0.55;
  cursor: default;
  transform: none;
}

.tb-inline-demo-summary {
  margin-top: 18px;
  padding: 16px 18px;
  border-radius: 14px;
  background: #f8fafc;
  border: 1px solid #dbe4f0;
}

.tb-inline-demo-summary-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.tb-inline-demo-summary-row + .tb-inline-demo-summary-row {
  margin-top: 10px;
}

.tb-inline-demo-summary-label {
  font-size: 15px;
  line-height: 1.4;
  font-weight: 700;
  color: #334155;
}

.tb-inline-demo-summary-value {
  font-size: 18px;
  line-height: 1.3;
  font-weight: 700;
  color: #0f172a;
}

.tb-inline-demo-summary-value.is-positive {
  color: #15803d;
}

.tb-inline-demo-summary-value.is-negative {
  color: #dc2626;
}

.tb-inline-demo-summary-value.is-neutral {
  color: #475569;
}

.blog-article-content .tb-inline-demo-text {
  margin: 16px 0 0 !important;
  font-size: 15px;
  line-height: 1.5;
  color: #475569;
  text-align: left;
}

.tb-inline-demo-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin: 18px auto 0;
  min-height: 48px;
  padding: 13px 20px;
  border-radius: 12px;
  background: #1e3a8a;
  color: #ffffff;
  text-decoration: none;
  font-size: 15px;
  line-height: 1.3;
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 8px 22px rgba(30, 58, 138, 0.22);
  transition: background-color 0.22s ease, box-shadow 0.22s ease, transform 0.22s ease;
}

.tb-inline-demo-cta:hover,
.tb-inline-demo-cta:focus {
  outline: none;
  background: #1b347c;
  color: #ffffff;
  text-decoration: none;
  transform: translateY(-1px);
  box-shadow: 0 12px 26px rgba(30, 58, 138, 0.26);
}

.tb-inline-demo-cta:active {
  transform: translateY(0);
  box-shadow: 0 6px 16px rgba(30, 58, 138, 0.2);
}

.tb-inline-demo-cta:focus-visible {
  outline: none;
  box-shadow:
    0 0 0 3px rgba(37, 99, 235, 0.16),
    0 12px 26px rgba(30, 58, 138, 0.26);
}

.tb-inline-demo-note {
  display: block;
  width: fit-content;
  margin: 12px auto 0;
  text-align: center;
  font-size: 13px;
  line-height: 1.4;
  color: #64748b;
}

@media (max-width: 767px) {
  .tb-inline-demo {
    margin: 24px 0;
    padding: 16px 18px 18px;
    border-radius: 14px;
  }

  .tb-inline-demo-title {
    font-size: 24px;
  }

  .tb-inline-demo-subtitle {
    font-size: 15px;
  }

  .tb-inline-demo-bet {
    padding: 16px 16px 14px;
  }

  .tb-inline-demo-bet-grid {
    grid-template-columns: 1fr;
    margin-top: 12px;
  }

  .tb-inline-demo-summary {
    padding: 14px 16px;
  }

  .tb-inline-demo-summary-value {
    font-size: 17px;
  }

  .tb-inline-demo-text {
    margin-top: 20px;
  }

  .tb-inline-demo-cta {
    width: 100%;
  }
}

.tb-bet-profit-calculator {
  margin: 32px 0;
  padding: 24px;
  border: 1px solid #d9e2ec;
  border-radius: 16px;
  background: linear-gradient(180deg, #f8fbff 0%, #f1f5f9 100%);
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.05);
}

.tb-bet-profit-calculator__header {
  margin-bottom: 18px;
}

.blog-article-content .tb-bet-profit-calculator__title {
  margin: 0 0 8px !important;
  font-size: 28px;
  line-height: 1.18;
  font-weight: 700;
  color: #0f172a;
  max-width: none;
}

.blog-article-content .tb-bet-profit-calculator__subtitle {
  margin: 0 !important;
  font-size: 16px;
  line-height: 1.5;
  color: #475569;
}

.tb-bet-profit-calculator__form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.tb-bet-profit-calculator__field {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.tb-bet-profit-calculator__label {
  font-size: 13px;
  line-height: 1.35;
  font-weight: 600;
  color: #334155;
}

.tb-bet-profit-calculator__input {
  width: 100%;
  min-height: 48px;
  padding: 12px 14px;
  border: 1px solid #cbd5e1;
  border-radius: 10px;
  background: #ffffff;
  color: #0f172a;
  font-size: 16px;
  line-height: 1.35;
  box-sizing: border-box;
  transition: border-color 0.22s ease, box-shadow 0.22s ease;
}

.tb-bet-profit-calculator__input:focus {
  outline: none;
  border-color: #2563eb;
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.12);
}

.tb-bet-profit-calculator__error {
  margin-top: 14px;
  padding: 12px 14px;
  border: 1px solid #fecaca;
  border-radius: 10px;
  background: #fff1f2;
  color: #b91c1c;
  font-size: 14px;
  line-height: 1.45;
}

.tb-bet-profit-calculator__results {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 18px;
}

.tb-bet-profit-calculator__results.is-disabled {
  opacity: 0.5;
}

.tb-bet-profit-calculator__result-card {
  padding: 16px;
  border: 1px solid #dbe4f0;
  border-radius: 14px;
  background: #ffffff;
}

.tb-bet-profit-calculator__result-label {
  font-size: 13px;
  line-height: 1.35;
  font-weight: 700;
  color: #475569;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.tb-bet-profit-calculator__result-value {
  margin-top: 8px;
  font-size: 28px;
  line-height: 1.15;
  font-weight: 700;
  color: #0f172a;
  word-break: break-word;
}

.tb-bet-profit-calculator__result-value.is-profit {
  color: #15803d;
}

.tb-bet-profit-calculator__result-value.is-roi {
  color: #1d4ed8;
}

.tb-bet-profit-calculator__result-note {
  margin-top: 8px;
  font-size: 14px;
  line-height: 1.45;
  color: #64748b;
}

@media (max-width: 767px) {
  .tb-bet-profit-calculator {
    margin: 24px 0;
    padding: 18px;
    border-radius: 14px;
  }

  .tb-bet-profit-calculator__form {
    grid-template-columns: 1fr;
  }

  .tb-bet-profit-calculator__results {
    grid-template-columns: 1fr;
  }

  .blog-article-content .tb-bet-profit-calculator__title {
    font-size: 24px;
  }

  .blog-article-content .tb-bet-profit-calculator__subtitle {
    font-size: 15px;
  }

  .tb-bet-profit-calculator__result-value {
    font-size: 24px;
  }
}

.tb-blog-calc {
  --tb-calc-accent: #2563eb;
  --tb-calc-accent-soft: rgba(37, 99, 235, 0.10);
  margin: 32px 0;
  padding: 28px;
  border: 1px solid #d9e2ec;
  border-radius: 24px;
  background:
    radial-gradient(circle at top left, rgba(255, 255, 255, 0.95), rgba(241, 245, 249, 0.96)),
    linear-gradient(180deg, #f8fbff 0%, #f1f5f9 100%);
  box-shadow: 0 12px 32px rgba(15, 23, 42, 0.06);
}

.tb-blog-calc--odds {
  --tb-calc-accent: #2563eb;
  --tb-calc-accent-soft: rgba(37, 99, 235, 0.10);
}

.tb-blog-calc--system {
  --tb-calc-accent: #1d4ed8;
  --tb-calc-accent-soft: rgba(29, 78, 216, 0.10);
}

.tb-blog-calc--arb {
  --tb-calc-accent: #7c3aed;
  --tb-calc-accent-soft: rgba(124, 58, 237, 0.10);
}

.tb-blog-calc--dogon {
  --tb-calc-accent: #ea580c;
  --tb-calc-accent-soft: rgba(234, 88, 12, 0.10);
}

.tb-blog-calc__header {
  margin-bottom: 18px;
}

.blog-article-content .tb-blog-calc__title {
  margin: 0 0 8px !important;
  font-size: 28px;
  line-height: 1.18;
  font-weight: 700;
  color: #0f172a;
  max-width: none;
}

.blog-article-content .tb-blog-calc__subtitle {
  margin: 0 !important;
  font-size: 16px;
  line-height: 1.5;
  color: #52637d;
}

.tb-blog-calc__form {
  display: grid;
  gap: 16px;
}

.tb-blog-calc__form--2cols {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.tb-blog-calc__form--3cols {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.tb-blog-calc__form--system {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.tb-blog-calc__field {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.tb-blog-calc__field--full {
  grid-column: 1 / -1;
}

.tb-blog-calc__label {
  font-size: 13px;
  line-height: 1.35;
  font-weight: 700;
  color: #334155;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.tb-blog-calc__input,
.tb-blog-calc__select,
.tb-blog-calc__textarea {
  width: 100%;
  min-height: 52px;
  padding: 14px 16px;
  border: 1px solid #c7d5e8;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.96);
  color: #0f172a;
  font-size: 17px;
  line-height: 1.35;
  box-sizing: border-box;
  transition: border-color 0.22s ease, box-shadow 0.22s ease, transform 0.22s ease;
}

.tb-blog-calc__textarea {
  min-height: 110px;
  resize: vertical;
}

.tb-blog-calc__input:focus,
.tb-blog-calc__select:focus,
.tb-blog-calc__textarea:focus {
  outline: none;
  border-color: var(--tb-calc-accent);
  box-shadow: 0 0 0 4px var(--tb-calc-accent-soft);
}

.tb-blog-calc__hint {
  margin-top: 14px;
  padding: 14px 16px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.72);
  color: #52637d;
  font-size: 14px;
  line-height: 1.5;
}

.tb-blog-calc__warning {
  margin: 0 0 16px;
  padding: 14px 16px;
  border: 1px solid rgba(234, 88, 12, 0.18);
  border-radius: 16px;
  background: rgba(255, 237, 213, 0.7);
  color: #9a3412;
  font-size: 14px;
  line-height: 1.5;
}

.tb-blog-calc__error {
  margin-top: 14px;
  padding: 12px 14px;
  border: 1px solid #fecaca;
  border-radius: 14px;
  background: #fff1f2;
  color: #b91c1c;
  font-size: 14px;
  line-height: 1.45;
}

.tb-blog-calc__results {
  display: grid;
  gap: 16px;
  margin-top: 18px;
}

.tb-blog-calc__results--1 {
  grid-template-columns: 1fr;
}

.tb-blog-calc__results--2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.tb-blog-calc__results--3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.tb-blog-calc__results--5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.tb-blog-calc__results.is-disabled {
  opacity: 0.45;
}

.tb-blog-calc__result-card {
  padding: 18px;
  border: 1px solid #dbe4f0;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.97);
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.03);
}

.tb-blog-calc__result-card--wide {
  padding: 22px;
}

.tb-blog-calc__result-label {
  font-size: 13px;
  line-height: 1.35;
  font-weight: 700;
  color: #475569;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.tb-blog-calc__result-value {
  margin-top: 10px;
  font-size: 28px;
  line-height: 1.12;
  font-weight: 700;
  color: #0f172a;
  word-break: break-word;
}

.tb-blog-calc__result-value--accent {
  color: var(--tb-calc-accent);
}

.tb-blog-calc__result-value.is-positive {
  color: #15803d;
}

.tb-blog-calc__result-value.is-negative {
  color: #dc2626;
}

.tb-blog-calc__result-note {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.48;
  color: #64748b;
}

.tb-blog-calc__status {
  margin-top: 16px;
  padding: 14px 16px;
  border-radius: 16px;
  font-size: 14px;
  line-height: 1.5;
  background: rgba(255, 255, 255, 0.78);
  color: #475569;
}

.tb-blog-calc__status.is-positive {
  background: rgba(220, 252, 231, 0.75);
  color: #166534;
}

.tb-blog-calc__status.is-negative {
  background: rgba(254, 242, 242, 0.88);
  color: #b91c1c;
}

.blog-article-content .tb-blog-calc__table-wrap {
  position: relative;
  margin-top: 18px;
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  border: 1px solid #dbe4f0;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.98);
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
}

.blog-article-content .tb-blog-calc__table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

.tb-blog-calc__table th,
.tb-blog-calc__table td {
  padding: 14px 16px;
  border-bottom: 1px solid #e6edf7;
  text-align: left;
  vertical-align: top;
  font-size: 14px;
  line-height: 1.45;
  color: #334155;
}

.tb-blog-calc__table th {
  background: rgba(248, 250, 252, 0.92);
  font-weight: 700;
  color: #0f172a;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.tb-blog-calc__table tbody tr:last-child td {
  border-bottom: 0;
}

.tb-blog-calc__table th:nth-child(1),
.tb-blog-calc__table td:nth-child(1) {
  width: 44%;
}

.tb-blog-calc__table th:nth-child(2),
.tb-blog-calc__table td:nth-child(2),
.tb-blog-calc__table th:nth-child(3),
.tb-blog-calc__table td:nth-child(3),
.tb-blog-calc__table th:nth-child(4),
.tb-blog-calc__table td:nth-child(4) {
  width: 18.66%;
  white-space: nowrap;
}

.tb-blog-calc__table td:nth-child(1) {
  word-break: break-word;
}

@media (max-width: 991px) {
  .tb-blog-calc__results--5 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .tb-blog-calc {
    margin: 24px 0;
    padding: 20px 18px;
    border-radius: 20px;
  }

  .blog-article-content .tb-blog-calc__title {
    font-size: 24px;
  }

  .blog-article-content .tb-blog-calc__subtitle {
    font-size: 15px;
  }

  .tb-blog-calc__form--2cols,
  .tb-blog-calc__form--3cols,
  .tb-blog-calc__form--system,
  .tb-blog-calc__results--2,
  .tb-blog-calc__results--3,
  .tb-blog-calc__results--5 {
    grid-template-columns: 1fr;
  }

  .tb-blog-calc__result-value {
    font-size: 24px;
  }

  .tb-blog-calc__input,
  .tb-blog-calc__select,
  .tb-blog-calc__textarea {
    min-height: 50px;
    font-size: 16px;
  }
  
  .blog-article-content .tb-blog-calc__table-wrap {
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
    -webkit-overflow-scrolling: touch;
  }
  
  .blog-article-content .tb-blog-calc--system .tb-blog-calc__table-wrap::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 34px;
    height: 100%;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(248, 250, 252, 0.98));
    pointer-events: none;
    z-index: 2;
  }

  .blog-article-content .tb-blog-calc--system .tb-blog-calc__table-wrap::after {
    content: "→";
    position: absolute;
    right: 10px;
    bottom: 8px;
    width: 22px;
    height: 22px;
    border-radius: 999px;
    background: rgba(15, 23, 42, 0.72);
    color: #ffffff;
    font-size: 13px;
    line-height: 22px;
    text-align: center;
    font-weight: 700;
    pointer-events: none;
    z-index: 3;
  }

  .blog-article-content .tb-blog-calc__table {
    width: 560px;
    min-width: 560px;
    table-layout: fixed;
  }

  .tb-blog-calc__table th,
  .tb-blog-calc__table td {
    padding: 12px 10px;
    font-size: 13px;
  }

  .tb-blog-calc__table th:nth-child(1),
  .tb-blog-calc__table td:nth-child(1) {
    width: 40%;
  }

  .tb-blog-calc__table th:nth-child(2),
  .tb-blog-calc__table td:nth-child(2),
  .tb-blog-calc__table th:nth-child(3),
  .tb-blog-calc__table td:nth-child(3),
  .tb-blog-calc__table th:nth-child(4),
  .tb-blog-calc__table td:nth-child(4) {
    width: 20%;
    white-space: nowrap;
  }
  
}

.blog-article-content .tb-article-thought-cta {
  margin: 22px 0;
  padding: 18px 20px;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  background: #f8fafc;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.03);
  text-align: left;
}

.blog-article-content .tb-article-thought-cta__title {
  margin: 0;
  font-size: 20px;
  line-height: 1.45;
  font-weight: 600;
  color: #0f172a;
}

.blog-article-content .tb-article-thought-cta__link {
  display: inline-block;
  margin-top: 10px;
  color: #1e3a8a;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
  text-decoration: none;
  border-bottom: 1px solid rgba(30, 58, 138, 0.24);
  transition: border-color 0.2s ease, color 0.2s ease;
}

.blog-article-content .tb-article-thought-cta__link:hover,
.blog-article-content .tb-article-thought-cta__link:focus {
  color: #1d4ed8;
  text-decoration: underline;
  border-bottom-color: rgba(29, 78, 216, 0.4);
}

@media (max-width: 767px) {
  .blog-article-content .tb-article-thought-cta {
    margin: 20px 0;
    padding: 16px;
    border-radius: 10px;
  }

  .blog-article-content .tb-article-thought-cta__title {
    font-size: 18px;
  }

  .blog-article-content .tb-article-thought-cta__link {
    margin-top: 8px;
    font-size: 15px;
  }
}

.blog-article-content .tb-article-final-cta {
  margin: 32px 0 0;
  padding: 22px 24px;
  border: 1px solid #dbe3ee;
  border-radius: 12px;
  background: linear-gradient(180deg, #f8fafc 0%, #f3f6fb 100%);
  box-shadow: 0 8px 22px rgba(15, 23, 42, 0.05);
  text-align: left;
}

.blog-article-content .tb-article-final-cta__title {
  margin: 0 0 12px;
  font-size: 22px;
  line-height: 1.4;
  font-weight: 600;
  color: #0f172a;
}

.blog-article-content .tb-article-final-cta__text {
  margin: 0;
  font-size: 16px;
  line-height: 1.7;
  color: #475569;
}

.blog-article-content .tb-article-final-cta__button {
  display: flex;
  width: fit-content;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 16px auto 0;
  padding: 10px 16px;
  border: 1px solid #cfd8e3;
  border-radius: 10px;
  background: #ffffff;
  color: #1e3a8a;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.blog-article-content .tb-article-final-cta__button:hover,
.blog-article-content .tb-article-final-cta__button:focus {
  background: #f8fbff;
  border-color: #b9c7d8;
  color: #1d4ed8;
  text-decoration: none;
}

@media (max-width: 767px) {
  .blog-article-content .tb-article-final-cta {
    margin-top: 28px;
    padding: 18px 16px;
    border-radius: 10px;
  }

  .blog-article-content .tb-article-final-cta__title {
    font-size: 19px;
  }

  .blog-article-content .tb-article-final-cta__text {
    font-size: 15px;
    line-height: 1.65;
  }

  .blog-article-content .tb-article-final-cta__button {
    width: 100%;
    justify-content: center;
    margin-top: 14px;
  }
}
