#lc-header.tbk-site-header {
  position: sticky;
  top: 0;
  z-index: 1050;
  display: block;
  height: 123.8px;
  min-height: 123.8px;
  overflow: visible;
  background: #e9edf3;
  font-family: Arial, Helvetica, sans-serif;
}

#lc-header .navbar-dark-custom {
  height: 123.8px;
  min-height: 123.8px;
  background: #e9edf3;
}

#lc-header .navbar {
  position: relative;
  display: flex;
  height: 123.8px;
  min-height: 123.8px;
  padding: 9px 0;
}

#lc-header .navbar > .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 105.8px;
  min-height: 105.8px;
}

#lc-header .tbk-brand-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 214px;
  height: 105.8px;
  min-height: 105.8px;
  margin-right: 18px;
  padding: 5.625px 0;
  color: #111827;
  line-height: 1;
  text-decoration: none;
}

#lc-header .tbk-brand-image-frame {
  display: block;
  width: 66px;
  height: 66px;
  flex: 0 0 66px;
  border-radius: 50%;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0 8px 20px rgba(17, 24, 39, .12);
}

#lc-header .tbk-brand-image {
  display: block;
  width: 150%;
  max-width: none;
  height: 150%;
  margin: -25%;
  object-fit: cover;
}

#lc-header .tbk-brand-logo:hover,
#lc-header .tbk-brand-logo:focus {
  color: #111827;
  text-decoration: none;
}

#lc-header .tbk-brand-mark {
  position: relative;
  display: block;
  width: 52px;
  height: 78px;
  flex: 0 0 52px;
}

#lc-header .tbk-brand-drop {
  position: absolute;
  left: 12px;
  top: 6px;
  width: 34px;
  height: 48px;
  border-radius: 28px 28px 30px 8px;
  background: #76b9d9;
  box-shadow: inset -7px -8px 0 rgba(45, 54, 95, .18);
  transform: rotate(28deg);
}

#lc-header .tbk-brand-drop::before {
  position: absolute;
  right: -7px;
  top: -5px;
  width: 14px;
  height: 14px;
  border-radius: 2px 12px 2px 12px;
  background: #2d365f;
  content: "";
  transform: rotate(12deg);
}

#lc-header .tbk-brand-drop::after {
  position: absolute;
  left: -7px;
  bottom: 3px;
  width: 19px;
  height: 19px;
  border-radius: 50%;
  background: #df6c4b;
  box-shadow: 15px 12px 0 -7px #ffffff;
  content: "";
}

#lc-header .tbk-brand-mark::after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 8px;
  height: 3px;
  background: #2d365f;
  content: "";
}

#lc-header .tbk-brand-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  text-transform: uppercase;
}

#lc-header .tbk-brand-copy strong {
  display: block;
  color: #111827;
  font-size: 15px;
  font-weight: 950;
  letter-spacing: 0;
  line-height: .98;
}

#lc-header .tbk-brand-copy em {
  display: block;
  color: #df6c4b;
  font-size: 18px;
  font-style: normal;
  font-weight: 950;
  letter-spacing: 0;
  line-height: 1;
}

#lc-header .navbar-toggler {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
  width: 92px;
  height: 69.25px;
  min-height: 69.25px;
  margin: 0;
  padding: 4.5px 13.5px;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: .5rem;
  background: transparent;
  color: #000000;
  font-size: 22.5px;
  line-height: 1;
}

#lc-header .navbar-toggler-icon {
  display: block;
  width: 33.75px;
  height: 33.75px;
  background-image: var(--bs-navbar-toggler-icon-bg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

#lc-header .toggler-icon-text {
  display: block;
  color: #000000 !important;
  font-size: 22.5px !important;
  line-height: 22.5px !important;
}

#lc-header .navbar-collapse a {
  color: #000000 !important;
  font-size: 1.1rem !important;
  font-weight: 500 !important;
  line-height: 1.2 !important;
  letter-spacing: 0 !important;
  text-decoration: none !important;
  text-transform: none !important;
}

#lc-header .navbar-collapse a:hover,
#lc-header .navbar-collapse a:focus {
  color: #000000 !important;
  text-decoration: none !important;
}

#lc-header .navbar-collapse .current-menu-item > a,
#lc-header .navbar-collapse .current-menu-parent > a,
#lc-header .navbar-collapse .current-menu-ancestor > a,
#lc-header .navbar-collapse .navbar-nav > .current-menu-item > .nav-link,
#lc-header .navbar-collapse .navbar-nav > .current-menu-parent > .nav-link,
#lc-header .navbar-collapse .navbar-nav > .current-menu-ancestor > .nav-link,
#lc-header .navbar-collapse .nav-link.active,
#lc-header .navbar-collapse .dropdown-item.active,
#lc-header .navbar-collapse .dropdown-item:active {
  color: #df6c4b !important;
  background: transparent !important;
}

#lc-header .navbar-collapse .current-menu-item > a:hover,
#lc-header .navbar-collapse .current-menu-parent > a:hover,
#lc-header .navbar-collapse .current-menu-ancestor > a:hover,
#lc-header .navbar-collapse .nav-link.active:hover,
#lc-header .navbar-collapse .dropdown-item.active:hover {
  color: #df6c4b !important;
}

#lc-header .navbar-collapse ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#lc-header .navbar-collapse li {
  margin: 0;
  padding: 0;
}

@media (min-width: 992px) {
  #lc-header {
    height: 123.8px;
    min-height: 123.8px;
  }

  #lc-header .navbar-dark-custom,
  #lc-header .navbar {
    height: 123.8px;
    min-height: 123.8px;
  }

  #lc-header .navbar > .container {
    height: 105.8px;
    min-height: 105.8px;
  }

  #lc-header .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
    flex-grow: 1;
    align-items: center;
    justify-content: flex-end;
  }

  #lc-header .navbar-collapse .live-shortcode {
    min-width: 680px;
  }

  #lc-header .navbar-toggler {
    display: none !important;
  }

  #lc-header .navbar-collapse .navbar-nav {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 1.5rem;
  }

  #lc-header .navbar-collapse li {
    position: relative;
  }

  #lc-header .navbar-collapse .navbar-nav > li > a {
    display: inline-flex;
    align-items: center;
    padding: .5rem .25rem;
    white-space: nowrap !important;
  }

  #lc-header .navbar-collapse .dropdown-menu {
    display: none !important;
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    min-width: 240px;
    margin: 0;
    padding: .5rem .75rem;
    border: 0;
    border-radius: .5rem;
    background: #ffffff;
    box-shadow: 0 8px 20px rgba(0, 0, 0, .15);
    transform: none !important;
    inset: auto !important;
    z-index: 9999;
  }

  #lc-header .navbar-collapse .dropdown-menu::before {
    position: absolute;
    top: -12px;
    right: 0;
    left: 0;
    height: 12px;
    background: transparent;
    content: "";
  }

  #lc-header .navbar-collapse li:hover > .dropdown-menu,
  #lc-header .navbar-collapse li:focus-within > .dropdown-menu,
  #lc-header .navbar-collapse .dropdown-menu.show {
    display: block !important;
  }

  #lc-header .navbar-collapse .dropdown-menu li a {
    display: block;
    padding: .45rem .4rem;
    white-space: nowrap !important;
  }
}

@media (max-width: 991.98px) {
  #lc-header .navbar,
  #lc-header .navbar > .container {
    position: relative;
  }

  #lc-header .navbar-collapse.collapse:not(.show) {
    display: none !important;
  }

  #lc-header .navbar-collapse.show,
  #lc-header .navbar-collapse.collapsing {
    position: absolute;
    top: calc(100% + 6px);
    right: 0;
    left: 0;
    z-index: 1051;
    display: block !important;
    padding: 18px 28px 24px;
    background: #e9edf3;
    border-radius: 0 0 22px 22px;
    box-shadow: 0 18px 34px rgba(15, 23, 42, .14);
  }

  #lc-header .navbar-collapse.collapsing {
    height: auto !important;
    overflow: hidden;
    transition: none !important;
  }

  #lc-header .navbar-collapse.show .live-shortcode,
  #lc-header .navbar-collapse.collapsing .live-shortcode {
    width: 100%;
  }

  #lc-header .navbar-collapse.show .navbar-nav,
  #lc-header .navbar-collapse.collapsing .navbar-nav {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 100%;
  }

  #lc-header .navbar-collapse.show .nav-link,
  #lc-header .navbar-collapse.collapsing .nav-link {
    display: block;
    padding: 8px 0;
    color: #111827 !important;
    font-size: 1.1rem !important;
    font-weight: 800 !important;
    line-height: 1.25;
  }

  #lc-header .navbar-collapse.show .dropdown-menu,
  #lc-header .navbar-collapse.collapsing .dropdown-menu {
    position: static !important;
    display: block !important;
    width: 100%;
    margin: 2px 0 8px;
    padding: 0 0 0 18px;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  #lc-header .navbar-collapse.show .dropdown-item,
  #lc-header .navbar-collapse.collapsing .dropdown-item {
    display: block;
    padding: 7px 0;
    color: #111827 !important;
    background: transparent !important;
    font-size: 1rem !important;
    font-weight: 700 !important;
    line-height: 1.25;
  }
}

@media (max-width: 575.98px) {
  #lc-header .navbar > .container {
    padding-right: 14px;
    padding-left: 14px;
  }

  #lc-header .tbk-brand-logo {
    width: 190px;
    margin-right: 8px;
  }

  #lc-header .tbk-brand-image-frame {
    width: 58px;
    height: 58px;
    flex-basis: 58px;
  }

  #lc-header .tbk-brand-copy strong {
    font-size: 14px;
  }

  #lc-header .tbk-brand-copy em {
    font-size: 17px;
  }
}

body.home #theme-main > .py-5.py-xl-6 {
  display: none !important;
}

body.home #container-content-page {
  width: 100%;
  max-width: none;
  padding-right: 0;
  padding-left: 0;
}

body.home #container-content-page > .row {
  --bs-gutter-x: 0;
  margin-right: 0;
  margin-left: 0;
}

body.home #container-content-page > .row > .col-md-10 {
  flex: 0 0 100%;
  width: 100%;
  max-width: 100%;
  margin-left: 0;
  padding: 0 !important;
}

body.page-id-22 #theme-main > .py-5.py-xl-6,
body.page-id-23 #theme-main > .py-5.py-xl-6,
body.page-id-24 #theme-main > .py-5.py-xl-6,
body.page-id-25 #theme-main > .py-5.py-xl-6,
body.page-id-26 #theme-main > .py-5.py-xl-6,
body.page-id-27 #theme-main > .py-5.py-xl-6,
body.page-id-3 #theme-main > .py-5.py-xl-6,
body.page-id-8 #theme-main > .py-5.py-xl-6,
body.page-id-9 #theme-main > .py-5.py-xl-6,
body.page-id-53 #theme-main > .py-5.py-xl-6,
body.page-id-54 #theme-main > .py-5.py-xl-6,
body.page-id-55 #theme-main > .py-5.py-xl-6,
body.page-id-117 #theme-main > .py-5.py-xl-6 {
  display: none !important;
}

body.page-id-22 #container-content-page,
body.page-id-23 #container-content-page,
body.page-id-24 #container-content-page,
body.page-id-25 #container-content-page,
body.page-id-26 #container-content-page,
body.page-id-27 #container-content-page,
body.page-id-3 #container-content-page,
body.page-id-8 #container-content-page,
body.page-id-9 #container-content-page,
body.page-id-53 #container-content-page,
body.page-id-54 #container-content-page,
body.page-id-55 #container-content-page,
body.page-id-117 #container-content-page {
  max-width: 1240px;
}

body.page-id-22 #container-content-page > .row > .col-md-10,
body.page-id-23 #container-content-page > .row > .col-md-10,
body.page-id-24 #container-content-page > .row > .col-md-10,
body.page-id-25 #container-content-page > .row > .col-md-10,
body.page-id-26 #container-content-page > .row > .col-md-10,
body.page-id-27 #container-content-page > .row > .col-md-10,
body.page-id-3 #container-content-page > .row > .col-md-10,
body.page-id-8 #container-content-page > .row > .col-md-10,
body.page-id-9 #container-content-page > .row > .col-md-10,
body.page-id-53 #container-content-page > .row > .col-md-10,
body.page-id-54 #container-content-page > .row > .col-md-10,
body.page-id-55 #container-content-page > .row > .col-md-10,
body.page-id-117 #container-content-page > .row > .col-md-10 {
  flex: 0 0 100%;
  width: 100%;
  max-width: 100%;
  margin-left: 0;
  padding-top: 58px !important;
  padding-bottom: 78px !important;
}

.tbk-lp {
  color: #050505;
  font-family: Arial, Helvetica, sans-serif;
}

.tbk-lp > p:first-child {
  margin: 0 0 14px;
}

.tbk-lp > p:first-child strong {
  color: #df6c4b;
  font-size: .9rem;
  line-height: 1;
  font-weight: 950;
  text-transform: uppercase;
}

.tbk-lp h1 {
  max-width: 820px;
  margin: 0;
  color: #050505;
  font-size: 3rem;
  line-height: 1.04;
  font-weight: 950;
}

.tbk-lp h1 + p {
  max-width: 760px;
  margin: 20px 0 0;
  color: #333333;
  font-size: 1.08rem;
  line-height: 1.55;
}

.tbk-lp p {
  max-width: 790px;
  color: #333333;
  font-size: 1rem;
  line-height: 1.58;
}

.tbk-lp h2 {
  margin: 42px 0 0;
  padding-top: 26px;
  border-top: 1px solid #d9dde8;
  color: #050505;
  font-size: 1.8rem;
  line-height: 1.08;
  font-weight: 950;
}

.tbk-lp h2 + p {
  max-width: 790px;
  margin: 13px 0 0;
  color: #333333;
  font-size: 1rem;
  line-height: 1.55;
}

.tbk-lp ul,
.tbk-lp ol {
  max-width: 820px;
  margin: 16px 0 0;
  padding-left: 21px;
  color: #333333;
  font-size: 1rem;
  line-height: 1.55;
}

.tbk-lp li + li {
  margin-top: 8px;
}

.tbk-lp strong {
  color: #050505;
}

.tbk-lp a {
  color: #5369a8;
  font-weight: 800;
}

.tbk-lp__note {
  max-width: 820px;
  margin: 24px 0 0;
  padding: 18px 20px;
  border-left: 5px solid #df6c4b;
  border-radius: 8px;
  background: #fff5f1;
}

.tbk-lp__note p {
  margin: 0;
}

.tbk-lp__table {
  width: 100%;
  margin: 22px 0 0;
  border-collapse: collapse;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 16px 34px rgba(0, 0, 0, .06);
}

.tbk-lp__table th,
.tbk-lp__table td {
  padding: 15px 16px;
  border-bottom: 1px solid #e5e8ef;
  vertical-align: top;
  color: #333333;
  font-size: .96rem;
  line-height: 1.45;
  text-align: left;
}

.tbk-lp__table th {
  color: #050505;
  background: #f4f4f4;
  font-weight: 950;
}

.tbk-lp__table tr:last-child td {
  border-bottom: 0;
}

.tbk-lp__faq {
  max-width: 840px;
  margin: 18px 0 0;
}

.tbk-lp__faq details {
  padding: 17px 0;
  border-bottom: 1px solid #d9dde8;
}

.tbk-lp__faq summary {
  color: #050505;
  cursor: pointer;
  font-size: 1.02rem;
  font-weight: 950;
  line-height: 1.25;
}

.tbk-lp__faq p {
  margin: 11px 0 0;
}

.tbk-lp__links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}

.tbk-lp__links li {
  margin: 0;
}

.tbk-lp__links li a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 41px;
  padding: 10px 16px;
  border-radius: 8px;
  color: #ffffff;
  background: #5369a8;
  font-size: .9rem;
  font-weight: 950;
  line-height: 1.15;
  text-decoration: none;
}

.tbk-lp__links li a:hover {
  color: #ffffff;
  background: #df6c4b;
}

.tbk-article-page {
  --tbk-black: #050505;
  --tbk-body: #333333;
  --tbk-muted: #626262;
  --tbk-line: #d9dde8;
  --tbk-soft: #f5f5f5;
  --tbk-note: #fff5f1;
  --tbk-orange: #df6c4b;
  --tbk-blue: #2d365f;
  --tbk-shadow: 0 14px 32px rgba(0, 0, 0, .07);
  color: var(--tbk-black);
  font-family: Arial, Helvetica, sans-serif;
}

.tbk-article-page * {
  box-sizing: border-box;
}

.tbk-article-shell {
  display: grid;
  grid-template-columns: minmax(0, 790px) 318px;
  gap: 56px;
  align-items: start;
}

.tbk-article-main {
  min-width: 0;
}

.tbk-article-breadcrumbs {
  margin: 0 0 12px;
  color: #777777;
  font-size: .86rem;
  font-weight: 800;
  line-height: 1.35;
}

.tbk-article-breadcrumbs a {
  color: var(--tbk-orange);
  text-decoration: none;
}

.tbk-article-disclosure {
  margin: 0 0 26px;
  padding: 14px 16px;
  border-left: 4px solid var(--tbk-orange);
  border-radius: 7px;
  color: #333333;
  background: var(--tbk-note);
  font-size: .94rem;
  line-height: 1.45;
}

.tbk-article-kicker {
  display: block;
  margin: 0 0 13px;
  color: var(--tbk-orange);
  font-size: .88rem;
  font-weight: 950;
  line-height: 1;
  text-transform: uppercase;
}

.tbk-article-header h1 {
  max-width: 850px;
  margin: 0;
  color: var(--tbk-black);
  font-size: 3.15rem;
  font-weight: 950;
  line-height: 1.02;
}

.tbk-article-deck {
  max-width: 760px;
  margin: 20px 0 0;
  color: var(--tbk-body);
  font-size: 1.15rem;
  line-height: 1.55;
}

.tbk-article-meta {
  display: grid;
  gap: 15px;
  margin: 28px 0 0;
  padding: 16px;
  border: 1px solid #dfe4ec;
  border-radius: 8px;
  background: #ffffff;
}

.tbk-article-meta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.tbk-article-meta-row:last-child {
  justify-content: space-between;
  gap: 16px 20px;
}

.tbk-article-meta-item {
  display: inline-flex;
  gap: 7px;
  align-items: center;
  padding: 8px 11px;
  border: 1px solid #e4e7ee;
  border-radius: 999px;
  background: #f8fafc;
  color: var(--tbk-muted);
  font-size: .9rem;
  line-height: 1.3;
}

.tbk-article-meta-item b {
  color: var(--tbk-black);
  font-size: .72rem;
  font-weight: 950;
  letter-spacing: .02em;
  text-transform: uppercase;
}

.tbk-article-author-card {
  display: flex;
  flex: 1 1 480px;
  gap: 13px;
  align-items: center;
  color: var(--tbk-muted);
  font-size: .95rem;
  text-decoration: none;
}

.tbk-article-author-card:hover,
.tbk-article-author-card:focus {
  color: var(--tbk-muted);
  text-decoration: none;
}

.tbk-article-author-card:hover strong,
.tbk-article-author-card:focus strong {
  color: var(--tbk-orange);
}

.tbk-article-avatar {
  position: relative;
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  overflow: hidden;
  border-radius: 50%;
  color: #fff6ef;
  background: #702632;
  font-size: 1.65rem;
  font-weight: 950;
  line-height: 1;
}

.tbk-article-avatar::before {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background-image: url("/wp-content/uploads/2026/05/britisch-kurzhaar-autor.webp");
  background-size: cover;
  background-position: center 22%;
  content: "";
}

.tbk-article-avatar span {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.tbk-article-author-card strong {
  display: block;
  color: var(--tbk-black);
  font-size: 1.05rem;
  font-weight: 950;
  line-height: 1.15;
}

.tbk-article-author-copy {
  min-width: 0;
}

.tbk-article-author-label {
  display: block;
  margin-bottom: 2px;
  color: var(--tbk-muted);
  font-size: .82rem;
  line-height: 1.2;
}

.tbk-article-author-copy p {
  max-width: 580px;
  margin: 5px 0 0;
  color: #4a4a4a;
  font-size: .88rem;
  line-height: 1.45;
}

.tbk-article-share {
  display: inline-flex;
  gap: 6px;
  align-items: center;
  padding: 8px 10px;
  border: 1px solid #e4e7ee;
  border-radius: 999px;
  background: #fbfcfd;
}

.tbk-article-share > span {
  margin-right: 3px;
  color: #1d1d1f;
  font-size: .68rem;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: uppercase;
}

.tbk-lp .tbk-share-link {
  position: relative;
  display: inline-grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border: .75px solid currentColor;
  border-radius: 50%;
  color: #1d1d1f;
  background: rgba(255, 255, 255, .92);
  box-shadow: none;
  font-size: .72rem;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  transition: border-color .18s ease, color .18s ease, background-color .18s ease, transform .18s ease, box-shadow .18s ease;
}

.tbk-lp .tbk-share-link span {
  display: block;
  color: inherit;
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", "Helvetica Neue", Arial, sans-serif;
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: 0;
  line-height: 1;
  text-transform: none;
}

.tbk-lp .tbk-share-link--email span {
  font-size: .78rem;
  font-weight: 300;
  transform: translateY(-1px);
}

.tbk-lp .tbk-share-link--pinterest span {
  font-size: .74rem;
  font-weight: 400;
}

.tbk-lp .tbk-share-link--linkedin span {
  font-size: .65rem;
  font-weight: 500;
}

.tbk-lp .tbk-share-link--facebook span {
  font-size: .86rem;
  font-weight: 400;
  transform: translateY(1px);
}

.tbk-lp .tbk-share-link:hover,
.tbk-lp .tbk-share-link:focus {
  border-color: currentColor;
  color: #000000;
  background: #ffffff;
  box-shadow: 0 6px 14px rgba(0, 0, 0, .08);
  text-decoration: none;
  transform: translateY(-1px);
}

.tbk-lp .tbk-share-link:focus-visible {
  outline: 2px solid rgba(29, 29, 31, .22);
  outline-offset: 3px;
}

.tbk-article-hero {
  margin: 30px 0 24px;
}

.tbk-article-hero__image {
  position: relative;
  min-height: 0;
  aspect-ratio: 1000 / 664;
  overflow: hidden;
  border-radius: 4px;
  background-color: var(--tbk-soft);
  background-size: cover;
  background-position: center;
}

.tbk-article-hero__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tbk-article-hero figcaption {
  margin-top: 9px;
  color: #6f6f6f;
  font-size: .86rem;
  line-height: 1.35;
}

.tbk-article-content > p,
.tbk-article-section p,
.tbk-article-content li {
  color: var(--tbk-body);
  font-size: 1.04rem;
  line-height: 1.68;
}

.tbk-article-content > p,
.tbk-article-section p {
  margin: 0 0 19px;
}

.tbk-article-content h2,
.tbk-article-section h2 {
  margin: 44px 0 16px;
  padding-top: 26px;
  border-top: 1px solid var(--tbk-line);
  color: var(--tbk-black);
  font-size: 1.85rem;
  font-weight: 950;
  line-height: 1.12;
}

.tbk-article-content h3,
.tbk-article-section h3 {
  margin: 28px 0 12px;
  color: var(--tbk-black);
  font-size: 1.25rem;
  font-weight: 950;
  line-height: 1.2;
}

.tbk-article-content a,
.tbk-article-section a {
  color: var(--tbk-orange);
  font-weight: 900;
}

.tbk-stat-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin: 24px 0 24px;
}

.tbk-stat-card {
  min-height: 126px;
  padding: 15px 12px;
  border: 1px solid #bfbebe;
  border-radius: 5px;
  background: #ffffff;
  box-shadow: 0 0 4px rgba(0, 0, 0, .16);
  text-align: center;
}

.tbk-stat-card strong {
  display: block;
  color: var(--tbk-black);
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.05;
}

.tbk-stat-card span {
  display: block;
  margin-top: 8px;
  color: #444444;
  font-size: .83rem;
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
}

.tbk-product-brief {
  scroll-margin-top: 96px;
}

.tbk-product-info-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin: 24px 0 18px;
}

.tbk-product-info-card {
  padding: 18px;
  border: 1px solid #d9dee8;
  border-radius: 6px;
  background: #ffffff;
}

.tbk-product-info-card b {
  display: block;
  margin-bottom: 7px;
  color: var(--tbk-black);
  font-size: .82rem;
  font-weight: 950;
  letter-spacing: .02em;
  line-height: 1.25;
  text-transform: uppercase;
}

.tbk-product-info-card span {
  display: block;
  color: var(--tbk-body);
  font-size: .98rem;
  font-weight: 500;
  line-height: 1.5;
}

.tbk-product-brief__note {
  margin: 18px 0 28px;
  padding: 16px 18px;
  border-left: 4px solid var(--tbk-orange);
  border-radius: 0 6px 6px 0;
  background: #fff7f3;
  color: var(--tbk-body);
  font-size: 1rem;
  line-height: 1.6;
}

.tbk-review-block {
  margin: 26px 0 28px;
}

.tbk-review-block__label {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 8px 14px;
  border-radius: 5px 5px 0 0;
  color: #ffffff;
  background: var(--tbk-orange);
  font-size: .88rem;
  font-weight: 950;
  line-height: 1;
  text-transform: uppercase;
}

.tbk-review-block__panel {
  display: grid;
  grid-template-columns: 132px 112px minmax(0, 1fr) 146px;
  gap: 18px;
  align-items: center;
  padding: 18px;
  border: 1px solid #d0dbeb;
  background: #ffffff;
}

.tbk-review-block__image {
  aspect-ratio: 4 / 3;
  border-radius: 4px;
  background-color: var(--tbk-soft);
  background-size: cover;
  background-position: center;
}

.tbk-review-score {
  text-align: center;
}

.tbk-review-score strong {
  display: block;
  color: var(--tbk-blue);
  font-size: 2.1rem;
  font-weight: 950;
  line-height: 1;
}

.tbk-stars {
  position: relative;
  display: block;
  width: 86px;
  height: 16px;
  margin: 8px auto 0;
  overflow: hidden;
}

.tbk-stars::before,
.tbk-stars::after {
  position: absolute;
  inset: 0;
  content: "★★★★★";
  font-size: 15px;
  letter-spacing: 1px;
  line-height: 1;
}

.tbk-stars::before {
  color: #d7dce9;
}

.tbk-stars::after {
  width: var(--score, 90%);
  overflow: hidden;
  color: #ffa800;
}

.tbk-review-block__text h3 {
  margin: 0 0 8px;
  color: var(--tbk-black);
  font-size: 1.12rem;
  font-weight: 950;
  line-height: 1.18;
}

.tbk-review-block__text ul {
  margin: 0;
  padding-left: 18px;
  color: var(--tbk-body);
  font-size: .94rem;
  line-height: 1.45;
}

.tbk-review-block__action a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 42px;
  padding: 10px 13px;
  border-radius: 5px;
  color: #ffffff;
  background: var(--tbk-orange);
  font-size: .86rem;
  font-weight: 950;
  line-height: 1.15;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.tbk-product-section {
  scroll-margin-top: 96px;
}

.tbk-product-section > p {
  max-width: 720px;
}

.tbk-product-list {
  display: grid;
  gap: 22px;
  margin: 28px 0 36px;
}

.tbk-product-card {
  position: relative;
  display: grid;
  grid-template-columns: 184px minmax(0, 1fr) 190px;
  gap: 20px;
  align-items: start;
  min-height: 0;
  padding: 52px 18px 18px;
  overflow: hidden;
  border: 1px solid #e1e7ef;
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 14px 34px rgba(31, 43, 67, .08);
}

.tbk-product-media {
  position: relative;
  grid-column: 1;
  grid-row: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 214px;
  margin: 0;
  padding: 14px;
  overflow: hidden;
  border: 1px solid #e5ebf3;
  border-radius: 15px;
  background: #f7f9fc;
}

.tbk-product-media img {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.tbk-product-media::before {
  z-index: 1;
  position: absolute;
  inset: auto 10px 10px;
  height: 58px;
  border-radius: 999px 999px 18px 18px;
  background: #ffffff;
  border: 1px solid #dbe1ef;
  content: "";
}

.tbk-product-media::after {
  z-index: 2;
  position: absolute;
  top: 35px;
  width: 46px;
  height: 46px;
  border: 4px solid var(--tbk-orange);
  border-top-color: transparent;
  border-left-color: transparent;
  border-radius: 50%;
  content: "";
  transform: rotate(45deg);
}

.tbk-product-media span {
  position: relative;
  z-index: 3;
  align-self: flex-end;
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 7px 10px;
  border: 1px solid rgba(255, 255, 255, .5);
  border-radius: 999px;
  color: #ffffff;
  background: rgba(5, 12, 28, .74);
  backdrop-filter: blur(8px);
  font-size: .7rem;
  font-weight: 950;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
}

.tbk-product-media--keramik,
.tbk-product-media--edelstahl,
.tbk-product-media--akku,
.tbk-product-media--smart,
.tbk-product-media--catit,
.tbk-product-media--petkit,
.tbk-product-media--mini,
.tbk-product-media--spender {
  background-size: cover;
  background-position: center;
}

.tbk-product-media--keramik,
.tbk-product-media--mini {
  background-image: url("/wp-content/uploads/2025/07/Warum-die-Britische-Kurzhaar.webp");
}

.tbk-product-media--edelstahl,
.tbk-product-media--catit {
  background-image: url("/wp-content/uploads/2025/07/Katzen-Bilder.webp");
  background-position: 58% center;
}

.tbk-product-media--akku,
.tbk-product-media--smart,
.tbk-product-media--petkit,
.tbk-product-media--spender {
  background-image: url("/wp-content/uploads/2025/07/Katzen-Bilder.webp");
}

.tbk-product-media--keramik::before,
.tbk-product-media--edelstahl::before,
.tbk-product-media--akku::before,
.tbk-product-media--smart::before,
.tbk-product-media--catit::before,
.tbk-product-media--petkit::before,
.tbk-product-media--mini::before,
.tbk-product-media--spender::before {
  inset: 0;
  height: auto;
  border: 0;
  border-radius: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, .06), rgba(5, 12, 28, .18));
}

.tbk-product-media--keramik::after,
.tbk-product-media--edelstahl::after,
.tbk-product-media--akku::after,
.tbk-product-media--smart::after,
.tbk-product-media--catit::after,
.tbk-product-media--petkit::after,
.tbk-product-media--mini::after,
.tbk-product-media--spender::after {
  display: none;
}

.tbk-product-media--keramik span,
.tbk-product-media--edelstahl span,
.tbk-product-media--akku span,
.tbk-product-media--smart span,
.tbk-product-media--catit span,
.tbk-product-media--petkit span,
.tbk-product-media--mini span,
.tbk-product-media--spender span {
  color: #ffffff;
  text-shadow: 0 1px 4px rgba(0, 0, 0, .2);
}

.tbk-product-copy {
  grid-column: 2;
  grid-row: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  padding: 0;
}

.tbk-product-eyebrow {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  max-width: calc(100% - 44px);
  padding: 11px 18px 10px 20px;
  border-radius: 0 0 14px 0;
  color: #ffffff;
  background: #111b35;
  box-shadow: 0 10px 22px rgba(17, 27, 53, .2);
  font-size: .78rem;
  font-weight: 950;
  letter-spacing: .03em;
  line-height: 1;
  text-transform: uppercase;
}

.tbk-product-copy h3 {
  margin: 0 0 10px;
  color: var(--tbk-black);
  font-size: 1.22rem;
  font-weight: 950;
  line-height: 1.14;
}

.tbk-product-copy p {
  margin: 0 0 12px;
  color: var(--tbk-body);
  font-size: .93rem;
  line-height: 1.5;
}

.tbk-product-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 12px;
  padding: 0;
}

.tbk-product-facts li {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 6px 10px;
  border: 1px solid #dde5f0;
  border-radius: 999px;
  color: #26355e;
  background: #fbfcff;
  font-size: .75rem;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.tbk-product-facts li:first-child {
  border-color: #cfd8e6;
  color: #111b35;
  background: #f1f5fb;
}

.tbk-product-notes {
  display: grid;
  gap: 7px;
  margin: 0;
  padding: 0;
  list-style: none;
  color: var(--tbk-body);
  font-size: .88rem;
  line-height: 1.42;
}

.tbk-product-notes li {
  position: relative;
  padding-left: 24px;
}

.tbk-product-notes li::before {
  position: absolute;
  top: .05rem;
  left: 0;
  display: grid;
  place-items: center;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  color: #ffffff;
  background: #2f8f73;
  content: "✓";
  font-size: .68rem;
  font-weight: 950;
  line-height: 1;
}

.tbk-product-pros-cons {
  display: grid;
  grid-column: 1 / -1;
  grid-row: 2;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 2px;
}

.tbk-product-pros,
.tbk-product-cons {
  overflow: hidden;
  border: 1px solid #e0e6ef;
  border-radius: 12px;
  background: #ffffff;
}

.tbk-product-pros h4,
.tbk-product-cons h4 {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  padding: 11px 14px;
  color: #ffffff;
  font-size: .88rem;
  font-weight: 950;
  line-height: 1;
}

.tbk-product-pros h4 {
  background: #20ad4f;
}

.tbk-product-cons h4 {
  background: #ef3434;
}

.tbk-product-pros ul,
.tbk-product-cons ul {
  display: grid;
  gap: 1px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.tbk-product-pros li,
.tbk-product-cons li {
  position: relative;
  min-height: 44px;
  padding: 12px 14px 12px 42px;
  color: var(--tbk-body);
  font-size: .9rem;
  line-height: 1.35;
}

.tbk-product-pros li {
  background: #f1fff5;
}

.tbk-product-cons li {
  background: #fff2f2;
}

.tbk-product-pros li::before,
.tbk-product-cons li::before {
  position: absolute;
  top: 13px;
  left: 15px;
  display: grid;
  place-items: center;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  color: #ffffff;
  font-size: .68rem;
  font-weight: 950;
  line-height: 1;
}

.tbk-product-pros li::before {
  background: #20ad4f;
  content: "✓";
}

.tbk-product-cons li::before {
  background: #ef3434;
  content: "×";
}

.tbk-product-action {
  grid-column: 3;
  grid-row: 1;
  display: flex;
  flex-direction: column;
  align-self: center;
  justify-content: center;
  gap: 10px;
  padding: 14px;
  border: 1px solid #e5ebf3;
  border-radius: 16px;
  background: #f8fafc;
}

.tbk-product-action a {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 44px;
  padding: 11px 14px;
  border: 1px solid;
  border-color: #a88734 #9c7e31 #846a29;
  border-radius: 3px;
  color: #111111;
  background: linear-gradient(to bottom, #f7dfa5, #f0c14b);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .45), 0 1px 2px rgba(0, 0, 0, .12);
  font-family: Arial, Helvetica, sans-serif;
  font-size: .86rem;
  font-weight: 700;
  line-height: 1.12;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 1px 0 rgba(255, 255, 255, .35);
  white-space: normal;
}

.tbk-product-action a::before {
  display: inline-block;
  width: 17px;
  height: 17px;
  flex: 0 0 17px;
  background: currentColor;
  content: "";
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M7 18c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2Zm10 0c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2ZM7.2 14.6h8.9c.8 0 1.5-.4 1.9-1.1L22 6.2 20.3 5 16.1 12H7.7L4.3 3H1v2h1.9l3.6 9.6L5.1 17H20v-2H8.4l.8-1.4Z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.tbk-product-action a:hover,
.tbk-product-action a:focus {
  color: #111111;
  border-color: #a88734 #9c7e31 #846a29;
  background: linear-gradient(to bottom, #f5d78e, #eeb933);
  text-decoration: none;
}

.tbk-product-action small {
  color: var(--tbk-muted);
  font-size: .74rem;
  font-weight: 700;
  line-height: 1.35;
  text-align: center;
}

.tbk-product-card.is-featured {
  border-color: #d4dfeb;
  box-shadow: 0 20px 52px rgba(31, 43, 67, .12);
}

.tbk-product-card {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 16px 18px;
  align-items: start;
}

.tbk-product-media {
  grid-column: 1;
  grid-row: 1;
  width: 100%;
  min-height: 0;
  aspect-ratio: 16 / 10;
}

.tbk-product-copy {
  grid-column: 2;
  grid-row: 1;
  display: block;
  padding: 2px 2px 68px;
}

.tbk-product-copy h3 {
  margin-bottom: 9px;
  font-size: 1.22rem;
}

.tbk-product-facts {
  display: none;
}

.tbk-product-pros-cons {
  display: contents;
}

.tbk-product-pros {
  grid-column: 1;
  grid-row: 2;
}

.tbk-product-cons {
  grid-column: 2;
  grid-row: 2;
}

.tbk-product-action {
  grid-column: 2;
  grid-row: 1;
  align-items: flex-start;
  align-self: end;
  padding: 0 2px;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.tbk-product-action a {
  width: min(100%, 260px);
  min-height: 48px;
  font-size: .9rem;
}

.tbk-product-action a:hover,
.tbk-product-action a:focus {
  color: #111111;
  border-color: #a88734 #9c7e31 #846a29;
  background: linear-gradient(to bottom, #f5d78e, #eeb933);
}

.tbk-product-action small {
  display: none;
}

.tbk-legal-page {
  --tbk-black: #050505;
  --tbk-body: #333333;
  --tbk-muted: #626262;
  --tbk-line: #d9dde8;
  --tbk-soft: #f5f5f5;
  --tbk-note: #fff5f1;
  --tbk-orange: #df6c4b;
  --tbk-blue: #2d365f;
  color: var(--tbk-black);
  font-family: Arial, Helvetica, sans-serif;
}

.tbk-legal-shell {
  display: grid;
  grid-template-columns: minmax(0, 760px) 320px;
  gap: 56px;
  align-items: start;
}

.tbk-legal-breadcrumbs {
  margin: 0 0 16px;
  color: var(--tbk-muted);
  font-size: .9rem;
  font-weight: 900;
}

.tbk-legal-breadcrumbs a {
  color: var(--tbk-orange);
  text-decoration: none;
}

.tbk-legal-hero {
  margin-bottom: 28px;
  padding-bottom: 28px;
  border-bottom: 1px solid var(--tbk-line);
}

.tbk-legal-kicker {
  display: block;
  margin: 0 0 12px;
  color: var(--tbk-orange);
  font-size: .78rem;
  font-weight: 950;
  letter-spacing: 0;
  line-height: 1;
  text-transform: uppercase;
}

.tbk-legal-hero h1 {
  max-width: 780px;
  margin: 0 0 14px;
  color: var(--tbk-black);
  font-size: clamp(2.25rem, 5vw, 4.8rem);
  font-weight: 950;
  line-height: .96;
}

.tbk-legal-deck {
  max-width: 720px;
  margin: 0;
  color: var(--tbk-body);
  font-size: 1.08rem;
  line-height: 1.55;
}

.tbk-legal-card {
  margin: 0 0 18px;
  padding: 22px 24px;
  border: 1px solid var(--tbk-line);
  border-radius: 6px;
  background: #ffffff;
  box-shadow: 0 10px 28px rgba(0, 0, 0, .05);
}

.tbk-legal-card.is-warning {
  border-left: 4px solid var(--tbk-orange);
  background: var(--tbk-note);
}

.tbk-legal-card h2 {
  margin: 0 0 12px;
  color: var(--tbk-black);
  font-size: 1.42rem;
  font-weight: 950;
  line-height: 1.15;
}

.tbk-legal-card h3 {
  margin: 18px 0 8px;
  color: var(--tbk-black);
  font-size: 1.05rem;
  font-weight: 950;
  line-height: 1.2;
}

.tbk-legal-card p,
.tbk-legal-card li {
  color: var(--tbk-body);
  font-size: .98rem;
  line-height: 1.6;
}

.tbk-legal-card p:last-child,
.tbk-legal-card ul:last-child {
  margin-bottom: 0;
}

.tbk-legal-card a {
  color: var(--tbk-orange);
  font-weight: 900;
}

.tbk-legal-list {
  margin: 0;
  padding-left: 20px;
}

.tbk-legal-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.tbk-legal-pill {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 7px 10px;
  border: 1px solid #dce2ef;
  border-radius: 4px;
  color: var(--tbk-blue);
  background: #fbfcff;
  font-size: .76rem;
  font-weight: 950;
  line-height: 1;
  text-transform: uppercase;
}

.tbk-legal-sidebar {
  position: sticky;
  top: 28px;
}

.tbk-legal-sidebar-card {
  margin: 0 0 18px;
  background: #f5f5f5;
}

.tbk-legal-sidebar-card h2 {
  margin: 0;
  padding: 12px 14px;
  color: #ffffff;
  background: var(--tbk-orange);
  font-size: 1rem;
  font-weight: 950;
  line-height: 1.1;
}

.tbk-legal-sidebar-card ul {
  margin: 0;
  padding: 0 14px;
  list-style: none;
}

.tbk-legal-sidebar-card li {
  border-bottom: 1px solid #dedede;
}

.tbk-legal-sidebar-card li:last-child {
  border-bottom: 0;
}

.tbk-legal-sidebar-card a,
.tbk-legal-sidebar-card span {
  display: block;
  padding: 13px 0;
  color: var(--tbk-black);
  font-size: .94rem;
  font-weight: 900;
  line-height: 1.25;
  text-decoration: none;
}

.tbk-legal-sidebar-card a:hover {
  color: var(--tbk-orange);
}

.tbk-legal-contact-box {
  padding: 18px;
  border-left: 4px solid var(--tbk-orange);
  background: var(--tbk-note);
}

.tbk-legal-contact-box strong {
  display: block;
  margin-bottom: 8px;
  color: var(--tbk-black);
  font-size: 1rem;
  font-weight: 950;
}

.tbk-legal-contact-box a {
  color: var(--tbk-orange);
  font-weight: 950;
}

.tbk-article-table-wrap {
  margin: 24px 0 28px;
  overflow-x: auto;
  border: 1px solid #d0dbeb;
}

.tbk-article-table {
  width: 100%;
  border-collapse: collapse;
}

.tbk-article-table th,
.tbk-article-table td {
  padding: 15px 16px;
  border: 1px solid #d0dbeb;
  color: var(--tbk-body);
  font-size: .97rem;
  line-height: 1.45;
  vertical-align: top;
  text-align: left;
}

.tbk-article-table th {
  color: var(--tbk-black);
  background: #edf1f7;
  font-weight: 950;
}

.tbk-article-list {
  margin: 12px 0 22px;
  padding-left: 21px;
}

.tbk-article-list li + li {
  margin-top: 8px;
}

.tbk-pro-con {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin: 22px 0 28px;
}

.tbk-pro-con__box {
  padding: 20px;
  border-radius: 6px;
  background: #f8fafc;
}

.tbk-pro-con__box h3 {
  margin-top: 0;
}

.tbk-pro-con__box ul {
  margin-bottom: 0;
}

.tbk-article-faq {
  margin: 18px 0 30px;
}

.tbk-article-faq details {
  padding: 16px 0;
  border-bottom: 1px solid var(--tbk-line);
}

.tbk-article-faq summary {
  color: var(--tbk-black);
  cursor: pointer;
  font-size: 1.05rem;
  font-weight: 950;
  line-height: 1.3;
}

.tbk-article-faq p {
  margin: 11px 0 0;
}

.tbk-author-bio {
  display: grid;
  grid-template-columns: 74px minmax(0, 1fr);
  gap: 17px;
  align-items: start;
  margin: 44px 0 0;
  padding: 22px 0;
  border-top: 1px solid var(--tbk-line);
  border-bottom: 1px solid var(--tbk-line);
  color: inherit;
  text-decoration: none;
}

.tbk-author-bio:hover,
.tbk-author-bio:focus {
  color: inherit;
  text-decoration: none;
}

.tbk-author-bio:hover h2,
.tbk-author-bio:focus h2 {
  color: var(--tbk-orange);
}

.tbk-author-bio .tbk-article-avatar {
  width: 74px;
  height: 74px;
  font-size: 2.55rem;
}

.tbk-author-bio h2 {
  margin: 0 0 7px;
  color: var(--tbk-black);
  font-size: 1.35rem;
  font-weight: 950;
  line-height: 1.15;
}

.tbk-author-bio p {
  margin: 0;
  color: var(--tbk-body);
  font-size: .97rem;
  line-height: 1.55;
}

.tbk-related-posts {
  margin: 44px 0 0;
}

.tbk-related-posts h2 {
  margin: 0 0 16px;
  color: var(--tbk-black);
  font-size: 1.55rem;
  font-weight: 950;
  line-height: 1.1;
}

.tbk-related-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.tbk-related-card {
  display: grid;
  grid-template-columns: 104px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  color: var(--tbk-black);
  text-decoration: none;
}

.tbk-related-card__image {
  aspect-ratio: 4 / 3;
  border-radius: 4px;
  background-color: var(--tbk-soft);
  background-size: cover;
  background-position: center;
}

.tbk-related-card span {
  display: block;
  margin-bottom: 6px;
  color: var(--tbk-orange);
  font-size: .72rem;
  font-weight: 950;
  line-height: 1;
  text-transform: uppercase;
}

.tbk-related-card strong {
  display: block;
  color: var(--tbk-black);
  font-size: .98rem;
  font-weight: 950;
  line-height: 1.16;
}

.tbk-article-sidebar {
  position: sticky;
  top: 92px;
}

.tbk-sidebar-widget {
  margin: 0 0 24px;
  padding: 0 0 18px;
  background: #f5f5f5;
}

.tbk-sidebar-widget h3 {
  margin: 0 0 12px;
  padding: 9px 12px;
  color: #ffffff;
  background: var(--tbk-orange);
  font-size: .94rem;
  font-weight: 950;
  line-height: 1.1;
}

.tbk-sidebar-widget ul {
  margin: 0;
  padding: 0 14px;
  list-style: none;
}

.tbk-sidebar-widget li + li {
  border-top: 1px solid #dddddd;
}

.tbk-sidebar-widget a {
  display: block;
  padding: 10px 0;
  color: var(--tbk-black);
  font-size: .95rem;
  font-weight: 850;
  line-height: 1.25;
  text-decoration: none;
}

.tbk-sidebar-recent {
  display: grid;
  gap: 14px;
  padding: 0 14px;
}

.tbk-sidebar-recent a {
  display: grid;
  grid-template-columns: 76px minmax(0, 1fr);
  gap: 11px;
  align-items: center;
  padding: 0;
}

.tbk-sidebar-recent__image {
  aspect-ratio: 1;
  border-radius: 4px;
  background-color: #e9e9e9;
  background-size: cover;
  background-position: center;
}

.tbk-sidebar-recent span {
  display: block;
  margin-bottom: 4px;
  color: var(--tbk-orange);
  font-size: .68rem;
  font-weight: 950;
  text-transform: uppercase;
}

.tbk-sidebar-recent strong {
  display: block;
  color: var(--tbk-black);
  font-size: .9rem;
  font-weight: 950;
  line-height: 1.15;
}

.tbk-back-top {
  display: inline-flex;
  margin-top: 28px;
  color: var(--tbk-blue);
  font-size: .86rem;
  font-weight: 950;
  text-decoration: none;
  text-transform: uppercase;
}

.tbk-magazine-home {
  --tbk-black: #050505;
  --tbk-body: #333333;
  --tbk-muted: #555555;
  --tbk-card: #ffffff;
  --tbk-bg: #ffffff;
  --tbk-soft: #f4f4f4;
  --tbk-shadow: 0 18px 38px rgba(0, 0, 0, .06);
  --tbk-orange: #df6c4b;
  --tbk-blue: #5369a8;
  color: var(--tbk-black);
  background: var(--tbk-bg);
  font-family: Arial, Helvetica, sans-serif;
}

.tbk-magazine-home * {
  box-sizing: border-box;
}

.tbk-news-layout {
  padding: 24px 0 10px;
}

.tbk-news-wrap {
  width: min(1792px, calc(100% - 96px));
  margin: 0 auto;
}

.tbk-news-grid {
  display: grid;
  grid-template-columns: 29.2% 40.4% 29.2%;
  gap: 22px;
  align-items: start;
}

.tbk-recent-column h2,
.tbk-recent-column .tbk-col-title,
.tbk-stories-column h2 {
  margin: 0 0 32px;
  color: var(--tbk-black);
  font-size: 2.2rem;
  line-height: 1;
  font-weight: 950;
  letter-spacing: .01em;
}

.tbk-mini-card,
.tbk-story-card,
.tbk-feature-card {
  overflow: hidden;
  border-radius: 14px;
  background: var(--tbk-card);
  box-shadow: var(--tbk-shadow);
}

.tbk-mini-card {
  display: grid;
  grid-template-columns: 38% 62%;
  min-height: 176px;
  margin-bottom: 31px;
}

.tbk-mini-card__image,
.tbk-story-card__image,
.tbk-feature-card__image {
  background-color: var(--tbk-soft);
  background-size: cover;
  background-position: center;
}

.tbk-img-drink {
  background-image: url("/wp-content/uploads/2025/07/Katzen-Bilder.webp");
}

.tbk-img-fountain {
  background-image: url("/wp-content/uploads/2025/07/Katzenklappe.webp");
}

.tbk-img-detail {
  background-image: url("/wp-content/uploads/2025/07/Katzenbuerste.webp");
  background-position: 58% center;
}

.tbk-img-topic-test {
  background-image: url("/wp-content/uploads/2025/07/Katzenklappe.webp");
}

.tbk-img-topic-keramik {
  background-image: url("/wp-content/uploads/2025/07/Katzen-Bilder-1.webp");
}

.tbk-img-topic-edelstahl {
  background-image: url("/wp-content/uploads/2025/07/Katzenspielzeug.webp");
}

.tbk-img-topic-kabellos {
  background-image: url("/wp-content/uploads/2025/07/Katzen-Bilder-1.webp");
}

.tbk-img-topic-ohne-strom {
  background-image: url("/wp-content/uploads/2025/07/Trinkbrunnen-Katzen.webp");
}

.tbk-img-topic-reinigen {
  background-image: url("/wp-content/uploads/2025/07/Kuehlmatte-Katze.webp");
}

.tbk-img-topic-kaufen {
  background-image: url("/wp-content/uploads/2025/07/Transportbox-Katze.webp");
}

.tbk-img-topic-marken {
  background-image: url("/wp-content/uploads/2025/07/Katzen-Bilder.webp");
}

.tbk-img-topic-leise {
  background-image: url("/wp-content/uploads/2025/07/Katzenstreu.webp");
}

.tbk-img-home-akku-bengal {
  background-image: url("/wp-content/uploads/2025/07/Katzen-Bilder.webp");
}

.tbk-img-home-akku-grau {
  background-image: url("/wp-content/uploads/2025/07/Katzenfutter-1.webp");
}

.tbk-img-home-rund-bengal {
  background-image: url("/wp-content/uploads/2025/07/GPS-Tracker-Katze.webp");
}

.tbk-img-home-rund-ragdoll {
  background-image: url("/wp-content/uploads/2025/07/Kratzbaeume-britisch-kurzhaar.webp");
}

.tbk-img-home-petlibro-bengal {
  background-image: url("/wp-content/uploads/2025/07/Katzen-Bilder.webp");
}

.tbk-img-home-petlibro-ragdoll {
  background-image: url("/wp-content/uploads/2025/07/Transportbox-Katze.webp");
}

.tbk-img-home-edelstahl-bengal {
  background-image: url("/wp-content/uploads/2025/07/Warum-die-Britische-Kurzhaar.webp");
}

.tbk-img-home-edelstahl-ragdoll {
  background-image: url("/wp-content/uploads/2025/07/Katzenfutter.webp");
}

.tbk-img-home-petlibro-weiss-bengal {
  background-image: url("/wp-content/uploads/2025/07/Katzen-Bilder.webp");
}

.tbk-img-home-keramik-creme {
  background-image: url("/wp-content/uploads/2025/07/Kratzbaeume-britisch-kurzhaar.webp");
}

.tbk-img-home-keramik-tabby {
  background-image: url("/wp-content/uploads/2025/07/Warum-die-Britische-Kurzhaar.webp");
}

.tbk-img-home-edelstahl-led-orange {
  background-image: url("/wp-content/uploads/2025/07/Katzenbett.webp");
}

.tbk-img-home-edelstahl-led-schwarzweiss {
  background-image: url("/wp-content/uploads/2025/07/Katzenbett.webp");
}

.tbk-img-home-transparent-orange {
  background-image: url("/wp-content/uploads/2025/07/Katzenfutter-1.webp");
}

.tbk-img-home-wasserspender-ragdoll {
  background-image: url("/wp-content/uploads/2025/07/Trinkbrunnen-fuer-Katzen.webp");
}

.tbk-img-home-keramik-kuppel-ragdoll {
  background-image: url("/wp-content/uploads/2025/07/Warum-die-Britische-Kurzhaar.webp");
}

.tbk-img-home-edelstahl-display-ragdoll {
  background-image: url("/wp-content/uploads/2025/07/Katzenbett.webp");
}

.tbk-img-home-kabellos-keramik-ragdoll {
  background-image: url("/wp-content/uploads/2025/07/Katzenfutter-1.webp");
}

.tbk-img-home-wasserspender-tabby {
  background-image: url("/wp-content/uploads/2025/07/Katzen-Bilder-1.webp");
}

.tbk-img-home-petkit-ragdoll {
  background-image: url("/wp-content/uploads/2025/07/Katzen-Bilder-1.webp");
}

.tbk-mini-card__body {
  padding: 24px 18px;
}

.tbk-mini-card__body span,
.tbk-story-card__body span,
.tbk-feature-card__body span {
  display: block;
  margin-bottom: 11px;
  color: #333333;
  font-size: .9rem;
  font-weight: 950;
  line-height: 1;
}

.tbk-mini-card h3,
.tbk-mini-card .tbk-mini-card__title {
  margin: 0;
  color: var(--tbk-black);
  font-size: 1.13rem;
  line-height: 1.08;
  font-weight: 950;
}

.tbk-author {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-top: 20px;
  color: inherit;
  text-decoration: none;
}

.tbk-author:hover,
.tbk-author:focus {
  color: inherit;
  text-decoration: none;
}

.tbk-author:hover p,
.tbk-author:focus p {
  color: var(--tbk-orange);
}

.tbk-author i {
  box-sizing: border-box;
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  overflow: hidden;
  border: 2px solid #fff3ee;
  border-radius: 50%;
  color: transparent;
  background-color: #702632;
  background-image: url("/wp-content/uploads/2026/05/britisch-kurzhaar-autor.webp");
  background-size: cover;
  background-position: center 22%;
  box-shadow: 0 6px 16px rgba(112, 38, 50, .16);
  font-size: 0;
  font-style: normal;
  font-weight: 950;
  text-indent: -999px;
}

.tbk-author p {
  margin: 0;
  color: #111111;
  font-size: .94rem;
  line-height: 1.18;
}

.tbk-feature-card {
  position: relative;
  min-height: 668px;
}

.tbk-feature-card__image {
  display: block;
  overflow: hidden;
  height: 328px;
  margin: 0;
  border-radius: 14px 14px 0 0;
  background-position: center 46%;
}

.tbk-feature-card__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 46%;
}

.tbk-feature-badge {
  position: absolute;
  top: 328px;
  left: 0;
  min-width: 248px;
  height: 45px;
  padding: 10px 24px;
  border-radius: 0 8px 8px 0;
  color: #ffffff;
  background: var(--tbk-orange);
  font-size: 1.18rem;
  font-weight: 950;
  line-height: 1.25;
  transform: translateY(-50%);
}

.tbk-feature-card__body {
  padding: 66px 33px 42px;
}

.tbk-feature-card h1 {
  max-width: 650px;
  margin: 0;
  color: var(--tbk-black);
  font-size: 1.9rem;
  line-height: 1.12;
  font-weight: 950;
  letter-spacing: 0;
}

.tbk-feature-card p {
  max-width: 690px;
  margin: 14px 0 0;
  color: var(--tbk-body);
  font-size: .98rem;
  line-height: 1.5;
}

.tbk-author--large {
  margin-top: 20px;
}

.tbk-dots {
  position: absolute;
  right: 36px;
  bottom: 22px;
  display: flex;
  gap: 10px;
}

.tbk-dots b {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #d8dbea;
}

.tbk-dots b:first-child {
  background: var(--tbk-blue);
}

.tbk-story-card {
  display: grid;
  grid-template-columns: 56% 44%;
  min-height: 286px;
  margin-bottom: 30px;
}

.tbk-story-card__body {
  padding: 24px 18px;
}

.tbk-story-card h3 {
  margin: 0;
  color: var(--tbk-black);
  font-size: 1.16rem;
  line-height: 1.08;
  font-weight: 950;
}

.tbk-author-panel {
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr);
  gap: 24px;
  align-items: center;
  width: min(820px, 100%);
  margin: 44px auto 0;
  padding: 24px 28px;
  border-radius: 14px;
  background: linear-gradient(rgba(15, 18, 25, .66), rgba(15, 18, 25, .66)),
    url("/wp-content/uploads/2026/05/Mawi-Gismo-katzen-trinkbrunnen.webp") center / cover no-repeat;
  box-shadow: var(--tbk-shadow);
  color: inherit;
  text-decoration: none;
}

.tbk-author-panel:hover,
.tbk-author-panel:focus {
  color: inherit;
  text-decoration: none;
  box-shadow: 0 20px 44px rgba(0, 0, 0, .1);
}

.tbk-author-panel:hover .tbk-author-panel__body h2,
.tbk-author-panel:focus .tbk-author-panel__body h2 {
  color: var(--tbk-orange);
}

.tbk-author-panel__avatar {
  position: relative;
  display: grid;
  place-items: center;
  width: 96px;
  height: 96px;
  overflow: hidden;
  border-radius: 50%;
  border: 4px solid #fff3ee;
  color: #fff6ef;
  background: #702632;
  box-shadow: 0 10px 24px rgba(112, 38, 50, .18);
  font-size: 3.9rem;
  font-weight: 950;
  line-height: 1;
}

.tbk-author-panel__avatar::before {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background-image: url("/wp-content/uploads/2026/05/britisch-kurzhaar-autor.webp");
  background-size: cover;
  background-position: center 22%;
  content: "";
}

.tbk-author-panel__avatar span {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.tbk-author-panel__body span {
  display: block;
  margin-bottom: 9px;
  color: var(--tbk-orange);
  font-size: .82rem;
  font-weight: 950;
  line-height: 1;
  text-transform: uppercase;
}

.tbk-author-panel__body h2 {
  margin: 0;
  color: var(--tbk-black);
  font-size: 1.72rem;
  line-height: 1.05;
  font-weight: 950;
}

.tbk-author-panel__body p {
  margin: 10px 0 0;
  color: var(--tbk-body);
  font-size: .98rem;
  line-height: 1.48;
}

.tbk-dont-miss {
  display: grid;
  grid-template-columns: 245px minmax(0, 1fr);
  gap: 0;
  align-items: stretch;
  margin-top: 58px;
}

.tbk-dont-miss h2 {
  margin: 0;
  color: #2f2f31;
  font-size: 3rem;
  line-height: 1.22;
  font-weight: 950;
  letter-spacing: .01em;
}

.tbk-dont-miss ol {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.tbk-dont-miss li {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr);
  gap: 18px;
  min-height: 116px;
  padding: 10px 26px 10px 21px;
  border-left: 1px solid #d9dde8;
}

.tbk-dont-miss strong {
  color: var(--tbk-orange);
  font-size: 3rem;
  line-height: .95;
  font-weight: 950;
}

.tbk-dont-miss a {
  align-self: start;
  color: #333333;
  font-size: 1.32rem;
  line-height: 1.04;
  font-weight: 950;
  text-decoration: none;
}

.tbk-dont-miss a:hover {
  color: var(--tbk-orange);
}

.tbk-picks-section,
.tbk-category-section {
  margin-top: 72px;
}

.tbk-category-section {
  width: min(1248px, 100%);
  margin-right: auto;
  margin-left: auto;
}

.tbk-section-heading {
  max-width: 820px;
  margin-bottom: 32px;
}

.tbk-section-heading span {
  display: block;
  margin-bottom: 12px;
  color: var(--tbk-orange);
  font-size: .9rem;
  line-height: 1;
  font-weight: 950;
  text-transform: uppercase;
}

.tbk-section-heading h2 {
  margin: 0;
  color: var(--tbk-black);
  font-size: 3rem;
  line-height: 1.02;
  font-weight: 950;
}

.tbk-section-heading p {
  max-width: 680px;
  margin: 14px 0 0;
  color: var(--tbk-body);
  font-size: 1rem;
  line-height: 1.48;
}

.tbk-section-heading--compact {
  margin-bottom: 22px;
}

.tbk-section-heading--compact h2 {
  font-size: 2.05rem;
}

.tbk-picks-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}

.tbk-pick-card,
.tbk-category-card {
  overflow: hidden;
  border-radius: 14px;
  background: var(--tbk-card);
  box-shadow: var(--tbk-shadow);
}

.tbk-pick-card {
  display: flex;
  flex-direction: column;
  min-height: 500px;
}

.tbk-pick-card__image {
  height: 194px;
  background-color: var(--tbk-soft);
  background-size: cover;
  background-position: center;
}

.tbk-pick-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 24px 22px 22px;
}

.tbk-pick-card__meta {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 14px;
}

.tbk-pick-card__rank {
  color: var(--tbk-orange);
  font-size: 3rem;
  line-height: .9;
  font-weight: 950;
}

.tbk-pick-card__meta span:last-child,
.tbk-category-card span {
  color: #333333;
  font-size: .86rem;
  font-weight: 950;
  line-height: 1;
  text-transform: uppercase;
}

.tbk-pick-card h3,
.tbk-category-card h3 {
  margin: 0;
  color: var(--tbk-black);
  line-height: 1.08;
  font-weight: 950;
}

.tbk-pick-card h3 {
  font-size: 1.28rem;
}

.tbk-category-card h3 {
  font-size: 1.42rem;
}

.tbk-pick-card p,
.tbk-category-card p {
  margin: 14px 0 0;
  color: var(--tbk-body);
  font-size: .96rem;
  line-height: 1.45;
}

.tbk-pick-list {
  display: grid;
  gap: 9px;
  margin: 18px 0 22px;
  padding: 0;
  list-style: none;
}

.tbk-pick-list li {
  position: relative;
  padding-left: 18px;
  color: #333333;
  font-size: .95rem;
  line-height: 1.3;
}

.tbk-pick-list li::before {
  position: absolute;
  top: .55em;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--tbk-orange);
  content: "";
}

.tbk-card-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: flex-start;
  min-height: 43px;
  margin-top: auto;
  padding: 10px 18px;
  border-radius: 8px;
  color: #ffffff;
  background: var(--tbk-blue);
  font-size: .92rem;
  font-weight: 950;
  line-height: 1.15;
  text-decoration: none;
}

.tbk-card-link:hover {
  color: #ffffff;
  background: var(--tbk-orange);
}

.tbk-category-feature-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(0, 1fr);
  gap: 30px;
  align-items: stretch;
}

.tbk-category-feature-main,
.tbk-category-feature-small,
.tbk-more-card {
  overflow: hidden;
  border-radius: 14px;
  color: inherit;
  background: #ffffff;
  box-shadow: var(--tbk-shadow);
  text-decoration: none;
}

.tbk-category-feature-main:hover,
.tbk-category-feature-small:hover,
.tbk-more-card:hover {
  color: inherit;
  transform: translateY(-1px);
}

.tbk-category-feature-main {
  display: flex;
  flex-direction: column;
  min-height: 586px;
}

.tbk-category-feature-main__image {
  height: 326px;
  background-color: var(--tbk-soft);
  background-size: cover;
  background-position: center;
}

.tbk-category-feature-main__body {
  padding: 34px 34px 30px;
}

.tbk-category-feature-main__body span,
.tbk-category-feature-small__body span,
.tbk-more-card span {
  display: block;
  margin-bottom: 14px;
  color: #333333;
  font-size: .92rem;
  font-weight: 950;
  line-height: 1.05;
  text-transform: uppercase;
}

.tbk-category-feature-main__body h3 {
  max-width: 590px;
  margin: 0;
  color: var(--tbk-black);
  font-size: 2rem;
  line-height: 1.08;
  font-weight: 950;
}

.tbk-category-feature-main__body p {
  max-width: 610px;
  margin: 16px 0 0;
  color: var(--tbk-body);
  font-size: 1rem;
  line-height: 1.48;
}

.tbk-category-feature-side {
  display: grid;
  gap: 30px;
}

.tbk-category-feature-small {
  display: grid;
  grid-template-columns: 31% 69%;
  min-height: 176px;
}

.tbk-category-feature-small__image {
  min-height: 176px;
  background-color: var(--tbk-soft);
  background-size: cover;
  background-position: center;
}

.tbk-category-feature-small__body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  padding: 24px 28px;
}

.tbk-category-feature-small__body h3 {
  margin: 0;
  color: var(--tbk-black);
  font-size: 1.34rem;
  line-height: 1.08;
  font-weight: 950;
}

.tbk-more-guides {
  margin-top: 54px;
}

.tbk-more-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
}

.tbk-more-card {
  min-height: 154px;
  padding: 0;
}

.tbk-more-card__image {
  height: 118px;
  background-color: var(--tbk-soft);
  background-size: cover;
  background-position: center;
}

.tbk-more-card__body {
  padding: 18px 20px 20px;
}

.tbk-more-card span {
  color: var(--tbk-orange);
  font-size: .78rem;
}

.tbk-more-card h3 {
  margin: 0;
  color: var(--tbk-black);
  font-size: 1.08rem;
  line-height: 1.08;
  font-weight: 950;
}

.tbk-category-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.tbk-category-grid--nine {
  gap: 30px 22px;
}

.tbk-category-list {
  display: grid;
  gap: 30px;
  width: min(920px, 100%);
}

.tbk-category-row {
  display: grid;
  grid-template-columns: 37% 63%;
  min-height: 194px;
  overflow: hidden;
  border-radius: 14px;
  color: inherit;
  background: #ffffff;
  box-shadow: var(--tbk-shadow);
  text-decoration: none;
}

.tbk-category-row:hover {
  color: inherit;
  transform: translateY(-1px);
}

.tbk-category-row__image {
  min-height: 194px;
  background-color: var(--tbk-soft);
  background-size: cover;
  background-position: center;
}

.tbk-category-row__body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 30px 32px;
}

.tbk-category-row__body span {
  display: block;
  margin-bottom: 14px;
  color: #333333;
  font-size: 1rem;
  font-weight: 950;
  line-height: 1.05;
  text-transform: uppercase;
}

.tbk-category-row__body h3 {
  margin: 0;
  color: var(--tbk-black);
  font-size: 1.58rem;
  line-height: 1.08;
  font-weight: 950;
}

.tbk-category-author {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-top: 22px;
}

.tbk-category-author i {
  box-sizing: border-box;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  overflow: hidden;
  border: 2px solid #fff3ee;
  border-radius: 50%;
  color: transparent;
  background-color: #702632;
  background-image: url("/wp-content/uploads/2026/05/britisch-kurzhaar-autor.webp");
  background-size: cover;
  background-position: center 22%;
  box-shadow: 0 6px 16px rgba(112, 38, 50, .16);
  font-size: 0;
  font-style: normal;
  font-weight: 950;
  text-indent: -999px;
}

.tbk-category-author p {
  margin: 0;
  color: #111111;
  font-size: 1rem;
  line-height: 1.16;
}

.tbk-category-card {
  display: flex;
  flex-direction: column;
  min-height: 250px;
  padding: 26px;
}

.tbk-category-card span {
  display: block;
  margin-bottom: 14px;
  color: var(--tbk-orange);
}

.tbk-category-card .tbk-card-link {
  min-height: 39px;
  padding: 9px 15px;
}

.tbk-category-card--media {
  display: grid;
  grid-template-columns: 38% 62%;
  min-height: 182px;
  padding: 0;
  color: inherit;
  text-decoration: none;
}

.tbk-category-card--media:hover {
  color: inherit;
  transform: translateY(-1px);
}

.tbk-category-card__image {
  min-height: 182px;
  background-color: var(--tbk-soft);
  background-size: cover;
  background-position: center;
}

.tbk-category-card__body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  padding: 22px 18px;
}

.tbk-category-card--media span {
  margin-bottom: 12px;
  color: #333333;
  font-size: .86rem;
}

.tbk-category-card--media h3 {
  font-size: 1.08rem;
  line-height: 1.08;
}

.tbk-category-card--media .tbk-category-author {
  gap: 9px;
  margin-top: 16px;
}

.tbk-category-card--media .tbk-category-author i {
  width: 32px;
  height: 32px;
  flex-basis: 32px;
  font-size: .68rem;
}

.tbk-category-card--media .tbk-category-author p {
  font-size: .86rem;
}

@media (max-width: 1099.98px) {
  .tbk-article-shell {
    grid-template-columns: minmax(0, 1fr);
    gap: 40px;
  }

  .tbk-article-sidebar {
    position: static;
  }

  .tbk-news-wrap {
    width: min(1240px, calc(100% - 44px));
  }

  .tbk-news-grid {
    grid-template-columns: 1fr;
  }

  .tbk-recent-column,
  .tbk-stories-column {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
  }

  .tbk-recent-column h2,
  .tbk-recent-column .tbk-col-title,
  .tbk-stories-column h2 {
    grid-column: 1 / -1;
    margin-bottom: 0;
  }

  .tbk-mini-card,
  .tbk-story-card {
    grid-template-columns: 1fr;
    margin-bottom: 0;
  }

  .tbk-mini-card__image,
  .tbk-story-card__image {
    min-height: 190px;
  }

  .tbk-picks-grid,
  .tbk-category-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tbk-category-feature-grid {
    grid-template-columns: 1fr;
  }

  .tbk-category-feature-main {
    min-height: auto;
  }

  .tbk-category-feature-side,
  .tbk-more-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 991.98px) {
  body.home {
    overflow-x: hidden;
  }

  .tbk-news-grid {
    display: flex;
    flex-direction: column;
    gap: 0;
  }

  .tbk-top-column {
    order: 1;
    margin-bottom: 30px;
  }

  .tbk-recent-column,
  .tbk-stories-column {
    display: block;
  }

  .tbk-recent-column {
    order: 2;
    margin-bottom: 30px;
  }

  .tbk-stories-column {
    order: 3;
  }

  .tbk-mini-card,
  .tbk-story-card {
    display: flex;
    align-items: stretch;
    min-height: 148px;
    margin: 0 0 16px;
  }

  .tbk-mini-card__image,
  .tbk-story-card__image {
    flex: 0 0 155px;
    min-height: auto;
  }

  .tbk-dont-miss,
  .tbk-dont-miss ol {
    grid-template-columns: 1fr;
  }

  .tbk-dont-miss {
    gap: 18px;
  }

  .tbk-dont-miss li {
    border-left: 0;
    border-top: 1px solid #d9dde8;
  }

  .tbk-picks-section,
  .tbk-category-section {
    margin-top: 52px;
  }

  .tbk-product-card {
    grid-template-columns: 180px minmax(0, 1fr);
  }

  .tbk-product-action {
    grid-column: 1 / -1;
    grid-row: auto;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }

  .tbk-product-pros-cons {
    grid-row: auto;
  }

  .tbk-product-action a {
    min-width: 220px;
  }
}

@media (max-width: 767.98px) {
  body:is(.page-id-22, .page-id-23, .page-id-24, .page-id-25, .page-id-26, .page-id-27, .page-id-53, .page-id-54, .page-id-55) #container-content-page {
    width: min(100% - 30px, 1120px);
  }

  body:is(.page-id-22, .page-id-23, .page-id-24, .page-id-25, .page-id-26, .page-id-27, .page-id-53, .page-id-54, .page-id-55) #container-content-page > .row > .col-md-10 {
    padding-top: 36px !important;
    padding-bottom: 58px !important;
  }

  .tbk-lp h1 {
    font-size: 2rem;
  }

  .tbk-lp h1 + p {
    font-size: .98rem;
  }

  .tbk-lp h2 {
    margin-top: 32px;
    padding-top: 22px;
    font-size: 1.38rem;
  }

  .tbk-lp h2 + p {
    font-size: .96rem;
  }

  .tbk-lp__table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }

  .tbk-lp__links {
    display: grid;
    grid-template-columns: 1fr;
  }

  .tbk-lp__links li a {
    width: 100%;
  }

  .tbk-article-header h1 {
    font-size: 2.05rem;
  }

  .tbk-article-deck {
    font-size: 1rem;
  }

  .tbk-article-meta-row {
    align-items: stretch;
    flex-direction: column;
    gap: 12px;
  }

  .tbk-article-meta-row:first-child {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .tbk-article-meta-item {
    align-items: flex-start;
    flex-direction: column;
    gap: 3px;
    width: 100%;
    padding: 10px 11px;
    border-radius: 7px;
  }

  .tbk-article-author-card {
    align-items: flex-start;
    flex: none;
    width: 100%;
    padding-top: 2px;
  }

  .tbk-article-author-copy p {
    font-size: .84rem;
    line-height: 1.42;
  }

  .tbk-article-share {
    justify-content: flex-start;
    width: 100%;
    padding: 9px 10px;
    border-radius: 18px;
  }

  .tbk-article-share > span {
    min-width: 43px;
  }

  .tbk-article-content h2,
  .tbk-article-section h2 {
    margin-top: 34px;
    padding-top: 22px;
    font-size: 1.48rem;
  }

  .tbk-stat-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tbk-product-info-grid {
    grid-template-columns: 1fr;
  }

  .tbk-review-block__panel {
    grid-template-columns: 96px minmax(0, 1fr);
    gap: 14px;
    padding: 14px;
  }

  .tbk-review-block__image {
    grid-column: 1;
    grid-row: 1;
  }

  .tbk-review-block__text {
    grid-column: 2;
    grid-row: 1;
  }

  .tbk-review-score,
  .tbk-review-block__action {
    grid-column: 1 / -1;
  }

  .tbk-review-score {
    grid-row: 2;
  }

  .tbk-review-block__action {
    grid-row: 3;
  }

  .tbk-product-card {
    grid-template-columns: 96px minmax(0, 1fr);
    gap: 14px;
    min-height: 0;
  }

  .tbk-product-media {
    min-height: 136px;
  }

  .tbk-product-copy {
    padding: 14px 14px 14px 0;
  }

  .tbk-product-action {
    grid-column: 1 / -1;
    padding: 0 14px 14px;
  }

  .tbk-product-action small {
    text-align: left;
  }

  .tbk-legal-shell {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .tbk-legal-sidebar {
    position: static;
  }

  .tbk-pro-con,
  .tbk-related-grid {
    grid-template-columns: 1fr;
  }

  .tbk-author-bio {
    grid-template-columns: 58px minmax(0, 1fr);
  }

  .tbk-author-bio .tbk-article-avatar {
    width: 58px;
    height: 58px;
    font-size: 2rem;
  }

  .tbk-news-wrap {
    width: min(100% - 30px, 1240px);
  }

  .tbk-news-layout {
    padding-top: 16px;
  }

  .tbk-top-column,
  .tbk-recent-column {
    margin-bottom: 16px;
  }

  .tbk-recent-column h2,
  .tbk-recent-column .tbk-col-title,
  .tbk-stories-column h2 {
    margin-bottom: 18px;
    font-size: 2rem;
  }

  .tbk-feature-card {
    min-height: auto;
  }

  .tbk-feature-card__image {
    height: clamp(178px, 44vw, 230px);
  }

  .tbk-feature-badge {
    top: clamp(178px, 44vw, 230px);
    display: flex;
    align-items: center;
    min-width: 0;
    height: auto;
    padding: 8px 12px;
    gap: 4px;
    font-size: .88rem;
  }

  .tbk-feature-card__body {
    padding: 32px 24px 26px;
  }

  .tbk-feature-card h1 {
    font-size: 1.35rem;
  }

  .tbk-feature-card p {
    display: none;
  }

  .tbk-author-panel {
    align-items: start;
    grid-template-columns: 64px minmax(0, 1fr);
    gap: 14px;
    margin-top: 22px;
    padding: 18px;
  }

  .tbk-author-panel__avatar {
    width: 64px;
    height: 64px;
  }

  .tbk-author-panel__body span {
    margin-bottom: 7px;
    font-size: .72rem;
  }

  .tbk-author-panel__body h2 {
    font-size: 1.18rem;
  }

  .tbk-author-panel__body p {
    margin-top: 7px;
    font-size: .86rem;
    line-height: 1.35;
  }

  .tbk-dots {
    right: 24px;
    bottom: 18px;
  }

  .tbk-dots b {
    width: 12px;
    height: 12px;
  }

  .tbk-mini-card,
  .tbk-story-card {
    min-height: 128px;
  }

  .tbk-mini-card__image,
  .tbk-story-card__image {
    flex-basis: 115px;
  }

  .tbk-mini-card__body,
  .tbk-story-card__body {
    padding: 14px 20px 16px 15px;
  }

  .tbk-mini-card__body span,
  .tbk-story-card__body span,
  .tbk-feature-card__body span {
    margin-bottom: 10px;
    font-size: .75rem;
  }

  .tbk-mini-card h3,
  .tbk-mini-card .tbk-mini-card__title,
  .tbk-story-card h3 {
    margin-bottom: 10px;
    font-size: .9rem;
    line-height: 1.12;
  }

  .tbk-author {
    gap: 6px;
    margin-top: 0;
  }

  .tbk-author i {
    width: 24px;
    height: 24px;
    flex-basis: 24px;
    font-size: .6rem;
  }

  .tbk-author p {
    font-size: .75rem;
  }

  .tbk-author--large {
    margin-top: 14px;
  }

  .tbk-author--large i {
    width: 34px;
    height: 34px;
    flex-basis: 34px;
    font-size: .72rem;
  }

  .tbk-author--large p {
    font-size: .9rem;
  }

  .tbk-dont-miss {
    margin-top: 34px;
    gap: 8px;
  }

  .tbk-dont-miss h2 {
    margin-bottom: 12px;
    font-size: 0;
    line-height: 1;
    text-align: center;
  }

  .tbk-dont-miss h2::before {
    content: "DON'T MISS";
    color: #2f2f31;
    font-size: 2.35rem;
    line-height: 1.05;
    font-weight: 950;
    letter-spacing: .01em;
  }

  .tbk-section-heading {
    margin-bottom: 18px;
  }

  .tbk-section-heading h2 {
    font-size: 2rem;
  }

  .tbk-section-heading--compact h2 {
    font-size: 1.55rem;
  }

  .tbk-section-heading p {
    font-size: .95rem;
  }

  .tbk-picks-grid,
  .tbk-category-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .tbk-category-list {
    gap: 16px;
  }

  .tbk-pick-card {
    display: flex;
    flex-direction: row;
    min-height: 148px;
  }

  .tbk-pick-card__image {
    flex: 0 0 115px;
    height: auto;
  }

  .tbk-pick-card__body {
    padding: 14px 20px 16px 15px;
  }

  .tbk-pick-card__meta {
    gap: 8px;
    margin-bottom: 9px;
  }

  .tbk-pick-card__rank {
    font-size: 2rem;
  }

  .tbk-pick-card h3 {
    font-size: 1rem;
  }

  .tbk-pick-card p,
  .tbk-pick-list {
    display: none;
  }

  .tbk-card-link {
    min-height: 35px;
    margin-top: 12px;
    padding: 8px 12px;
    font-size: .78rem;
  }

  .tbk-category-feature-grid,
  .tbk-category-feature-side,
  .tbk-more-grid {
    gap: 16px;
  }

  .tbk-category-feature-side {
    grid-template-columns: 1fr;
  }

  .tbk-category-feature-main,
  .tbk-category-feature-small {
    display: grid;
    grid-template-columns: 115px minmax(0, 1fr);
    min-height: 128px;
  }

  .tbk-category-feature-main__image,
  .tbk-category-feature-small__image {
    height: auto;
    min-height: 128px;
  }

  .tbk-category-feature-main__body,
  .tbk-category-feature-small__body {
    padding: 14px 20px 16px 15px;
  }

  .tbk-category-feature-main__body span,
  .tbk-category-feature-small__body span {
    margin-bottom: 10px;
    font-size: .75rem;
  }

  .tbk-category-feature-main__body h3,
  .tbk-category-feature-small__body h3 {
    font-size: .98rem;
  }

  .tbk-category-feature-main__body p {
    display: none;
  }

  .tbk-more-guides {
    margin-top: 38px;
  }

  .tbk-more-grid {
    grid-template-columns: 1fr;
  }

  .tbk-more-card {
    min-height: auto;
  }

  .tbk-more-card__image {
    height: 128px;
  }

  .tbk-category-card {
    min-height: auto;
    padding: 20px;
  }

  .tbk-category-card h3 {
    font-size: 1.18rem;
  }

  .tbk-category-card--media {
    grid-template-columns: 115px minmax(0, 1fr);
    min-height: 128px;
    padding: 0;
  }

  .tbk-category-card__image {
    min-height: 128px;
  }

  .tbk-category-card__body {
    padding: 14px 20px 16px 15px;
  }

  .tbk-category-card--media span {
    margin-bottom: 10px;
    font-size: .75rem;
  }

  .tbk-category-card--media h3 {
    font-size: .98rem;
  }

  .tbk-category-card--media .tbk-category-author {
    gap: 6px;
    margin-top: 12px;
  }

  .tbk-category-card--media .tbk-category-author i {
    width: 24px;
    height: 24px;
    flex-basis: 24px;
    font-size: .6rem;
  }

  .tbk-category-card--media .tbk-category-author p {
    font-size: .75rem;
  }

  .tbk-category-row {
    grid-template-columns: 115px minmax(0, 1fr);
    min-height: 128px;
  }

  .tbk-category-row__image {
    min-height: 128px;
  }

  .tbk-category-row__body {
    padding: 14px 20px 16px 15px;
  }

  .tbk-category-row__body span {
    margin-bottom: 10px;
    font-size: .75rem;
  }

  .tbk-category-row__body h3 {
    font-size: .98rem;
  }

  .tbk-category-author {
    gap: 6px;
    margin-top: 12px;
  }

  .tbk-category-author i {
    width: 24px;
    height: 24px;
    flex-basis: 24px;
    font-size: .6rem;
  }

  .tbk-category-author p {
    font-size: .75rem;
  }
}

@media (max-width: 575.98px) {
  .tbk-article-shell {
    gap: 34px;
  }

  .tbk-article-disclosure {
    padding: 13px 14px;
  }

  .tbk-stat-grid {
    grid-template-columns: 1fr;
  }

  .tbk-product-card {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 52px 16px 16px;
    border-radius: 18px;
  }

  .tbk-product-media {
    grid-column: auto;
    grid-row: 1;
    min-height: 205px;
  }

  .tbk-product-media::before {
    inset: 0;
    height: auto;
    border: 0;
    border-radius: 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, .06), rgba(5, 12, 28, .18));
  }

  .tbk-product-media::after {
    display: none;
  }

  .tbk-product-copy {
    grid-column: auto;
    grid-row: 4;
    padding: 0;
  }

  .tbk-product-eyebrow {
    min-height: 36px;
    max-width: calc(100% - 28px);
    padding: 10px 14px 9px 16px;
    font-size: .7rem;
  }

  .tbk-product-copy h3 {
    font-size: 1.2rem;
  }

  .tbk-product-action {
    grid-column: auto;
    grid-row: 5;
    flex-direction: column;
    align-items: stretch;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
  }

  .tbk-product-action a {
    width: 100%;
    min-width: 0;
  }

  .tbk-product-pros-cons {
    grid-column: auto;
    grid-row: auto;
    grid-template-columns: 1fr;
  }

  .tbk-product-pros {
    grid-column: auto;
    grid-row: 2;
  }

  .tbk-product-cons {
    grid-column: auto;
    grid-row: 3;
  }

  .tbk-legal-hero h1 {
    font-size: 2.15rem;
  }

  .tbk-legal-card {
    padding: 18px 16px;
  }

  .tbk-related-card {
    grid-template-columns: 88px minmax(0, 1fr);
  }

  .tbk-news-wrap {
    width: min(100% - 16px, 1240px);
  }

  .tbk-news-layout {
    padding-top: 18px;
  }

  .tbk-recent-column h2,
  .tbk-recent-column .tbk-col-title,
  .tbk-stories-column h2 {
    font-size: 1.85rem;
  }

  .tbk-feature-card {
    min-height: auto;
  }

  .tbk-feature-card__image {
    height: clamp(170px, 44vw, 210px);
  }

  .tbk-feature-badge {
    top: clamp(170px, 44vw, 210px);
    min-width: 0;
    font-size: .88rem;
  }

  .tbk-feature-card__body {
    padding: 32px 20px 26px;
  }

  .tbk-feature-card h1 {
    font-size: 1.3rem;
  }

  .tbk-dont-miss h2::before {
    font-size: 2.35rem;
  }

  .tbk-dont-miss li {
    grid-template-columns: 50px 1fr;
    padding: 18px 0;
  }

  .tbk-dont-miss strong {
    font-size: 2.25rem;
  }

  .tbk-dont-miss a {
    font-size: 1.1rem;
  }
}

/* AAWP-style affiliate product boxes */
.tbk-product-list {
  gap: 18px;
}

.tbk-product-card,
.tbk-product-card.is-featured {
  display: grid;
  grid-template-columns: 240px minmax(0, 1fr) 190px;
  grid-template-rows: auto auto auto;
  gap: 12px 28px;
  align-items: start;
  min-height: 0;
  padding: 24px 20px 20px;
  overflow: visible;
  border: 1px solid #e2e2e2;
  border-radius: 2px;
  background: #ffffff;
  box-shadow: 0 3px 12px rgba(17, 24, 39, .07);
}

.tbk-product-card.is-featured {
  border-color: #d8dde6;
  box-shadow: 0 5px 18px rgba(17, 24, 39, .09);
}

.tbk-product-eyebrow {
  left: auto;
  right: -1px;
  top: -1px;
  min-height: 30px;
  max-width: 54%;
  padding: 8px 15px 7px;
  border-radius: 0;
  background: #111b35;
  box-shadow: none;
  font-size: .72rem;
  letter-spacing: 0;
}

.tbk-product-media {
  grid-column: 1;
  grid-row: 1 / 4;
  align-self: start;
  width: 100%;
  min-height: 178px;
  margin-top: 28px;
  aspect-ratio: 4 / 3;
  padding: 0;
  border: 0;
  border-radius: 2px;
  background-color: #ffffff;
  background-size: cover;
  box-shadow: none;
}

.tbk-product-media::before,
.tbk-product-media::after,
.tbk-product-media span {
  display: none;
}

.tbk-product-copy {
  grid-column: 2 / 4;
  grid-row: 1;
  display: block;
  padding: 8px 170px 0 0;
}

.tbk-product-copy h3 {
  margin: 0 0 8px;
  color: #3d5f7f;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.12rem;
  font-weight: 800;
  line-height: 1.24;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}

.tbk-product-copy p {
  max-width: 620px;
  margin: 0;
  color: #333333;
  font-size: .94rem;
  line-height: 1.45;
}

.tbk-product-pros-cons {
  display: grid;
  grid-column: 2 / 4;
  grid-row: 2;
  grid-template-columns: 1fr;
  gap: 8px;
  margin: 0;
}

.tbk-product-pros,
.tbk-product-cons {
  grid-column: 1;
  grid-row: auto;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.tbk-product-pros {
  grid-row: 1;
}

.tbk-product-cons {
  grid-row: 2;
}

.tbk-product-pros h4,
.tbk-product-cons h4 {
  margin: 0 0 7px;
  padding: 0;
  color: #333333;
  background: transparent;
  font-size: .82rem;
  font-weight: 800;
  line-height: 1.1;
}

.tbk-product-pros h4 {
  color: #218044;
}

.tbk-product-cons h4 {
  color: #b42323;
}

.tbk-product-pros h4,
.tbk-product-cons h4 {
  display: none !important;
}

.tbk-product-pros ul,
.tbk-product-cons ul {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px 18px;
}

.tbk-product-pros li,
.tbk-product-cons li {
  min-height: 0;
  padding: 0 0 0 20px;
  color: #333333;
  background: transparent;
  font-size: .88rem;
  line-height: 1.35;
}

.tbk-product-pros li::before,
.tbk-product-cons li::before {
  top: .12rem;
  left: 0;
  width: 14px;
  height: 14px;
  font-size: .55rem;
}

.tbk-product-pros li::before {
  background: #2ba84a;
}

.tbk-product-cons li::before {
  background: #ef3434;
}

.tbk-product-action {
  grid-column: 3;
  grid-row: 3;
  align-self: end;
  align-items: flex-end;
  justify-content: flex-end;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.tbk-product-action a {
  width: 178px;
  min-height: 38px;
  padding: 8px 13px;
  border-radius: 3px;
  font-size: .86rem;
}

@media (max-width: 991.98px) {
  .tbk-product-card,
  .tbk-product-card.is-featured {
    grid-template-columns: 190px minmax(0, 1fr);
    grid-template-rows: auto auto auto;
    gap: 14px 18px;
    padding: 24px 18px 18px;
  }

  .tbk-product-media {
    grid-column: 1;
    grid-row: 1 / 4;
    min-height: 150px;
    margin-top: 32px;
  }

  .tbk-product-copy {
    grid-column: 2;
    grid-row: 1;
    padding: 6px 0 0;
  }

  .tbk-product-pros-cons {
    grid-column: 2;
    grid-row: 2;
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .tbk-product-pros ul,
  .tbk-product-cons ul {
    grid-template-columns: 1fr;
  }

  .tbk-product-action {
    grid-column: 2;
    grid-row: 3;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 0;
  }
}

@media (max-width: 575.98px) {
  .tbk-product-card,
  .tbk-product-card.is-featured {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto auto;
    gap: 14px;
    padding: 43px 16px 16px;
    border-radius: 2px;
  }

  .tbk-product-eyebrow {
    min-height: 28px;
    max-width: calc(100% - 24px);
    padding: 8px 12px 7px;
    font-size: .68rem;
  }

  .tbk-product-media {
    grid-column: 1;
    grid-row: 1;
    min-height: 190px;
    margin-top: 0;
    aspect-ratio: 16 / 10;
  }

  .tbk-product-copy {
    grid-column: 1;
    grid-row: 2;
    padding: 0;
  }

  .tbk-product-copy h3 {
    font-size: 1.12rem;
  }

  .tbk-product-pros-cons {
    grid-column: 1;
    grid-row: 3;
  }

  .tbk-product-pros ul,
  .tbk-product-cons ul {
    grid-template-columns: 1fr;
  }

  .tbk-product-action {
    grid-column: 1;
    grid-row: 4;
    align-items: stretch;
  }

  .tbk-product-action a {
    width: 100%;
    min-width: 0;
    min-height: 44px;
  }
}

/* Restore compact AAWP layout with single-line benefit text */
.tbk-product-card,
.tbk-product-card.is-featured {
  grid-template-columns: 210px minmax(0, 1fr) 178px;
  grid-template-rows: auto auto auto;
  gap: 12px 22px;
  align-items: start;
  padding: 24px 20px 20px;
}

.tbk-product-media {
  grid-column: 1;
  grid-row: 1 / 4;
  align-self: stretch;
  min-height: 250px;
  margin-top: 8px;
  aspect-ratio: auto;
}

.tbk-product-copy {
  grid-column: 2 / 4;
  grid-row: 1;
  padding: 8px 170px 0 0;
}

.tbk-product-pros-cons {
  grid-column: 2 / 4;
  grid-row: 2;
  grid-template-columns: 1fr;
  gap: 8px;
  margin-top: 6px;
}

.tbk-product-pros {
  grid-column: 1;
  grid-row: 1;
}

.tbk-product-cons {
  grid-column: 1;
  grid-row: 2;
}

.tbk-product-pros ul,
.tbk-product-cons ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 14px;
}

.tbk-product-pros li,
.tbk-product-cons li {
  width: auto;
  max-width: 100%;
  padding-left: 20px;
  font-size: .84rem;
  line-height: 1.22;
  white-space: nowrap;
}

.tbk-product-action {
  grid-column: 3;
  grid-row: 3;
  align-self: end;
  align-items: flex-end;
  justify-content: flex-end;
}

@media (max-width: 991.98px) {
  .tbk-product-card,
  .tbk-product-card.is-featured {
    grid-template-columns: 180px minmax(0, 1fr);
    grid-template-rows: auto auto auto;
    gap: 14px 18px;
  }

  .tbk-product-media {
    grid-column: 1;
    grid-row: 1 / 4;
    min-height: 230px;
    margin-top: 8px;
  }

  .tbk-product-copy,
  .tbk-product-pros-cons,
  .tbk-product-action {
    grid-column: 2;
  }

  .tbk-product-copy {
    grid-row: 1;
    padding: 6px 0 0;
  }

  .tbk-product-pros-cons {
    grid-row: 2;
    grid-template-columns: 1fr;
  }

  .tbk-product-pros,
  .tbk-product-cons {
    grid-column: 1;
  }

  .tbk-product-pros {
    grid-row: 1;
  }

  .tbk-product-cons {
    grid-row: 2;
  }

  .tbk-product-action {
    grid-row: 3;
    align-items: flex-start;
    justify-content: flex-start;
  }
}

@media (max-width: 575.98px) {
  .tbk-product-card,
  .tbk-product-card.is-featured {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto auto;
    gap: 14px;
    width: min(100%, calc(100vw - 54px));
    max-width: 100%;
    margin-right: 0;
    margin-left: 0;
    padding: 43px 16px 16px;
  }

  .tbk-product-pros li,
  .tbk-product-cons li {
    font-size: .8rem;
  }

  .tbk-product-eyebrow {
    right: 0;
  }

  .tbk-product-media,
  .tbk-product-copy,
  .tbk-product-pros-cons,
  .tbk-product-action {
    grid-column: 1;
  }

  .tbk-product-media {
    grid-row: 1;
    min-height: 190px;
    margin-top: 0;
    aspect-ratio: 16 / 10;
  }

  .tbk-product-copy {
    grid-row: 2;
    padding: 0;
  }

  .tbk-product-pros-cons {
    grid-row: 3;
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .tbk-product-action {
    grid-row: 4;
    align-items: stretch;
  }

  .tbk-product-action a {
    width: 100%;
  }
}

/* Product box layout: image + CTA left, decision text right */
.tbk-product-card,
.tbk-product-card.is-featured {
  grid-template-columns: 240px minmax(0, 1fr);
  grid-template-rows: auto auto;
  gap: 12px 24px;
  align-items: start;
  margin-top: 18px;
  padding: 38px 20px 20px;
}

.tbk-product-eyebrow {
  left: -14px;
  right: auto;
  top: -16px;
  min-height: 29px;
  max-width: calc(100% - 34px);
  padding: 8px 15px 7px 17px;
  border-radius: 0;
  color: #ffffff;
  background: #df6c4b;
  box-shadow: 0 5px 14px rgba(223, 108, 75, .24);
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1;
  text-transform: none;
}

.tbk-product-eyebrow::after {
  position: absolute;
  left: 14px;
  bottom: -8px;
  width: 0;
  height: 0;
  border-top: 8px solid #9f442b;
  border-left: 8px solid transparent;
  content: "";
}

.tbk-product-media {
  grid-column: 1;
  grid-row: 1 / 3;
  align-self: stretch;
  min-height: 230px;
  margin-top: 8px;
  aspect-ratio: auto;
}

.tbk-product-action {
  grid-column: 1;
  grid-row: 3;
  align-self: start;
  align-items: stretch;
  justify-content: flex-start;
}

.tbk-product-action a {
  width: 100%;
  min-height: 42px;
}

.tbk-product-copy {
  grid-column: 2;
  grid-row: 1;
  padding: 8px 0 0;
}

.tbk-product-pros-cons {
  grid-column: 2;
  grid-row: 2;
  grid-template-columns: 1fr;
  gap: 9px;
  margin-top: 0;
}

.tbk-product-pros,
.tbk-product-cons {
  grid-column: 1;
}

.tbk-product-pros {
  grid-row: 1;
}

.tbk-product-cons {
  grid-row: 2;
}

.tbk-product-pros ul,
.tbk-product-cons ul {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
}

.tbk-product-pros li,
.tbk-product-cons li {
  width: auto;
  font-size: .84rem;
  white-space: nowrap;
}

@media (max-width: 991.98px) {
  .tbk-product-card,
  .tbk-product-card.is-featured {
    grid-template-columns: 210px minmax(0, 1fr);
  }

  .tbk-product-media {
    grid-column: 1;
    grid-row: 1 / 3;
    min-height: 210px;
    margin-top: 8px;
  }

  .tbk-product-action {
    grid-column: 1;
    grid-row: 3;
  }

  .tbk-product-copy {
    grid-column: 2;
    grid-row: 1;
  }

  .tbk-product-pros-cons {
    grid-column: 2;
    grid-row: 2;
  }
}

@media (max-width: 575.98px) {
  .tbk-product-card,
  .tbk-product-card.is-featured {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto auto;
    width: min(100%, calc(100vw - 54px));
    margin-top: 18px;
    padding: 38px 16px 16px;
  }

  .tbk-product-media {
    grid-column: 1;
    grid-row: 1;
    min-height: 205px;
    margin-top: 0;
    aspect-ratio: 16 / 10;
  }

  .tbk-product-action {
    grid-column: 1;
    grid-row: 2;
  }

  .tbk-product-copy {
    grid-column: 1;
    grid-row: 3;
    padding: 0;
  }

  .tbk-product-pros-cons {
    grid-column: 1;
    grid-row: 4;
  }

  .tbk-product-pros li,
  .tbk-product-cons li {
    font-size: .8rem;
  }

  .tbk-product-eyebrow {
    top: -16px;
    right: auto;
    left: -12px;
    max-width: calc(100% - 20px);
  }

  .tbk-product-eyebrow::after {
    left: 12px;
  }
}

/* Premium buyer-guide product cards */
.tbk-product-list {
  gap: 34px;
}

.tbk-product-card,
.tbk-product-card.is-featured {
  display: grid;
  grid-template-columns: minmax(210px, 28%) minmax(0, 1fr) minmax(190px, 24%);
  grid-template-rows: auto auto;
  column-gap: 20px;
  row-gap: 18px;
  align-items: stretch;
  margin-top: 24px;
  padding: 26px 20px 24px;
  overflow: visible;
  border: 1px solid #dfe5ee;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 18px 38px rgba(17, 24, 39, .08);
}

.tbk-product-card.is-featured {
  border-color: #d6dee9;
  box-shadow: 0 22px 46px rgba(17, 24, 39, .1);
}

.tbk-product-eyebrow {
  left: -14px;
  right: auto;
  top: -18px;
  z-index: 3;
  min-height: 34px;
  max-width: min(70%, 260px);
  padding: 10px 18px 9px 20px;
  border-radius: 18px 18px 18px 0;
  color: #ffffff;
  background: #df6c4b;
  box-shadow: 0 10px 20px rgba(223, 108, 75, .25);
  font-size: .86rem;
  font-weight: 950;
  letter-spacing: 0;
  line-height: 1;
  text-transform: uppercase;
}

.tbk-product-eyebrow::before {
  margin-right: 7px;
  content: "★";
  font-size: .9em;
}

.tbk-product-eyebrow::after {
  position: absolute;
  left: 14px;
  bottom: -9px;
  width: 0;
  height: 0;
  border-top: 9px solid #9f442b;
  border-left: 9px solid transparent;
  content: "";
}

.tbk-product-media {
  grid-column: 1;
  grid-row: 1 / 3;
  align-self: stretch;
  width: 100%;
  min-height: 266px;
  margin: 0;
  border: 0;
  border-radius: 7px;
  background-size: cover;
  background-position: center;
  box-shadow: none;
}

.tbk-product-copy {
  grid-column: 2;
  grid-row: 1;
  padding: 8px 0 0;
}

.tbk-product-copy h3 {
  margin: 0 0 12px;
  color: #14233d;
  font-size: 1.24rem;
  font-weight: 950;
  line-height: 1.16;
  text-decoration: none;
}

.tbk-product-copy p {
  max-width: 100%;
  margin: 0;
  color: #263142;
  font-size: .98rem;
  line-height: 1.48;
}

.tbk-product-pros-cons {
  grid-column: 2;
  grid-row: 2;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  align-self: start;
  margin: 0;
}

.tbk-product-pros,
.tbk-product-cons {
  display: block;
  grid-row: auto;
  grid-column: auto;
  min-width: 0;
}

.tbk-product-pros::before,
.tbk-product-cons::before {
  display: block;
  margin: 0 0 12px;
  font-size: .82rem;
  font-weight: 950;
  letter-spacing: .02em;
  line-height: 1;
}

.tbk-product-pros::before {
  color: #258651;
  content: "VORTEILE";
}

.tbk-product-cons::before {
  color: #d22f37;
  content: "NACHTEILE";
}

.tbk-product-pros ul,
.tbk-product-cons ul {
  display: grid;
  grid-template-columns: 1fr;
  gap: 11px;
  margin: 0;
  padding: 0;
}

.tbk-product-pros li,
.tbk-product-cons li {
  min-height: 0;
  padding: 0 0 0 27px;
  color: #172033;
  background: transparent;
  font-size: .92rem;
  line-height: 1.35;
  white-space: normal;
}

.tbk-product-pros li::before,
.tbk-product-cons li::before {
  top: .05rem;
  left: 0;
  width: 17px;
  height: 17px;
  font-size: .62rem;
}

.tbk-product-action {
  grid-column: 3;
  grid-row: 1 / 3;
  display: flex;
  flex-direction: column;
  align-self: stretch;
  align-items: stretch;
  justify-content: center;
  gap: 18px;
  padding: 20px 0 20px 14px;
  border-left: 1px solid #dce2eb;
  background: transparent;
}

.tbk-product-action::before {
  display: grid;
  place-items: center;
  min-height: 92px;
  padding: 14px;
  border-radius: 7px;
  color: #14233d;
  background: #fbfcfe;
  box-shadow: inset 0 0 0 1px #eef2f6;
  content: "✓\A Produktlink";
  font-size: .9rem;
  font-weight: 800;
  line-height: 1.35;
  text-align: center;
  white-space: pre;
}

.tbk-product-action a {
  width: 100%;
  min-height: 58px;
  padding: 12px 14px;
  border-radius: 6px;
  font-size: .92rem;
  font-weight: 900;
}

.tbk-product-action a::before {
  width: auto;
  height: auto;
  flex: 0 0 auto;
}

.tbk-product-action::after {
  display: block;
  color: #667085;
  content: "Affiliate-Link · Preis kann sich ändern";
  font-size: .78rem;
  font-weight: 700;
  line-height: 1.35;
  text-align: center;
}

@media (max-width: 991.98px) {
  .tbk-product-card,
  .tbk-product-card.is-featured {
    grid-template-columns: 210px minmax(0, 1fr);
    grid-template-rows: auto auto auto;
    column-gap: 20px;
  }

  .tbk-product-media {
    grid-column: 1;
    grid-row: 1 / 3;
    min-height: 230px;
  }

  .tbk-product-action {
    grid-column: 1 / -1;
    grid-row: 3;
    padding: 16px 0 0;
    border-left: 0;
    border-top: 1px solid #dce2eb;
  }

  .tbk-product-action::before {
    display: none;
  }

  .tbk-product-copy {
    grid-column: 2;
    grid-row: 1;
  }

  .tbk-product-pros-cons {
    grid-column: 2;
    grid-row: 2;
    grid-template-columns: 1fr;
    gap: 14px;
  }
}

@media (max-width: 575.98px) {
  .tbk-product-card,
  .tbk-product-card.is-featured {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto auto;
    width: min(100%, calc(100vw - 54px));
    row-gap: 16px;
    padding: 36px 16px 18px;
    border-radius: 7px;
  }

  .tbk-product-eyebrow {
    left: -12px;
    top: -16px;
    max-width: calc(100% - 18px);
    min-height: 31px;
    padding: 9px 14px 8px 16px;
    border-radius: 16px 16px 16px 0;
    font-size: .76rem;
  }

  .tbk-product-eyebrow::after {
    left: 12px;
  }

  .tbk-product-media {
    grid-column: 1;
    grid-row: 1;
    min-height: 210px;
    aspect-ratio: 16 / 10;
  }

  .tbk-product-copy {
    grid-column: 1;
    grid-row: 2;
    padding: 0;
  }

  .tbk-product-copy h3 {
    font-size: 1.18rem;
  }

  .tbk-product-pros-cons {
    grid-column: 1;
    grid-row: 3;
    grid-template-columns: 1fr;
  }

  .tbk-product-action {
    grid-column: 1;
    grid-row: 4;
    padding: 14px 0 0;
    border-left: 0;
    border-top: 1px solid #dce2eb;
  }

  .tbk-product-action::before {
    display: none;
  }
}

/* Split product cards: image left, decision content right, CTA below benefits */
.tbk-product-card,
.tbk-product-card.is-featured {
  position: relative;
  grid-template-columns: minmax(245px, 40%) minmax(0, 1fr);
  grid-template-rows: auto auto auto;
  column-gap: 26px;
  row-gap: 18px;
  align-items: start;
  padding: 24px 24px 24px 20px;
  border-color: #dfe5ee;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 18px 42px rgba(17, 24, 39, .09);
}

.tbk-product-card.is-featured {
  box-shadow: 0 22px 48px rgba(17, 24, 39, .11);
}

.tbk-product-media {
  grid-column: 1;
  grid-row: 1 / 4;
  align-self: stretch;
  min-height: 360px;
  border-radius: 7px;
  background-size: cover;
  background-position: center;
}

.tbk-product-copy {
  grid-column: 2;
  grid-row: 1;
  padding: 24px 0 0;
}

.tbk-product-copy h3 {
  max-width: 100%;
  margin: 0 0 14px;
  color: #071a33;
  font-size: clamp(1.42rem, 2.1vw, 1.72rem);
  font-weight: 950;
  line-height: 1.08;
}

.tbk-product-copy p {
  color: #36383d;
  font-size: 1.04rem;
  line-height: 1.5;
}

.tbk-product-eyebrow {
  left: 30px;
  top: -18px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: 118px;
  min-height: 128px;
  max-width: none;
  padding: 22px 14px 32px;
  border-radius: 0;
  color: #ffffff;
  background: linear-gradient(180deg, #061a33 0%, #09264d 100%);
  box-shadow: 0 12px 24px rgba(6, 26, 51, .24);
  font-size: .98rem;
  font-weight: 950;
  letter-spacing: 0;
  line-height: 1.08;
  text-align: center;
  text-transform: uppercase;
  white-space: normal;
}

.tbk-product-eyebrow::before {
  display: none;
}

.tbk-product-eyebrow::after {
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 34px;
  border: 0;
  background:
    linear-gradient(135deg, transparent 49%, #ffffff 50%) left bottom / 50% 34px no-repeat,
    linear-gradient(225deg, transparent 49%, #ffffff 50%) right bottom / 50% 34px no-repeat;
  content: "";
}

.tbk-product-pros-cons {
  grid-column: 2;
  grid-row: 2;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  margin: 6px 0 0;
}

.tbk-product-pros,
.tbk-product-cons {
  min-width: 0;
}

.tbk-product-pros::before,
.tbk-product-cons::before {
  margin-bottom: 14px;
  font-size: 1rem;
  font-weight: 950;
  letter-spacing: 0;
  text-transform: none;
}

.tbk-product-pros::before {
  color: #2f8f55;
  content: "Vorteile:";
}

.tbk-product-cons::before {
  color: #c82f34;
  content: "Nachteile:";
}

.tbk-product-pros ul,
.tbk-product-cons ul {
  gap: 12px;
}

.tbk-product-pros li,
.tbk-product-cons li {
  padding-left: 32px;
  color: #152033;
  font-size: .96rem;
  line-height: 1.38;
}

.tbk-product-pros li::before,
.tbk-product-cons li::before {
  top: -.02rem;
  width: 20px;
  height: 20px;
  font-size: .72rem;
}

.tbk-product-cons li::before {
  content: "−";
}

.tbk-product-action {
  grid-column: 2;
  grid-row: 3;
  align-self: start;
  gap: 12px;
  padding: 12px 0 0;
  border: 0;
  border-top: 1px solid #dde3ec;
}

.tbk-product-action::before {
  display: none;
}

.tbk-product-action a {
  width: 100%;
  min-height: 64px;
  justify-content: center;
  gap: 14px;
  padding: 15px 18px;
  border-radius: 8px;
  font-size: 1.1rem;
  font-weight: 950;
  line-height: 1.12;
}

.tbk-product-action a::before {
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
}

.tbk-product-action a::after {
  content: "›";
  font-size: 1.7rem;
  font-weight: 950;
  line-height: .75;
}

.tbk-product-action::after {
  font-size: .85rem;
}

@media (max-width: 991.98px) {
  .tbk-product-card,
  .tbk-product-card.is-featured {
    grid-template-columns: minmax(190px, 38%) minmax(0, 1fr);
    column-gap: 20px;
    padding: 22px;
  }

  .tbk-product-media {
    grid-column: 1;
    grid-row: 1 / 4;
    min-height: 300px;
  }

  .tbk-product-copy,
  .tbk-product-pros-cons,
  .tbk-product-action {
    grid-column: 2;
  }

  .tbk-product-copy {
    grid-row: 1;
    padding-top: 20px;
  }

  .tbk-product-pros-cons {
    grid-row: 2;
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .tbk-product-action {
    grid-row: 3;
  }
}

@media (max-width: 575.98px) {
  .tbk-product-card,
  .tbk-product-card.is-featured {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto auto;
    width: min(100%, calc(100vw - 54px));
    padding: 36px 16px 18px;
  }

  .tbk-product-eyebrow {
    left: 16px;
    top: -16px;
    width: auto;
    min-width: 122px;
    min-height: 32px;
    padding: 9px 16px 8px;
    border-radius: 16px 16px 16px 0;
    background: #df6c4b;
    box-shadow: 0 10px 20px rgba(223, 108, 75, .24);
    font-size: .76rem;
    line-height: 1;
    white-space: nowrap;
  }

  .tbk-product-eyebrow::before {
    display: inline;
  }

  .tbk-product-eyebrow::after {
    left: 0;
    right: auto;
    bottom: -9px;
    width: 0;
    height: 0;
    border-top: 9px solid #9f442b;
    border-left: 9px solid transparent;
    background: none;
  }

  .tbk-product-media {
    grid-column: 1;
    grid-row: 1;
    min-height: 210px;
    aspect-ratio: 16 / 10;
  }

  .tbk-product-copy {
    grid-column: 1;
    grid-row: 2;
    padding-top: 0;
  }

  .tbk-product-pros-cons {
    grid-column: 1;
    grid-row: 3;
    grid-template-columns: 1fr;
  }

  .tbk-product-action {
    grid-column: 1;
    grid-row: 4;
  }

  .tbk-product-action a {
    min-height: 58px;
    font-size: .98rem;
  }
}

/* Keep the existing orange badge, only the card layout changes */
.tbk-product-eyebrow {
  left: -14px;
  right: auto;
  top: -18px;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  min-width: 0;
  min-height: 34px;
  max-width: min(70%, 260px);
  padding: 10px 18px 9px 20px;
  border-radius: 18px 18px 18px 0;
  color: #ffffff;
  background: #df6c4b;
  box-shadow: 0 10px 20px rgba(223, 108, 75, .25);
  font-size: .86rem;
  font-weight: 950;
  letter-spacing: 0;
  line-height: 1;
  text-align: left;
  text-transform: uppercase;
  white-space: nowrap;
}

.tbk-product-eyebrow::before {
  display: inline;
  margin-right: 7px;
  content: "★";
  font-size: .9em;
}

.tbk-product-eyebrow::after {
  position: absolute;
  left: 14px;
  right: auto;
  bottom: -9px;
  width: 0;
  height: 0;
  border-top: 9px solid #9f442b;
  border-left: 9px solid transparent;
  background: none;
  content: "";
}

@media (max-width: 575.98px) {
  .tbk-product-eyebrow {
    left: -12px;
    top: -16px;
    max-width: calc(100% - 18px);
    min-height: 31px;
    padding: 9px 14px 8px 16px;
    border-radius: 16px 16px 16px 0;
    font-size: .76rem;
  }

  .tbk-product-eyebrow::after {
    left: 12px;
  }
}

.tbk-product-action::after {
  display: none;
  content: none;
}

/* Homepage pillar SEO sections */
.tbk-home-copy {
  max-width: 920px;
  margin: 46px auto 0;
  padding: 34px 38px;
  border: 1px solid rgba(17, 24, 39, .09);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 14px 32px rgba(17, 24, 39, .06);
}

.tbk-home-copy + .tbk-home-copy {
  margin-top: 22px;
}

.tbk-home-kicker {
  margin-bottom: 10px;
  color: #df6c4b;
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.tbk-home-copy h2 {
  margin: 0 0 16px;
  color: #101010;
  font-size: clamp(1.55rem, 2.4vw, 2.2rem);
  font-weight: 900;
  line-height: 1.12;
}

.tbk-home-copy p {
  margin: 0;
  color: #333333;
  font-size: 1.02rem;
  line-height: 1.72;
}

.tbk-home-copy p + p {
  margin-top: 14px;
}

.tbk-home-copy a,
.tbk-mini-card h3 a,
.tbk-mini-card .tbk-mini-card__title a,
.tbk-story-card h3 a {
  color: inherit;
  text-decoration-color: rgba(223, 108, 75, .45);
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.tbk-home-copy a:hover,
.tbk-mini-card h3 a:hover,
.tbk-mini-card .tbk-mini-card__title a:hover,
.tbk-story-card h3 a:hover {
  color: #df6c4b;
}

.tbk-home-key-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.tbk-home-key-card {
  padding: 18px;
  border: 1px solid rgba(17, 24, 39, .09);
  border-radius: 8px;
  background: #fbfbfb;
}

.tbk-home-key-card h3 {
  margin: 0 0 8px;
  color: #141414;
  font-size: 1rem;
  font-weight: 900;
  line-height: 1.2;
}

.tbk-home-key-card p {
  color: #555;
  font-size: .92rem;
  line-height: 1.55;
}

.tbk-home-table-wrap {
  overflow-x: auto;
  border: 1px solid rgba(17, 24, 39, .1);
  border-radius: 8px;
}

.tbk-home-table {
  width: 100%;
  min-width: 780px;
  border-collapse: collapse;
  background: #fff;
}

.tbk-home-table th,
.tbk-home-table td {
  padding: 16px;
  border-bottom: 1px solid rgba(17, 24, 39, .08);
  color: #333;
  font-size: .96rem;
  line-height: 1.5;
  vertical-align: top;
}

.tbk-home-table th {
  color: #111;
  background: #f6f6f6;
  font-weight: 900;
  text-align: left;
}

.tbk-home-table tr:last-child td {
  border-bottom: 0;
}

.tbk-home-faq details {
  padding: 16px 0;
  border-bottom: 1px solid rgba(17, 24, 39, .1);
}

.tbk-home-faq details:last-child {
  border-bottom: 0;
}

.tbk-home-faq summary {
  color: #141414;
  cursor: pointer;
  font-size: 1.03rem;
  font-weight: 900;
}

.tbk-home-faq summary + p {
  margin-top: 10px;
}

.tbk-home-final-cta {
  border-color: rgba(223, 108, 75, .28);
  background: #fff7f3;
}

.tbk-internal-hub p {
  max-width: 820px;
  margin: 0 0 18px;
  color: #454545;
  font-size: 1rem;
  line-height: 1.65;
}

.tbk-internal-hub .tbk-related-card:first-child {
  border-color: rgba(223, 108, 75, .3);
  background: #fff7f3;
}

@media (max-width: 991.98px) {
  .tbk-home-key-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 575.98px) {
  .tbk-home-copy {
    margin-top: 30px;
    padding: 22px 18px;
    border-radius: 6px;
  }

  .tbk-home-copy p {
    font-size: .96rem;
    line-height: 1.64;
  }

  .tbk-home-key-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .tbk-home-table th,
  .tbk-home-table td {
    padding: 13px;
    font-size: .9rem;
  }
}

/* Homepage editorial grids matching the category-section width */
.tbk-home-copy--wide {
  width: min(1248px, 100%);
  max-width: none;
  margin-right: auto;
  margin-left: auto;
  border-radius: 14px;
}

.tbk-home-copy--story,
.tbk-home-copy--answer,
.tbk-home-copy--decision,
.tbk-home-copy--table,
.tbk-home-copy--mistakes,
.tbk-home-copy--path,
.tbk-home-copy--faq,
.tbk-home-copy--final {
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.tbk-home-story-grid,
.tbk-home-answer-grid,
.tbk-home-decision-grid,
.tbk-home-faq-grid,
.tbk-home-final-grid {
  display: grid;
  gap: 28px;
  align-items: stretch;
}

.tbk-home-story-grid,
.tbk-home-answer-grid,
.tbk-home-decision-grid,
.tbk-home-faq-grid {
  grid-template-columns: minmax(0, 1.05fr) minmax(340px, .95fr);
}

.tbk-home-story-main,
.tbk-home-answer-main,
.tbk-home-decision-main,
.tbk-home-table-head,
.tbk-home-path-head,
.tbk-home-faq-head,
.tbk-home-final-grid > div,
.tbk-home-final-grid > aside {
  border-radius: 14px;
  background: #ffffff;
  box-shadow: var(--tbk-shadow);
}

.tbk-home-story-main,
.tbk-home-answer-main,
.tbk-home-decision-main,
.tbk-home-faq-head,
.tbk-home-final-grid > div {
  padding: 38px 40px;
}

.tbk-home-story-main h2,
.tbk-home-answer-main h2,
.tbk-home-decision-main h2,
.tbk-home-table-head h2,
.tbk-home-path-head h2,
.tbk-home-faq-head h2,
.tbk-home-final-grid h2 {
  max-width: 760px;
}

.tbk-home-story-main p,
.tbk-home-answer-main p,
.tbk-home-decision-main p,
.tbk-home-table-head p,
.tbk-home-faq-head p,
.tbk-home-final-grid p {
  max-width: 720px;
}

.tbk-home-story-aside,
.tbk-home-answer-cards,
.tbk-home-fit-cards,
.tbk-home-mistake-grid,
.tbk-home-path-grid,
.tbk-home-faq-list {
  display: grid;
  gap: 16px;
}

.tbk-home-story-card,
.tbk-home-answer-cards article,
.tbk-home-fit-cards article,
.tbk-home-mistake-grid article,
.tbk-home-path-grid article {
  border: 1px solid rgba(17, 24, 39, .08);
  border-radius: 14px;
  background: #ffffff;
  box-shadow: var(--tbk-shadow);
}

.tbk-home-story-card {
  min-height: 0;
  padding: 26px 28px;
}

.tbk-home-story-card.is-orange {
  color: #ffffff;
  border-color: #df6c4b;
  background: #df6c4b;
}

.tbk-home-story-card span,
.tbk-home-answer-cards article span,
.tbk-home-fit-cards article span,
.tbk-home-mistake-grid article span,
.tbk-home-path-grid article span,
.tbk-home-final-grid aside span,
.tbk-home-key-card span {
  display: block;
  margin-bottom: 12px;
  color: #df6c4b;
  font-size: .78rem;
  font-weight: 950;
  line-height: 1;
  text-transform: uppercase;
}

.tbk-home-story-card.is-orange span,
.tbk-home-story-card.is-orange p,
.tbk-home-story-card.is-orange strong {
  color: #ffffff;
}

.tbk-home-story-card strong {
  display: block;
  color: #101010;
  font-size: 1.35rem;
  line-height: 1.12;
  font-weight: 950;
}

.tbk-home-story-card p {
  margin-top: 14px;
  font-size: .96rem;
  line-height: 1.55;
}

.tbk-home-answer-cards {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.tbk-home-answer-cards article,
.tbk-home-fit-cards article,
.tbk-home-mistake-grid article,
.tbk-home-path-grid article {
  padding: 24px;
}

.tbk-home-answer-cards h3,
.tbk-home-fit-cards h3,
.tbk-home-mistake-grid h3,
.tbk-home-path-grid h3,
.tbk-home-key-card h3 {
  margin: 0 0 10px;
  color: #111111;
  font-size: 1.12rem;
  font-weight: 950;
  line-height: 1.14;
}

.tbk-home-answer-cards p,
.tbk-home-fit-cards p,
.tbk-home-mistake-grid p,
.tbk-home-path-grid p,
.tbk-home-key-card p {
  margin: 0;
  color: #474747;
  font-size: .95rem;
  line-height: 1.55;
}

.tbk-home-copy--glance {
  border: 0;
  background: transparent;
  box-shadow: none;
}

.tbk-home-copy--glance .tbk-section-heading,
.tbk-home-copy--mistakes .tbk-section-heading {
  max-width: 820px;
}

.tbk-home-copy--glance .tbk-home-key-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}

.tbk-home-copy--glance .tbk-home-key-card {
  min-height: 214px;
  padding: 24px;
  border: 0;
  border-radius: 14px;
  background: #ffffff;
  box-shadow: var(--tbk-shadow);
}

.tbk-home-decision-grid {
  grid-template-columns: minmax(0, 1fr) minmax(340px, .72fr);
}

.tbk-home-fit-cards article:first-child,
.tbk-home-answer-cards article:first-child,
.tbk-home-mistake-grid article:first-child {
  border-color: rgba(223, 108, 75, .28);
  background: #fff7f3;
}

.tbk-home-table-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 420px);
  gap: 28px;
  align-items: end;
  margin-bottom: 18px;
  padding: 32px 36px;
}

.tbk-home-copy--table .tbk-home-table-wrap {
  border: 0;
  border-radius: 14px;
  box-shadow: var(--tbk-shadow);
}

.tbk-home-copy--table .tbk-home-table {
  border-radius: 14px;
  overflow: hidden;
}

.tbk-home-copy--table .tbk-home-table th {
  color: #ffffff;
  background: #151515;
}

.tbk-home-copy--table .tbk-home-table td {
  background: #ffffff;
}

.tbk-home-copy--table .tbk-home-table tbody tr:nth-child(even) td {
  background: #fff8f4;
}

.tbk-home-mistake-grid,
.tbk-home-path-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.tbk-home-path-head {
  margin-bottom: 18px;
  padding: 32px 36px;
}

.tbk-home-path-grid article {
  position: relative;
}

.tbk-home-path-grid article span {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  margin-bottom: 18px;
  border-radius: 50%;
  color: #ffffff;
  background: #df6c4b;
  font-size: .95rem;
}

.tbk-home-faq-grid {
  align-items: start;
}

.tbk-home-faq-list {
  gap: 12px;
}

.tbk-home-faq .tbk-home-faq-list details {
  padding: 0;
  border: 0;
  border-radius: 14px;
  background: #ffffff;
  box-shadow: var(--tbk-shadow);
}

.tbk-home-faq .tbk-home-faq-list summary {
  padding: 20px 24px;
  font-size: 1rem;
}

.tbk-home-faq .tbk-home-faq-list summary + p {
  margin: 0;
  padding: 0 24px 22px;
}

.tbk-home-final-grid {
  grid-template-columns: minmax(0, 1fr) minmax(280px, 380px);
  align-items: stretch;
}

.tbk-home-final-grid > div {
  border: 1px solid rgba(223, 108, 75, .22);
  background: #fff7f3;
}

.tbk-home-final-grid > aside {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 32px;
  color: #ffffff;
  background: #151515;
}

.tbk-home-final-grid aside span {
  color: #df6c4b;
}

.tbk-home-final-grid aside strong {
  display: block;
  color: #ffffff;
  font-size: 1.42rem;
  line-height: 1.18;
  font-weight: 950;
}

@media (max-width: 1199.98px) {
  .tbk-home-copy--glance .tbk-home-key-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 991.98px) {
  .tbk-home-story-grid,
  .tbk-home-answer-grid,
  .tbk-home-decision-grid,
  .tbk-home-faq-grid,
  .tbk-home-final-grid,
  .tbk-home-table-head {
    grid-template-columns: 1fr;
  }

  .tbk-home-answer-cards,
  .tbk-home-mistake-grid,
  .tbk-home-path-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 575.98px) {
  .tbk-home-copy--wide {
    width: 100%;
  }

  .tbk-home-story-main,
  .tbk-home-answer-main,
  .tbk-home-decision-main,
  .tbk-home-faq-head,
  .tbk-home-final-grid > div,
  .tbk-home-final-grid > aside,
  .tbk-home-table-head,
  .tbk-home-path-head {
    padding: 24px 20px;
  }

  .tbk-home-story-card,
  .tbk-home-answer-cards article,
  .tbk-home-fit-cards article,
  .tbk-home-mistake-grid article,
  .tbk-home-path-grid article,
  .tbk-home-copy--glance .tbk-home-key-card {
    padding: 20px;
  }

  .tbk-home-copy--glance .tbk-home-key-grid {
    grid-template-columns: 1fr;
  }

  .tbk-home-final-grid aside strong {
    font-size: 1.18rem;
  }
}

/* Compact "Nicht verpassen" section */
.tbk-dont-miss {
  width: min(1248px, 100%);
  margin: 42px auto 0;
  padding: 22px 24px;
  display: grid;
  grid-template-columns: 184px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  border-radius: 14px;
  background: #ffffff;
  box-shadow: var(--tbk-shadow);
}

.tbk-dont-miss h2 {
  margin: 0;
  color: #111111;
  font-size: 1.46rem;
  line-height: 1.05;
  font-weight: 950;
}

.tbk-dont-miss h2 br {
  display: none;
}

.tbk-dont-miss ol {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.tbk-dont-miss li {
  min-height: 0;
  display: grid;
  grid-template-columns: 32px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  padding: 14px 15px;
  border: 1px solid rgba(17, 24, 39, .08);
  border-radius: 12px;
  background: #fbfbfb;
}

.tbk-dont-miss li:first-child {
  border-color: rgba(223, 108, 75, .25);
  background: #fff7f3;
}

.tbk-dont-miss strong {
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  color: #ffffff;
  background: #df6c4b;
  font-size: .95rem;
  line-height: 1;
  font-weight: 950;
}

.tbk-dont-miss a {
  color: #222222;
  font-size: .96rem;
  line-height: 1.22;
  font-weight: 900;
  text-decoration: none;
}

.tbk-dont-miss a:hover {
  color: #df6c4b;
}

@media (max-width: 991.98px) {
  .tbk-dont-miss {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .tbk-dont-miss ol {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 575.98px) {
  .tbk-dont-miss {
    margin-top: 30px;
    padding: 18px;
  }

  .tbk-dont-miss h2 {
    font-size: 1.28rem;
  }

  .tbk-dont-miss li {
    padding: 13px;
  }
}

/* Compact recommendations section */
.tbk-picks-section {
  width: min(1248px, 100%);
  margin: 54px auto 0;
}

.tbk-picks-section .tbk-section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 420px);
  gap: 28px;
  align-items: end;
  max-width: none;
  margin-bottom: 22px;
  padding: 30px 34px;
  border-radius: 14px;
  background: #ffffff;
  box-shadow: var(--tbk-shadow);
}

.tbk-picks-section .tbk-section-heading span {
  margin-bottom: 10px;
  font-size: .78rem;
}

.tbk-picks-section .tbk-section-heading h2 {
  max-width: 680px;
  font-size: clamp(1.7rem, 2.2vw, 2.25rem);
  line-height: 1.08;
}

.tbk-picks-section .tbk-section-heading p {
  max-width: none;
  margin: 0;
  font-size: .96rem;
  line-height: 1.55;
}

.tbk-picks-section .tbk-picks-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.tbk-picks-section .tbk-pick-card {
  min-height: 0;
  border-radius: 14px;
}

.tbk-picks-section .tbk-pick-card__image {
  height: 132px;
}

.tbk-picks-section .tbk-pick-card__body {
  padding: 18px;
}

.tbk-picks-section .tbk-pick-card__meta {
  gap: 10px;
  margin-bottom: 12px;
}

.tbk-picks-section .tbk-pick-card__rank {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  border-radius: 50%;
  color: #ffffff;
  background: #df6c4b;
  font-size: .95rem;
  line-height: 1;
}

.tbk-picks-section .tbk-pick-card h3 {
  font-size: 1.08rem;
  line-height: 1.16;
}

.tbk-picks-section .tbk-pick-card p {
  margin-top: 10px;
  font-size: .9rem;
  line-height: 1.48;
}

.tbk-picks-section .tbk-pick-list {
  gap: 7px;
  margin: 14px 0 16px;
}

.tbk-picks-section .tbk-pick-list li {
  font-size: .88rem;
}

.tbk-picks-section .tbk-card-link {
  min-height: 38px;
  padding: 9px 14px;
  border-radius: 8px;
  font-size: .86rem;
}

@media (max-width: 1199.98px) {
  .tbk-picks-section .tbk-picks-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767.98px) {
  .tbk-picks-section .tbk-section-heading {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .tbk-picks-section .tbk-section-heading p {
    margin-top: 0;
  }
}

@media (max-width: 575.98px) {
  .tbk-picks-section {
    width: 100%;
    margin-top: 36px;
  }

  .tbk-picks-section .tbk-section-heading {
    padding: 22px 20px;
  }

  .tbk-picks-section .tbk-picks-grid {
    grid-template-columns: 1fr;
  }

  .tbk-picks-section .tbk-pick-card {
    display: grid;
    grid-template-columns: 108px minmax(0, 1fr);
  }

  .tbk-picks-section .tbk-pick-card__image {
    height: 100%;
    min-height: 168px;
  }
}

/* Author image update */
.tbk-article-avatar {
  flex: 0 0 48px;
  aspect-ratio: 1 / 1;
}

.tbk-author-bio .tbk-article-avatar {
  flex-basis: 74px;
}

.tbk-author-panel__avatar,
.tbk-author i,
.tbk-category-author i {
  flex-shrink: 0;
  aspect-ratio: 1 / 1;
}

.tbk-article-avatar::before,
.tbk-author-panel__avatar::before,
.tbk-author i,
.tbk-category-author i {
  background-image: url("/wp-content/uploads/2026/05/britisch-kurzhaar-autor.webp") !important;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}

@media (max-width: 575.98px) {
  .tbk-author-bio .tbk-article-avatar {
    flex-basis: 58px;
  }
}

/* About page */
.tbk-about-page {
  --tbk-about-black: #050505;
  --tbk-about-body: #333333;
  --tbk-about-line: #dde3ec;
  --tbk-about-orange: #df6c4b;
  --tbk-about-shadow: 0 18px 44px rgba(17, 24, 39, .08);
  color: var(--tbk-about-black);
  background: #f7f8fb;
  font-family: Arial, Helvetica, sans-serif;
}

.tbk-about-page * {
  box-sizing: border-box;
}

.tbk-about-wrap {
  width: min(100% - 32px, 1180px);
  margin: 0 auto;
}

.tbk-about-hero {
  padding: 64px 0 34px;
}

.tbk-about-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, .72fr);
  gap: 34px;
  align-items: stretch;
}

.tbk-about-hero__copy,
.tbk-about-photo-card,
.tbk-about-card,
.tbk-about-section,
.tbk-about-quote {
  border: 1px solid rgba(17, 24, 39, .08);
  border-radius: 18px;
  background: #ffffff;
  box-shadow: var(--tbk-about-shadow);
}

.tbk-about-hero__copy {
  padding: clamp(30px, 4vw, 54px);
}

.tbk-about-kicker {
  display: inline-flex;
  margin: 0 0 18px;
  color: var(--tbk-about-orange);
  font-size: .78rem;
  font-weight: 950;
  line-height: 1;
  text-transform: uppercase;
}

.tbk-about-hero h1 {
  max-width: 780px;
  margin: 0;
  color: #050505;
  font-size: clamp(2.25rem, 5vw, 4.9rem);
  font-weight: 950;
  letter-spacing: 0;
  line-height: .96;
}

.tbk-about-lead {
  max-width: 720px;
  margin: 24px 0 0;
  color: #2f2f2f;
  font-size: clamp(1.08rem, 1.7vw, 1.28rem);
  line-height: 1.62;
}

.tbk-about-hero__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.tbk-about-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 18px;
  border: 1px solid #111111;
  border-radius: 999px;
  color: #ffffff;
  background: #111111;
  font-size: .92rem;
  font-weight: 900;
  line-height: 1;
  text-decoration: none;
}

.tbk-about-button:hover {
  color: #ffffff;
  background: var(--tbk-about-orange);
  border-color: var(--tbk-about-orange);
}

.tbk-about-button.is-light {
  color: #111111;
  background: #ffffff;
}

.tbk-about-button.is-light:hover {
  color: #ffffff;
  background: #111111;
  border-color: #111111;
}

.tbk-author-panel .tbk-about-button {
  margin-top: 18px;
}

.tbk-about-photo-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.tbk-about-photo-card img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 440px;
  object-fit: cover;
  object-position: center;
}

.tbk-about-photo-note {
  padding: 18px 20px;
  border-top: 1px solid var(--tbk-about-line);
  color: #444444;
  background: #ffffff;
  font-size: .96rem;
  line-height: 1.5;
}

.tbk-about-photo-note strong {
  display: block;
  margin-bottom: 5px;
  color: #111111;
  font-size: 1.02rem;
  font-weight: 950;
}

.tbk-about-grid {
  display: grid;
  grid-template-columns: minmax(0, .72fr) minmax(0, 1.28fr);
  gap: 24px;
  align-items: start;
  padding: 24px 0 70px;
}

.tbk-about-card {
  position: sticky;
  top: 96px;
  padding: 28px;
}

.tbk-about-card h2,
.tbk-about-section h2 {
  margin: 0 0 14px;
  color: #080808;
  font-size: clamp(1.45rem, 2.4vw, 2.15rem);
  font-weight: 950;
  line-height: 1.08;
}

.tbk-about-card p,
.tbk-about-section p,
.tbk-about-section li {
  color: var(--tbk-about-body);
  font-size: 1.02rem;
  line-height: 1.72;
}

.tbk-about-card p,
.tbk-about-section p {
  margin: 0;
}

.tbk-about-card p + p,
.tbk-about-section p + p {
  margin-top: 14px;
}

.tbk-about-facts,
.tbk-about-check-list {
  display: grid;
  gap: 11px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.tbk-about-facts li,
.tbk-about-check-list li {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}

.tbk-about-facts li {
  padding: 12px 0;
  border-top: 1px solid var(--tbk-about-line);
  font-size: .96rem;
  line-height: 1.45;
}

.tbk-about-facts li::before,
.tbk-about-check-list li::before {
  display: grid;
  place-items: center;
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
  border-radius: 50%;
  color: #ffffff;
  background: var(--tbk-about-orange);
  content: "✓";
  font-size: .78rem;
  font-weight: 950;
  line-height: 1;
}

.tbk-about-main {
  display: grid;
  gap: 20px;
}

.tbk-about-section {
  padding: 34px 38px;
}

.tbk-about-section.is-soft {
  background: #fff7f3;
}

.tbk-about-two {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 22px;
}

.tbk-about-cat {
  padding: 22px;
  border: 1px solid rgba(17, 24, 39, .08);
  border-radius: 14px;
  background: #ffffff;
}

.tbk-about-cat span {
  display: block;
  margin-bottom: 9px;
  color: var(--tbk-about-orange);
  font-size: .78rem;
  font-weight: 950;
  line-height: 1;
  text-transform: uppercase;
}

.tbk-about-cat h3 {
  margin: 0 0 9px;
  color: #101010;
  font-size: 1.18rem;
  font-weight: 950;
  line-height: 1.12;
}

.tbk-about-cat p {
  color: #4a4a4a;
  font-size: .96rem;
  line-height: 1.58;
}

.tbk-about-check-list li {
  padding: 13px 15px;
  border: 1px solid rgba(17, 24, 39, .08);
  border-radius: 12px;
  background: #ffffff;
  line-height: 1.45;
}

.tbk-about-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 13px;
  margin-top: 22px;
}

.tbk-about-links a {
  display: flex;
  min-height: 64px;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 18px;
  border: 1px solid rgba(17, 24, 39, .1);
  border-radius: 12px;
  color: #111111;
  background: #ffffff;
  font-size: .98rem;
  font-weight: 950;
  line-height: 1.18;
  text-decoration: none;
}

.tbk-about-links a::after {
  color: var(--tbk-about-orange);
  content: "→";
  font-size: 1.2rem;
  font-weight: 950;
}

.tbk-about-links a:hover {
  color: #ffffff;
  background: #111111;
}

.tbk-about-quote {
  padding: 34px 38px;
  color: #ffffff;
  background: #111111;
}

.tbk-about-quote span {
  display: block;
  margin-bottom: 13px;
  color: var(--tbk-about-orange);
  font-size: .78rem;
  font-weight: 950;
  line-height: 1;
  text-transform: uppercase;
}

.tbk-about-quote strong {
  display: block;
  color: #ffffff;
  font-size: clamp(1.45rem, 2.7vw, 2.35rem);
  font-weight: 950;
  line-height: 1.12;
}

@media (max-width: 991.98px) {
  .tbk-about-hero__grid,
  .tbk-about-grid,
  .tbk-about-two,
  .tbk-about-links {
    grid-template-columns: 1fr;
  }

  .tbk-about-card {
    position: static;
  }

  .tbk-about-photo-card img {
    min-height: 360px;
  }
}

@media (max-width: 575.98px) {
  .tbk-about-wrap {
    width: min(100% - 24px, 1180px);
  }

  .tbk-about-hero {
    padding-top: 38px;
  }

  .tbk-about-hero__grid {
    gap: 18px;
  }

  .tbk-about-hero__copy,
  .tbk-about-card,
  .tbk-about-section,
  .tbk-about-quote {
    padding: 24px 20px;
    border-radius: 14px;
  }

  .tbk-about-photo-card {
    border-radius: 14px;
  }

  .tbk-about-photo-card img {
    min-height: 280px;
  }

  .tbk-about-grid {
    padding-bottom: 46px;
  }

  .tbk-about-card p,
  .tbk-about-section p,
  .tbk-about-section li {
    font-size: .96rem;
    line-height: 1.64;
  }

.tbk-about-button {
  width: 100%;
  }
}

/* Apple-like light author boxes */
.tbk-article-author-card,
.tbk-author-bio,
.tbk-author-panel,
.tbk-author {
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", "Helvetica Neue", Arial, sans-serif;
  font-weight: 400;
  letter-spacing: 0;
}

.tbk-article-author-label,
.tbk-author-panel__body span {
  font-weight: 500 !important;
  letter-spacing: .02em;
}

.tbk-article-author-card strong,
.tbk-author-bio h2,
.tbk-author-panel__body h2,
.tbk-author-name-link {
  color: #111111;
  font-weight: 500 !important;
  letter-spacing: 0;
  text-decoration: none;
}

.tbk-author-name-link {
  color: #111111 !important;
  border-bottom: 0;
  transition: color .18s ease, border-color .18s ease;
}

.tbk-author-name-link:hover,
.tbk-author-name-link:focus {
  color: #df6c4b !important;
  border-bottom-color: transparent;
  text-decoration: none;
}

.tbk-article-author-card p,
.tbk-author-bio p,
.tbk-author-panel__body p,
.tbk-author p {
  color: #3f3f46;
  font-weight: 400;
  letter-spacing: 0;
}

.tbk-article-author-card:hover strong,
.tbk-article-author-card:focus strong,
.tbk-author-bio:hover h2,
.tbk-author-bio:focus h2,
.tbk-author-panel:hover .tbk-author-panel__body h2,
.tbk-author-panel:focus .tbk-author-panel__body h2,
.tbk-author:hover p,
.tbk-author:focus p {
  color: inherit;
}

.tbk-author-panel:hover,
.tbk-author-panel:focus {
  box-shadow: var(--tbk-shadow);
}

/* author box: foto pozadina + zatamnjenje -> bijeli tekst za citljivost */
#tbk-autor.tbk-author-panel .tbk-author-panel__body h2,
#tbk-autor.tbk-author-panel .tbk-author-name-link {
  color: #ffffff !important;
}

#tbk-autor.tbk-author-panel:hover .tbk-author-panel__body h2,
#tbk-autor.tbk-author-panel:focus .tbk-author-panel__body h2,
#tbk-autor.tbk-author-panel .tbk-author-name-link:hover,
#tbk-autor.tbk-author-panel .tbk-author-name-link:focus {
  color: #ffd9c9 !important;
}

#tbk-autor.tbk-author-panel .tbk-author-panel__body p {
  color: rgba(255, 255, 255, .93) !important;
}

/* === BKH kompakt-overrides (owner 2026-06-04): manje kartice, kraci boksovi === */
.tbk-category-feature-main { min-height: 0; }
.tbk-category-feature-main__image { height: 210px; }
.tbk-category-feature-main__body { padding: 20px 22px 18px; }
.tbk-category-feature-main__body h3 { font-size: 1.45rem; }
.tbk-category-feature-main__body p { font-size: .95rem; }
.tbk-category-feature-small__image { min-height: 140px; }
.tbk-category-feature-small__body { padding: 16px 18px 16px; }
.tbk-more-card__image { height: 130px; }
.tbk-more-card__body { padding: 13px 15px 14px; }
.tbk-more-card span { margin-bottom: 6px; }
.tbk-more-card h3 { font-size: 1rem; }
.tbk-section-heading { margin-bottom: 22px; }
