.kse-blog-body {
  background: #f4f7fb;
  color: #12304a;
}

.kse-blog-page {
  min-height: 70vh;
  background: #f4f7fb;
}

.kse-blog-hero {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #062b45 0%, #075b73 58%, #0b8d86 100%);
  color: #fff;
  padding: 64px 0 58px;
}

.kse-blog-hero::after {
  position: absolute;
  top: -160px;
  right: -90px;
  width: 420px;
  height: 420px;
  border: 80px solid rgba(255, 255, 255, 0.07);
  border-radius: 50%;
  content: "";
}

.kse-blog-hero-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 280px;
  gap: 54px;
  align-items: center;
}

.kse-blog-eyebrow,
.kse-blog-section-label {
  display: block;
  margin-bottom: 12px;
  color: #55e4d5;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.kse-blog-hero h1 {
  max-width: 780px;
  margin: 0 0 16px;
  color: #fff;
  font-size: clamp(2.45rem, 5vw, 4.4rem);
  line-height: 1.02;
  letter-spacing: -0.045em;
}

.kse-blog-hero-copy > p {
  max-width: 750px;
  margin: 0;
  color: rgba(255, 255, 255, 0.85);
  font-size: 1.08rem;
  line-height: 1.75;
}

.kse-blog-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.kse-blog-hero-actions .kse-btn-soft {
  border-color: rgba(255, 255, 255, 0.35);
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}

.kse-blog-trust-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
  margin-top: 18px;
}

.kse-blog-trust-links a {
  color: #b9fff7;
  font-size: 0.82rem;
  font-weight: 750;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.kse-blog-hero-panel {
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 22px;
  background: rgba(3, 27, 45, 0.34);
  box-shadow: 0 22px 60px rgba(1, 20, 31, 0.22);
  backdrop-filter: blur(8px);
}

.kse-blog-hero-panel strong {
  display: block;
  color: #fff;
  font-size: 3rem;
  line-height: 1;
}

.kse-blog-hero-panel span {
  display: block;
  margin-top: 7px;
  color: #9ef5eb;
  font-weight: 800;
}

.kse-blog-hero-panel p {
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.74);
  line-height: 1.6;
}

.kse-blog-main {
  padding-top: 34px;
  padding-bottom: 72px;
}

.kse-blog-categories {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  padding: 4px 2px 16px;
  scrollbar-width: thin;
}

.kse-blog-categories a {
  display: inline-flex;
  flex: 0 0 auto;
  gap: 8px;
  align-items: center;
  padding: 10px 14px;
  border: 1px solid #d6e2ec;
  border-radius: 999px;
  background: #fff;
  color: #28465f;
  font-size: 0.84rem;
  font-weight: 750;
  text-decoration: none;
}

.kse-blog-categories a:hover,
.kse-blog-categories a:focus-visible,
.kse-blog-categories a.is-active {
  border-color: #078a85;
  background: #078a85;
  color: #fff;
}

.kse-blog-categories a span {
  min-width: 22px;
  padding: 2px 6px;
  border-radius: 999px;
  background: rgba(8, 64, 86, 0.08);
  text-align: center;
}

.kse-blog-categories a.is-active span,
.kse-blog-categories a:hover span {
  background: rgba(255, 255, 255, 0.18);
}

.kse-blog-featured,
.kse-blog-library {
  padding-top: 38px;
}

.kse-blog-section-heading {
  display: flex;
  gap: 32px;
  align-items: end;
  justify-content: space-between;
  margin-bottom: 22px;
}

.kse-blog-section-heading span {
  color: #078a85;
  font-size: 0.73rem;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.kse-blog-section-heading h2 {
  margin: 5px 0 0;
  color: #0b2f49;
  font-size: clamp(1.6rem, 3vw, 2.25rem);
  letter-spacing: -0.025em;
}

.kse-blog-section-heading > p {
  max-width: 530px;
  margin: 0;
  color: #647a8c;
  line-height: 1.6;
}

.kse-blog-featured-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.kse-blog-feature-card {
  min-height: 300px;
  padding: 28px;
  border-radius: 22px;
  background: linear-gradient(145deg, #0b3853, #087a7c);
  color: #fff;
  box-shadow: 0 18px 38px rgba(11, 55, 82, 0.16);
}

.kse-blog-feature-card:nth-child(2) {
  background: linear-gradient(145deg, #173556, #315f84);
}

.kse-blog-feature-card:nth-child(3) {
  background: linear-gradient(145deg, #12463f, #18826d);
}

.kse-blog-card-category {
  color: #087d7a;
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  text-decoration: none;
}

.kse-blog-feature-card .kse-blog-card-category {
  color: #9ef5eb;
}

.kse-blog-feature-card h3 {
  margin: 18px 0 14px;
  font-size: 1.38rem;
  line-height: 1.34;
}

.kse-blog-feature-card h3 a {
  color: #fff;
  text-decoration: none;
}

.kse-blog-feature-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.65;
}

.kse-blog-card-meta {
  display: flex;
  gap: 10px;
  justify-content: space-between;
  margin-top: 24px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.78rem;
}

.kse-blog-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.kse-blog-card {
  display: flex;
  min-height: 285px;
  flex-direction: column;
  padding: 25px;
  border: 1px solid #dce6ee;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 12px 32px rgba(26, 57, 80, 0.06);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.kse-blog-card:hover {
  transform: translateY(-3px);
  border-color: #a9d8d5;
  box-shadow: 0 18px 42px rgba(19, 69, 92, 0.11);
}

.kse-blog-card-top {
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: space-between;
}

.kse-blog-card-top > span {
  color: #7d8f9d;
  font-size: 0.76rem;
}

.kse-blog-card h3 {
  margin: 16px 0 12px;
  color: #0b2f49;
  font-size: 1.25rem;
  line-height: 1.38;
}

.kse-blog-card h3 a {
  color: inherit;
  text-decoration: none;
}

.kse-blog-card > p {
  margin: 0;
  color: #607689;
  line-height: 1.65;
}

.kse-blog-card footer {
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
  padding-top: 24px;
  color: #80909d;
  font-size: 0.78rem;
}

.kse-blog-card footer a {
  color: #067c78;
  font-weight: 800;
  text-decoration: none;
}

.kse-blog-empty {
  padding: 44px;
  border: 1px dashed #bdccd7;
  border-radius: 20px;
  background: #fff;
  text-align: center;
}

.kse-blog-empty h3,
.kse-blog-empty p {
  margin: 0;
}

.kse-blog-empty p {
  margin-top: 8px;
  color: #6d8191;
}

.kse-blog-pagination {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 14px;
  align-items: center;
  margin-top: 28px;
  padding: 18px 20px;
  border: 1px solid #dce6ee;
  border-radius: 16px;
  background: #fff;
  color: #6d8191;
  font-size: 0.82rem;
  text-align: center;
}

.kse-blog-pagination a {
  color: #087d7a;
  font-weight: 800;
  text-decoration: none;
}

.kse-blog-pagination a:last-child {
  text-align: right;
}

.kse-blog-pagination a:first-child {
  text-align: left;
}

.kse-blog-disclosure,
.kse-blog-article-notice {
  margin-top: 34px;
  padding: 20px 22px;
  border: 1px solid #d5e2eb;
  border-left: 4px solid #078a85;
  border-radius: 14px;
  background: #eef8f7;
}

.kse-blog-disclosure strong,
.kse-blog-article-notice strong {
  color: #0c4c4b;
}

.kse-blog-disclosure p,
.kse-blog-article-notice p {
  margin: 6px 0 0;
  color: #536f78;
  line-height: 1.6;
}

.kse-blog-breadcrumbs {
  display: flex;
  gap: 9px;
  align-items: center;
  padding-top: 25px;
  padding-bottom: 18px;
  color: #718697;
  font-size: 0.79rem;
}

.kse-blog-breadcrumbs a {
  color: #3d6279;
  text-decoration: none;
}

.kse-blog-breadcrumbs i {
  color: #9aaab6;
  font-size: 0.58rem;
}

.kse-blog-article-hero {
  padding: 46px 0 52px;
  border-top: 1px solid #e0e8ef;
  border-bottom: 1px solid #d9e5ed;
  background: linear-gradient(135deg, #fff 0%, #eef8f8 100%);
}

.kse-blog-article-hero-inner {
  max-width: 980px;
}

.kse-blog-article-hero h1 {
  max-width: 940px;
  margin: 16px 0 18px;
  color: #082d47;
  font-size: clamp(2.25rem, 4.6vw, 4rem);
  line-height: 1.08;
  letter-spacing: -0.042em;
}

.kse-blog-article-deck {
  max-width: 850px;
  margin: 0;
  color: #567184;
  font-size: 1.13rem;
  line-height: 1.72;
}

.kse-blog-byline {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
  margin-top: 24px;
  color: #60788a;
  font-size: 0.82rem;
}

.kse-blog-byline i {
  margin-right: 4px;
  color: #078a85;
}

.kse-blog-byline a {
  color: inherit;
  font-weight: 750;
  text-decoration: underline;
  text-decoration-color: #83c9c5;
  text-underline-offset: 3px;
}

.kse-blog-article-layout {
  display: grid;
  grid-template-columns: 250px minmax(0, 820px);
  gap: 48px;
  justify-content: center;
  padding-top: 42px;
  padding-bottom: 80px;
}

.kse-blog-article-aside {
  min-width: 0;
}

.kse-blog-toc,
.kse-blog-aside-links {
  padding: 20px;
  border: 1px solid #dce6ee;
  border-radius: 16px;
  background: #fff;
}

.kse-blog-toc {
  position: sticky;
  top: 88px;
}

.kse-blog-toc strong,
.kse-blog-aside-links strong {
  display: block;
  margin-bottom: 10px;
  color: #173a53;
  font-size: 0.78rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.kse-blog-toc a,
.kse-blog-aside-links a {
  display: block;
  padding: 7px 0;
  color: #597183;
  font-size: 0.82rem;
  line-height: 1.4;
  text-decoration: none;
}

.kse-blog-toc a:hover,
.kse-blog-toc a:focus-visible,
.kse-blog-aside-links a:hover,
.kse-blog-aside-links a:focus-visible {
  color: #078a85;
}

.kse-blog-toc a.is-subsection {
  padding-left: 12px;
  font-size: 0.78rem;
}

.kse-blog-aside-links {
  margin-top: 16px;
}

.kse-blog-article {
  min-width: 0;
  padding: 40px 46px;
  border: 1px solid #dce6ee;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 16px 42px rgba(28, 60, 82, 0.07);
}

.kse-blog-article-content {
  overflow-wrap: anywhere;
  color: #334f63;
  font-size: 1.01rem;
  line-height: 1.82;
}

.kse-blog-article-content h2,
.kse-blog-article-content h3,
.kse-blog-article-content h4 {
  scroll-margin-top: 105px;
  color: #0a314b;
  line-height: 1.25;
  letter-spacing: -0.02em;
}

.kse-blog-article-content h2 {
  margin: 42px 0 14px;
  padding-top: 8px;
  font-size: 1.75rem;
}

.kse-blog-article-content h3 {
  margin: 30px 0 10px;
  font-size: 1.3rem;
}

.kse-blog-article-content p {
  margin: 0 0 19px;
}

.kse-blog-article-content ul,
.kse-blog-article-content ol {
  margin: 0 0 22px;
  padding-left: 24px;
}

.kse-blog-article-content li {
  margin-bottom: 9px;
}

.kse-blog-article-content a {
  color: #087d7a;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.kse-blog-article-content blockquote {
  margin: 28px 0;
  padding: 18px 22px;
  border-left: 4px solid #0a9a91;
  background: #eff9f8;
  color: #315d61;
}

.kse-blog-article-content table {
  display: block;
  width: 100%;
  margin: 26px 0;
  border-collapse: collapse;
  font-size: 0.9rem;
  overflow-x: auto;
}

.kse-blog-article-content th,
.kse-blog-article-content td {
  padding: 11px 12px;
  border: 1px solid #dbe5ec;
  text-align: left;
}

.kse-blog-article-content th {
  background: #eef5f8;
  color: #173c55;
}

.kse-blog-sources,
.kse-blog-related-stocks,
.kse-blog-faq,
.kse-blog-related-guides {
  margin-top: 44px;
  padding-top: 34px;
  border-top: 1px solid #dfe8ee;
}

.kse-blog-sources h2 {
  margin: 0 0 10px;
  color: #0a314b;
  font-size: 1.65rem;
}

.kse-blog-sources > p {
  margin: 0 0 16px;
  color: #5a7283;
  line-height: 1.65;
}

.kse-blog-sources ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.kse-blog-sources li {
  display: flex;
  gap: 8px 16px;
  align-items: baseline;
  justify-content: space-between;
  padding: 14px 16px;
  border: 1px solid #dce6ee;
  border-radius: 12px;
  background: #f8fafc;
}

.kse-blog-sources a,
.kse-blog-article-notice a {
  color: #087d7a;
  font-weight: 750;
}

.kse-blog-sources li span {
  flex: 0 0 auto;
  color: #728694;
  font-size: 0.75rem;
}

.kse-blog-policy-layout {
  max-width: 980px;
  padding-top: 42px;
  padding-bottom: 80px;
}

.kse-blog-policy-content {
  max-width: 820px;
  margin: 0 auto;
}

.kse-blog-policy-content section + section {
  margin-top: 36px;
  padding-top: 28px;
  border-top: 1px solid #dfe8ee;
}

.kse-blog-policy-content h2 {
  margin: 0 0 12px;
  color: #0a314b;
  font-size: 1.7rem;
}

.kse-blog-policy-content p,
.kse-blog-policy-content li {
  color: #405d70;
  font-size: 1rem;
  line-height: 1.78;
}

.kse-blog-policy-content ol {
  padding-left: 24px;
}

.kse-blog-policy-content a {
  color: #087d7a;
  font-weight: 750;
}

.kse-blog-policy-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 38px;
  padding-top: 30px;
  border-top: 1px solid #dfe8ee;
}

.kse-blog-related-stocks h2,
.kse-blog-faq h2,
.kse-blog-related-guides h2 {
  margin: 0 0 18px;
  color: #0a314b;
  font-size: 1.65rem;
}

.kse-blog-related-stocks > div {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.kse-blog-related-stocks a {
  display: flex;
  flex-direction: column;
  padding: 15px;
  border: 1px solid #dce6ee;
  border-radius: 13px;
  background: #f8fafc;
  text-decoration: none;
}

.kse-blog-related-stocks strong {
  color: #087d7a;
  font-size: 1rem;
}

.kse-blog-related-stocks span {
  margin-top: 3px;
  color: #6e8291;
  font-size: 0.77rem;
}

.kse-blog-faq details {
  border-top: 1px solid #dfe7ed;
}

.kse-blog-faq details:last-child {
  border-bottom: 1px solid #dfe7ed;
}

.kse-blog-faq summary {
  padding: 17px 4px;
  color: #173b54;
  font-weight: 800;
  cursor: pointer;
}

.kse-blog-faq summary:focus-visible {
  border-radius: 7px;
  outline: 3px solid rgba(8, 125, 122, 0.28);
  outline-offset: 3px;
}

.kse-blog-faq details p {
  margin: 0;
  padding: 0 4px 18px;
  color: #5a7283;
  line-height: 1.65;
}

.kse-blog-related-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.kse-blog-related-grid a {
  display: flex;
  min-height: 150px;
  flex-direction: column;
  padding: 17px;
  border: 1px solid #dce6ee;
  border-radius: 14px;
  background: #f8fafc;
  text-decoration: none;
}

.kse-blog-related-grid span {
  color: #078a85;
  font-size: 0.65rem;
  font-weight: 850;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.kse-blog-related-grid strong {
  margin-top: 9px;
  color: #173a53;
  line-height: 1.4;
}

.kse-blog-related-grid small {
  margin-top: auto;
  color: #7c8d99;
}

.kse-blog-article-image {
  margin: 32px 0 -106px;
  overflow: hidden;
  border: 1px solid rgba(10, 75, 96, 0.14);
  border-radius: 20px;
  background: #062b45;
  box-shadow: 0 22px 48px rgba(8, 45, 71, 0.18);
}

.kse-blog-article-image img {
  display: block;
  width: 100%;
  height: auto;
}

.kse-blog-article-layout.has-article-image {
  padding-top: 112px;
}

.kse-blog-callout {
  margin: 28px 0;
  padding: 22px 24px;
  border: 1px solid #cfe2ea;
  border-left: 5px solid #078a85;
  border-radius: 15px;
  background: #f1f9f8;
  color: #315766;
}

.kse-blog-callout h2,
.kse-blog-callout h3 {
  margin: 0 0 10px;
  padding: 0;
  color: #0c4c4b;
  font-size: 1.22rem;
}

.kse-blog-callout p:last-child,
.kse-blog-callout ul:last-child {
  margin-bottom: 0;
}

.kse-blog-callout-key {
  border-left-color: #087d7a;
  background: linear-gradient(135deg, #edf9f8, #f7fbfd);
}

.kse-blog-callout-tip {
  border-left-color: #2b79a5;
  background: #f0f7fc;
}

.kse-blog-callout-risk {
  border-color: #efd1c6;
  border-left-color: #b84b2e;
  background: #fff6f2;
  color: #713d30;
}

.kse-blog-callout-risk h3 {
  color: #8e341f;
}

.kse-blog-callout-verify {
  border-color: #eadba8;
  border-left-color: #a87306;
  background: #fffaf0;
  color: #675129;
}

.kse-blog-callout-verify h3 {
  color: #765608;
}

.kse-blog-profile-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  padding: 0;
  list-style: none;
}

.kse-blog-profile-grid li {
  margin: 0;
  padding: 19px;
  border: 1px solid #d9e5ec;
  border-radius: 14px;
  background: #f8fafc;
}

.kse-blog-profile-grid strong {
  display: block;
  margin-bottom: 7px;
  color: #0b5360;
}

.kse-blog-timeline {
  display: grid;
  gap: 12px;
  padding: 0;
  counter-reset: broker-step;
  list-style: none;
}

.kse-blog-timeline li {
  position: relative;
  min-height: 46px;
  margin: 0;
  padding: 10px 14px 10px 58px;
  border: 1px solid #dce6ee;
  border-radius: 12px;
  background: #f8fafc;
  counter-increment: broker-step;
}

.kse-blog-timeline li::before {
  position: absolute;
  top: 8px;
  left: 10px;
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 50%;
  background: #087d7a;
  color: #fff;
  content: counter(broker-step);
  font-weight: 850;
}

.kse-blog-terms-table th:first-child,
.kse-blog-comparison-table th:first-child,
.kse-blog-scorecard th:first-child {
  min-width: 145px;
}

.kse-blog-cost-example,
.kse-blog-next-step {
  margin: 26px 0;
  padding: 22px 24px;
  border: 1px solid #d6e4ec;
  border-radius: 16px;
  background: linear-gradient(135deg, #f7fafc, #eef8f7);
}

.kse-blog-cost-example figcaption,
.kse-blog-next-step figcaption {
  margin-bottom: 12px;
  color: #0a3e55;
  font-weight: 850;
}

.kse-blog-cost-example table {
  margin: 14px 0;
  background: #fff;
}

.kse-blog-red-flags,
.kse-blog-checklist {
  display: grid;
  gap: 10px;
  padding: 0;
  list-style: none;
}

.kse-blog-red-flags li,
.kse-blog-checklist li {
  position: relative;
  margin: 0;
  padding: 13px 16px 13px 44px;
  border: 1px solid #dce6ee;
  border-radius: 11px;
  background: #f8fafc;
}

.kse-blog-red-flags li::before,
.kse-blog-checklist li::before {
  position: absolute;
  top: 12px;
  left: 15px;
  font-size: 1rem;
  font-weight: 900;
}

.kse-blog-red-flags li::before {
  color: #ad4027;
  content: "!";
}

.kse-blog-checklist li::before {
  color: #087d7a;
  content: "\2713";
}

.kse-blog-next-step a {
  display: inline-block;
  margin: 5px 12px 5px 0;
}

.kse-blog-cost-calculator {
  margin: 20px 0 34px;
  padding: 24px;
  border: 1px solid #cfe0e8;
  border-radius: 17px;
  background: #f7fafc;
}

.kse-blog-calculator-fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 15px;
}

.kse-blog-calculator-fields label,
.kse-blog-calculator-fields span {
  display: block;
}

.kse-blog-calculator-fields span {
  margin-bottom: 7px;
  color: #23475e;
  font-size: 0.82rem;
  font-weight: 800;
}

.kse-blog-calculator-fields input {
  width: 100%;
  min-height: 46px;
  padding: 10px 12px;
  border: 1px solid #bfcfda;
  border-radius: 10px;
  background: #fff;
  color: #17384f;
  font: inherit;
}

.kse-blog-calculator-fields input:focus-visible {
  border-color: #087d7a;
  outline: 3px solid rgba(8, 125, 122, 0.2);
  outline-offset: 1px;
}

.kse-blog-calculator-fields input[aria-invalid="true"] {
  border-color: #b84b2e;
  background: #fff8f5;
}

.kse-blog-calculator-help,
.kse-blog-calculator-note,
.kse-blog-calculator-error {
  margin: 16px 0;
  font-size: 0.86rem;
  line-height: 1.6;
}

.kse-blog-calculator-error {
  color: #9b341f;
  font-weight: 800;
}

.kse-blog-calculator-results {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  margin: 18px 0;
  overflow: hidden;
  border: 1px solid #d9e5ec;
  border-radius: 12px;
  background: #d9e5ec;
}

.kse-blog-calculator-results div {
  padding: 14px;
  background: #fff;
}

.kse-blog-calculator-results dt {
  color: #607789;
  font-size: 0.76rem;
}

.kse-blog-calculator-results dd {
  margin: 4px 0 0;
  color: #0a5360;
  font-size: 1rem;
  font-weight: 850;
}

.kse-blog-author-panel {
  margin-top: 44px;
  padding-top: 34px;
  border-top: 1px solid #dfe8ee;
}

.kse-blog-author-panel h2 {
  margin: 0 0 18px;
  color: #0a314b;
  font-size: 1.65rem;
}

.kse-blog-author-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.kse-blog-author-grid > div {
  padding: 19px;
  border: 1px solid #dce6ee;
  border-radius: 14px;
  background: #f8fafc;
}

.kse-blog-author-grid strong {
  color: #173a53;
}

.kse-blog-author-grid p,
.kse-blog-author-disclosure {
  color: #5a7283;
  line-height: 1.65;
}

.kse-blog-author-grid p {
  margin: 7px 0 10px;
}

.kse-blog-author-grid a {
  color: #087d7a;
  font-weight: 750;
}

.kse-blog-author-disclosure {
  margin: 14px 0 0;
  font-size: 0.84rem;
}

@media (max-width: 1024px) {
  .kse-blog-featured-grid,
  .kse-blog-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .kse-blog-article-layout {
    grid-template-columns: 215px minmax(0, 1fr);
    gap: 24px;
  }

  .kse-blog-article {
    padding: 34px;
  }
}

@media (max-width: 760px) {
  .kse-blog-hero {
    padding: 46px 0;
  }

  .kse-blog-hero-inner {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .kse-blog-hero-panel {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 4px 12px;
    align-items: center;
  }

  .kse-blog-hero-panel strong {
    grid-row: 1 / span 2;
    font-size: 2.3rem;
  }

  .kse-blog-hero-panel p {
    grid-column: 1 / -1;
    margin-top: 10px;
  }

  .kse-blog-section-heading {
    display: block;
  }

  .kse-blog-section-heading > p {
    margin-top: 10px;
  }

  .kse-blog-featured-grid,
  .kse-blog-card-grid,
  .kse-blog-related-grid {
    grid-template-columns: 1fr;
  }

  .kse-blog-feature-card {
    min-height: 0;
  }

  .kse-blog-pagination {
    grid-template-columns: 1fr 1fr;
  }

  .kse-blog-pagination > span:nth-child(2) {
    grid-column: 1 / -1;
    grid-row: 1;
  }

  .kse-blog-article-layout {
    display: block;
    padding-top: 20px;
  }

  .kse-blog-toc {
    position: static;
  }

  .kse-blog-aside-links {
    display: none;
  }

  .kse-blog-article {
    margin-top: 18px;
    padding: 26px 22px;
    border-radius: 17px;
  }

  .kse-blog-article-image {
    margin-bottom: -78px;
    border-radius: 14px;
  }

  .kse-blog-article-layout.has-article-image {
    padding-top: 84px;
  }

  .kse-blog-article-hero {
    padding: 36px 0 40px;
  }

  .kse-blog-article-content {
    font-size: 0.97rem;
  }

  .kse-blog-related-stocks > div {
    grid-template-columns: 1fr;
  }

  .kse-blog-profile-grid,
  .kse-blog-calculator-fields,
  .kse-blog-calculator-results,
  .kse-blog-author-grid {
    grid-template-columns: 1fr;
  }

  .kse-blog-cost-calculator,
  .kse-blog-cost-example,
  .kse-blog-next-step {
    padding: 19px;
  }

  .kse-blog-sources li {
    display: block;
  }

  .kse-blog-sources li span {
    display: block;
    margin-top: 5px;
  }

  .kse-blog-breadcrumbs {
    overflow: hidden;
    white-space: nowrap;
  }
}
