.blog-tabs-page #container-widget-1673351250193,
.blog-tabs-page #container-widget-1673351250190 {
  display: none !important;
}

.blog-tabs-strip {
  padding: 2.8% 0 4.5%;

  /* background:
    radial-gradient(
      circle at top left,
      rgba(26, 165, 245, 0.22),
      transparent 34%
    ),
    linear-gradient(
      180deg,
      rgba(223, 238, 244, 1) 0%,
      rgba(247, 251, 253, 1) 100%
    ); */
}

.blog-tabs-shell {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  /* padding: clamp(24px, 3vw, 38px);
  border-radius: 34px; */
  /* background:
    linear-gradient(
      135deg,
      rgba(255, 255, 255, 0.98),
      rgba(244, 250, 253, 0.98)
    ),
    #ffffff;
  border: 1px solid rgba(13, 116, 201, 0.08);
  box-shadow: 0 24px 64px rgba(14, 55, 92, 0.12); */
}

.blog-tabs-shell::before,
.blog-tabs-shell::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  pointer-events: none;
  opacity: 0.8;
}

.blog-tabs-shell::before {
  width: 300px;
  height: 300px;
  top: -140px;
  right: -90px;
  /* background: radial-gradient(
    circle,
    rgba(26, 165, 245, 0.18),
    rgba(26, 165, 245, 0)
  ); */
}

.blog-tabs-shell::after {
  width: 260px;
  height: 260px;
  bottom: -120px;
  left: -80px;
  /* background: radial-gradient(
    circle,
    rgba(2, 195, 154, 0.16),
    rgba(2, 195, 154, 0)
  ); */
}

.blog-tabs-shell > * {
  position: relative;
  z-index: 1;
}

.blog-tabs-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.85fr);
  gap: 24px;
  align-items: stretch;
}

.blog-tabs-copy {
  padding: clamp(22px, 2.6vw, 34px);
  border-radius: 30px;
  background: linear-gradient(
    135deg,
    rgba(8, 54, 95, 1) 0%,
    rgba(17, 115, 190, 0.96) 58%,
    rgba(26, 165, 245, 0.92) 100%
  );
  color: #ffffff;
  box-shadow: 0 18px 44px rgba(7, 47, 81, 0.24);
}

.blog-tabs-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  padding: 9px 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.92);
  font-family: Poppins, Arial, sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.blog-tabs-copy h2 {
  margin: 0;
  font-family: Poppins, Arial, sans-serif;
  font-size: clamp(30px, 4vw, 44px);
  line-height: 1.08;
  color: #ffffff;
}

.blog-tabs-copy p {
  margin: 18px 0 0;
  max-width: 680px;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.9);
}

.blog-tabs-pill-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.blog-tabs-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 11px 15px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  color: #ffffff;
  font-family: Poppins, Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
}

.blog-tabs-pill::before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.8);
}

.blog-tabs-side {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.blog-tabs-highlight {
  padding: 22px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(18, 118, 193, 0.12);
  box-shadow: 0 14px 36px rgba(14, 55, 92, 0.08);
}

.blog-tabs-highlight-label {
  display: inline-block;
  margin-bottom: 10px;
  font-family: Poppins, Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #0d74c9;
}

.blog-tabs-highlight strong {
  display: block;
  margin-bottom: 8px;
  font-family: Poppins, Arial, sans-serif;
  font-size: 26px;
  line-height: 1.15;
  color: #17314c;
}

.blog-tabs-highlight p {
  margin: 0;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 15px;
  line-height: 1.7;
  color: #55707d;
}

.blog-tabs-stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 16px;
}

.blog-tabs-stat {
  padding: 16px 18px;
  border-radius: 20px;
  background: rgba(237, 247, 252, 0.92);
  border: 1px solid rgba(13, 116, 201, 0.08);
}

.blog-tabs-stat span {
  display: block;
  font-family: Poppins, Arial, sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: #0d74c9;
}

.blog-tabs-stat strong {
  display: block;
  margin-top: 4px;
  font-family: Poppins, Arial, sans-serif;
  font-size: 24px;
  color: #17314c;
}

.blog-tabs-filter {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 22px;
  margin-top: 28px;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(13, 116, 201, 0.12);
}

.blog-tabs-filter h3 {
  margin: 0 0 8px;
  font-family: Poppins, Arial, sans-serif;
  font-size: 24px;
  color: #17314c;
}

.blog-tabs-filter p {
  margin: 0;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 15px;
  line-height: 1.7;
  color: #55707d;
}

.blog-tabs-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
}

.blog-tab-button {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 16px;
  border: 1px solid rgba(13, 116, 201, 0.14);
  border-radius: 999px;
  background: #ffffff;
  color: #17314c;
  font-family: Poppins, Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    background-color 0.25s ease,
    color 0.25s ease;
}

.blog-tab-button:hover,
.blog-tab-button:focus-visible {
  transform: translateY(-2px);
  outline: none;
  box-shadow: 0 10px 24px rgba(13, 116, 201, 0.14);
}

.blog-tab-button.is-active {
  background: linear-gradient(
    135deg,
    rgba(26, 165, 245, 1),
    rgba(13, 116, 201, 1)
  );
  color: #ffffff;
  border-color: transparent;
  box-shadow: 0 14px 30px rgba(13, 116, 201, 0.24);
}

.blog-tab-count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 28px;
  height: 28px;
  padding: 0 8px;
  border-radius: 999px;
  background: rgba(13, 116, 201, 0.08);
  color: #0d74c9;
  font-size: 12px;
  font-weight: 700;
}

.blog-tab-button.is-active .blog-tab-count {
  background: rgba(255, 255, 255, 0.16);
  color: #ffffff;
}

.blog-tabs-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  margin-top: 28px;
  margin-bottom: 28px;
}

.blog-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  border-radius: 28px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid #1591e3;
  box-shadow: 0 16px 40px rgba(14, 55, 92, 0.08);
  transition:
    transform 0.28s ease,
    box-shadow 0.28s ease,
    border-color 0.28s ease;
}

.blog-card:hover {
  transform: translateY(-6px);
  border-color: rgba(13, 116, 201, 0.2);
  box-shadow: 0 24px 54px rgba(14, 55, 92, 0.14);
}

.blog-card[hidden] {
  display: none !important;
}

.blog-card-media {
  position: relative;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #dceef8;
}

.blog-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease;
}

.blog-card:hover .blog-card-media img {
  transform: scale(1.05);
}

.blog-card-badge {
  position: absolute;
  top: 18px;
  left: 18px;
  padding: 8px 12px;
  border-radius: 999px;
  font-family: Poppins, Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  backdrop-filter: blur(8px);
}

.blog-card[data-category="knee"] .blog-card-badge {
  background: rgba(231, 245, 255, 0.92);
  color: #0b86d5;
}

.blog-card[data-category="shoulder"] .blog-card-badge {
  background: rgba(255, 241, 235, 0.94);
  color: #d45a2d;
}

.blog-card[data-category="joint-repair"] .blog-card-badge {
  background: rgba(236, 251, 241, 0.94);
  color: #218657;
}

.blog-card[data-category="general"] .blog-card-badge {
  background: rgba(255, 248, 231, 0.96);
  color: #a77a06;
}

.blog-card-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 14px;
  padding: 22px;
}

.blog-card-meta {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  font-family: Poppins, Arial, sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #0d74c9;
}

.blog-card-meta::after {
  content: "";
  width: 34px;
  height: 1px;
  background: rgba(13, 116, 201, 0.24);
}

.blog-card-title {
  margin: 0;
  font-family: Poppins, Arial, sans-serif;
  font-size: 21px;
  line-height: 1.35;
  color: #17314c;
}

.blog-card-excerpt {
  margin: 0;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 15px;
  line-height: 1.75;
  color: #55707d;
}

.blog-card-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: auto;
  font-family: Poppins, Arial, sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: #0b86d5;
  text-decoration: none;
}

.blog-card-link::after {
  content: "\2192";
  transition: transform 0.25s ease;
}

.blog-card:hover .blog-card-link::after {
  transform: translateX(4px);
}

@media (max-width: 1100px) {
  .blog-tabs-hero,
  .blog-tabs-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .blog-tabs-hero {
    grid-template-columns: 1fr;
  }

  .blog-tabs-filter {
    align-items: flex-start;
    flex-direction: column;
  }

  .blog-tabs-actions {
    justify-content: flex-start;
  }
}

@media (max-width: 767px) {
  .blog-tabs-side,
  .blog-tabs-stats,
  .blog-tabs-grid {
    grid-template-columns: 1fr;
  }

  .blog-tabs-copy,
  .blog-tabs-highlight,
  .blog-tabs-stat,
  .blog-card {
    border-radius: 24px;
  }

  .blog-tabs-copy p,
  .blog-tabs-filter p,
  .blog-card-excerpt {
    font-size: 14px;
  }

  .blog-tab-button {
    width: 100%;
    justify-content: space-between;
  }
}
