.gcv-article-path {
  display: flex;
  align-items: center;
  gap: 14px;
  min-height: 42px;
  max-width: 1040px;
  margin: 0 auto 28px;
  padding-bottom: 18px;
  border-bottom: 1px solid #e5e7eb;
}

.entry-content .gcv-article-back,
.entry-content .gcv-article-all-guides,
.entry-content .gcv-article-exit-primary {
  text-decoration: none;
}

.entry-content .gcv-article-back {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 40px;
  padding: 8px 14px 8px 11px;
  border: 1px solid #cfe0ff;
  border-radius: 999px;
  background: #f3f7ff;
  color: #37506f;
  font-size: 13px;
  line-height: 1.2;
  transition: color .18s ease, border-color .18s ease, background-color .18s ease, transform .18s ease;
}

.entry-content .gcv-article-back strong {
  color: #155eef;
  font-weight: 800;
}

.gcv-icon-arrow-left {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 17px;
  width: 17px;
  height: 17px;
  font-size: 18px;
  font-weight: 800;
  line-height: 1;
}

.entry-content .gcv-article-all-guides {
  padding: 8px 4px;
  color: #64748b;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.2;
}

.entry-content .gcv-article-back:hover,
.entry-content .gcv-article-back:focus-visible {
  border-color: #9bbcff;
  background: #eaf2ff;
  color: #155eef;
  transform: translateX(-2px);
}

.entry-content .gcv-article-all-guides:hover,
.entry-content .gcv-article-all-guides:focus-visible {
  color: #155eef;
}

.entry-content .gcv-article-back:focus-visible,
.entry-content .gcv-article-all-guides:focus-visible,
.entry-content .gcv-article-exit-primary:focus-visible {
  outline: 3px solid rgba(21, 94, 239, .22);
  outline-offset: 3px;
}

.entry-content .gcv-article-exit {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  max-width: 1040px;
  margin: 48px auto 0;
  padding: 28px 0 0;
  border-top: 1px solid #e5e7eb;
}

.gcv-article-exit-copy {
  display: grid;
  gap: 4px;
}

.gcv-article-exit-copy span {
  color: #64748b;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.gcv-article-exit-copy strong {
  color: #0f172a;
  font-size: 20px;
  line-height: 1.3;
}

.gcv-article-exit-actions {
  display: flex;
  align-items: center;
  gap: 16px;
}

.entry-content .gcv-article-exit-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 44px;
  padding: 10px 16px;
  border: 1px solid #155eef;
  border-radius: 8px;
  background: #155eef;
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.2;
  transition: background-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.entry-content .gcv-article-exit-primary:hover,
.entry-content .gcv-article-exit-primary:focus-visible {
  background: #0e4ed5;
  box-shadow: 0 9px 24px rgba(21, 94, 239, .18);
  color: #fff;
  transform: translateY(-1px);
}

@media (max-width: 680px) {
  .gcv-article-path {
    align-items: flex-start;
    gap: 10px;
  }

  .entry-content .gcv-article-back {
    max-width: calc(100% - 84px);
  }

  .gcv-article-back span:last-child {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .entry-content .gcv-article-exit {
    align-items: stretch;
    flex-direction: column;
    gap: 18px;
  }

  .gcv-article-exit-actions {
    align-items: stretch;
    flex-direction: column;
    gap: 8px;
  }

  .entry-content .gcv-article-exit-primary,
  .entry-content .gcv-article-exit .gcv-article-all-guides {
    width: 100%;
    text-align: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  .entry-content .gcv-article-back,
  .entry-content .gcv-article-exit-primary {
    transition: none;
  }
}
