/**
 * Article Detail V2
 * Figma: 1840:1342
 * 基准 16 = 1rem；禁止像素单位
 */

.v2-article-page {
  box-sizing: border-box;
  padding: 1.875rem 0 6.25rem;
  background: #f5f5f7;
}

.v2-article-page h1,
.v2-article-page h2,
.v2-article-page p {
  margin: 0;
}

.v2-article-breadcrumb {
  display: flex;
  align-items: center;
  gap: 0.875rem;
  width: 95rem;
  height: 1.1875rem;
  margin: 0 auto;
  overflow: hidden;
  white-space: nowrap;
}

.v2-article-breadcrumb a {
  flex-shrink: 0;
  text-decoration: none;
  cursor: pointer;
}

.v2-article-breadcrumb a,
.v2-article-breadcrumb a span,
.v2-article-breadcrumb-current {
  font-family: "Gotham-Book", sans-serif;
  font-size: 1rem;
  line-height: 1.1875rem;
  color: #8d9ba9;
}

.v2-article-breadcrumb a:hover,
.v2-article-breadcrumb a:hover span {
  color: #008cff;
  text-decoration: underline;
}

.v2-article-breadcrumb-current {
  overflow: hidden;
  color: #323232;
  text-overflow: ellipsis;
}

.v2-article-breadcrumb i {
  flex: 0 0 0.1875rem;
  width: 0.1875rem;
  height: 0.375rem;
  background: url("/uploads/image/v2/blog/breadcrumb.svg") center / contain no-repeat;
  transform: scale(1.5);
}

.v2-article-layout {
  display: grid;
  grid-template-columns: 62.5rem 30rem;
  align-items: start;
  gap: 2.5rem;
  width: 95rem;
  margin: 1.5625rem auto 0;
}

.v2-article-card,
.v2-article-sidebar {
  position: sticky;
  top: 1.25rem;
  align-self: start;
  box-sizing: border-box;
  border-radius: 0.875rem;
  background: #ffffff;
  box-shadow: 0 0 0.625rem 0 rgba(34, 50, 72, 0.1);
}

.v2-article-card {
  padding: 3.25rem 3.75rem 3.75rem;
}

.v2-article-title,
.v2-article-title span {
  font-family: "Gotham-Bold", sans-serif;
  font-size: 2.75rem;
  line-height: 3.3125rem;
  color: #323232;
}

.v2-article-date {
  margin-top: 1.5rem !important;
}

.v2-article-date,
.v2-article-date span {
  font-family: "Gotham-Book", sans-serif;
  font-size: 1rem;
  line-height: 1.1875rem;
  color: #323232;
}

.v2-article-tags {
  margin-top: 1.5rem;
}

.v2-article-tags .blog-tag-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.375rem;
}

.v2-article-tags .blog-tag-sep {
  display: none;
}

.v2-article-tags .blog-tag-pill {
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  height: 1.75rem;
  padding: 0 0.875rem;
  border-radius: 3.75rem;
  background: #f5f5f7;
  text-decoration: none;
}

.v2-article-tags .blog-tag-pill,
.v2-article-tags .blog-tag-pill span {
  font-family: "Gotham-Medium", sans-serif;
  font-size: 0.9375rem;
  line-height: 1.75rem;
  color: #6d7b8b;
}

.v2-article-tags .blog-tag-pill:hover,
.v2-article-tags .blog-tag-pill:hover span {
  background: #eaf1fe;
  color: #008cff;
}

/* 正文间距按确认的 13 条；普通图底距 40 与头图一致；列表等未点名元素保持原值。 */
.v2-article-richtext {
  margin-top: 3.75rem;
  font-family: "Gotham-Book", sans-serif;
  font-size: 1.375rem;
  line-height: normal;
  color: #323232;
}

.v2-article-richtext img {
  max-width: 100%;
  height: auto;
  border-radius: 0.875rem !important;
}

.v2-article-richtext .v2-article-leading-media {
  display: block;
  width: 55rem;
  height: 26.25rem;
  margin: 0 0 2.5rem !important;
  overflow: hidden;
  border-radius: 0.875rem;
}

.v2-article-richtext .v2-article-leading-media > p,
.v2-article-richtext .v2-article-leading-media > a,
.v2-article-richtext .v2-article-leading-media > figure {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0 !important;
}

.v2-article-richtext .v2-article-leading-media img {
  display: block;
  width: 100% !important;
  height: 26.25rem !important;
  margin: 0 !important;
  border-radius: 0.875rem;
  object-fit: cover;
  object-position: center;
}

.v2-article-richtext p:empty,
.v2-article-richtext p:has(> br:only-child) {
  display: none !important;
}

.v2-article-richtext > p,
.v2-article-richtext > p span {
  margin: 0 !important;
  font-family: "Gotham-Book", sans-serif;
  font-size: 1.375rem !important;
  line-height: normal !important;
  color: #323232;
}

.v2-article-richtext > p + p {
  margin-top: 1.375rem !important;
}

.v2-article-richtext > p:has(> img):not(.v2-article-leading-media),
.v2-article-richtext > figure:not(.v2-article-leading-media),
.v2-article-richtext > img {
  margin-top: 2.125rem !important;
  margin-bottom: 2.5rem !important;
}

.v2-article-richtext > .v2-article-leading-media + p,
.v2-article-richtext > p:has(> img):not(.v2-article-leading-media) + p,
.v2-article-richtext > figure:not(.v2-article-leading-media) + p,
.v2-article-richtext > img + p {
  margin-top: 0 !important;
}

.v2-article-richtext > p:has(> img):not(.v2-article-leading-media) + h1,
.v2-article-richtext > p:has(> img):not(.v2-article-leading-media) + h2,
.v2-article-richtext > p:has(> img):not(.v2-article-leading-media) + h3,
.v2-article-richtext > p:has(> img):not(.v2-article-leading-media) + h4,
.v2-article-richtext > p:has(> img):not(.v2-article-leading-media) + h5,
.v2-article-richtext > p:has(> img):not(.v2-article-leading-media) + h6,
.v2-article-richtext > figure:not(.v2-article-leading-media) + h1,
.v2-article-richtext > figure:not(.v2-article-leading-media) + h2,
.v2-article-richtext > figure:not(.v2-article-leading-media) + h3,
.v2-article-richtext > figure:not(.v2-article-leading-media) + h4,
.v2-article-richtext > figure:not(.v2-article-leading-media) + h5,
.v2-article-richtext > figure:not(.v2-article-leading-media) + h6,
.v2-article-richtext > img + h1,
.v2-article-richtext > img + h2,
.v2-article-richtext > img + h3,
.v2-article-richtext > img + h4,
.v2-article-richtext > img + h5,
.v2-article-richtext > img + h6 {
  margin-top: 0 !important;
}

.v2-article-richtext > h1,
.v2-article-richtext > h2,
.v2-article-richtext > h3,
.v2-article-richtext > h4,
.v2-article-richtext > h5,
.v2-article-richtext > h6,
.v2-article-richtext > h1 span,
.v2-article-richtext > h2 span,
.v2-article-richtext > h3 span,
.v2-article-richtext > h4 span,
.v2-article-richtext > h5 span,
.v2-article-richtext > h6 span {
  margin: 3.125rem 0 1.0625rem !important;
  font-family: "Gotham-Bold", sans-serif;
  font-size: 1.875rem !important;
  line-height: 2.25rem !important;
  color: #323232;
}

.v2-article-richtext > h1 span,
.v2-article-richtext > h2 span,
.v2-article-richtext > h3 span,
.v2-article-richtext > h4 span,
.v2-article-richtext > h5 span,
.v2-article-richtext > h6 span {
  margin: 0 !important;
}

.v2-article-richtext > h1:first-child,
.v2-article-richtext > h2:first-child,
.v2-article-richtext > h3:first-child,
.v2-article-richtext > h4:first-child,
.v2-article-richtext > h5:first-child,
.v2-article-richtext > h6:first-child,
.v2-article-richtext > .v2-article-leading-media + h1,
.v2-article-richtext > .v2-article-leading-media + h2,
.v2-article-richtext > .v2-article-leading-media + h3,
.v2-article-richtext > .v2-article-leading-media + h4,
.v2-article-richtext > .v2-article-leading-media + h5,
.v2-article-richtext > .v2-article-leading-media + h6 {
  margin-top: 0 !important;
}

.v2-article-richtext strong,
.v2-article-richtext strong span {
  font-family: "Gotham-Bold", sans-serif;
  font-size: inherit;
  line-height: inherit;
  color: #323232;
}

.v2-article-richtext ul,
.v2-article-richtext ol {
  margin: 0 0 1.375rem 0.625rem;
  padding: 0;
  list-style: disc;
}

.v2-article-richtext > p + ul,
.v2-article-richtext > p + ol {
  margin-top: 1.375rem;
}

.v2-article-richtext li {
  margin-bottom: 0.75rem;
  font-family: "Gotham-Book", sans-serif;
  font-size: 1.375rem !important;
  line-height: normal !important;
  color: #323232;
}

.v2-article-richtext li:last-child {
  margin-bottom: 0;
}

.v2-article-richtext li,
.v2-article-richtext li span {
  font-family: "Gotham-Book", sans-serif;
  font-size: 1.375rem !important;
  line-height: normal !important;
  color: #323232;
}

.v2-article-richtext li strong,
.v2-article-richtext li strong span,
.v2-article-richtext li b,
.v2-article-richtext li b span {
  font-family: "Gotham-Bold", sans-serif;
  color: #323232 !important;
}

/* 正文链接：覆盖 header 全局 .richtext a { text-decoration:none } */
.v2-article-richtext a,
.v2-article-richtext a span {
  color: #008cff !important;
  text-decoration: underline !important;
}

.v2-article-richtext a:hover,
.v2-article-richtext a:hover span {
  color: #0069bf !important;
}

.v2-article-richtext .table-wrapper {
  width: 100%;
  margin-top: 1.375rem;
  margin-bottom: 1.375rem;
  overflow-x: auto;
}

.v2-article-richtext .table-wrapper,
.v2-article-richtext .table-wrapper table,
.v2-article-richtext .table-wrapper th,
.v2-article-richtext .table-wrapper td,
.v2-article-richtext .table-wrapper p,
.v2-article-richtext .table-wrapper span,
.v2-article-richtext .table-wrapper a,
.v2-article-richtext .table-wrapper li {
  font-family: "Gotham-Book", sans-serif !important;
  font-size: 1.375rem !important;
  line-height: normal !important;
  color: #323232;
}

.v2-article-richtext .table-wrapper p {
  margin: 0 !important;
}

.v2-article-richtext .table-wrapper strong,
.v2-article-richtext .table-wrapper b,
.v2-article-richtext .table-wrapper strong span,
.v2-article-richtext .table-wrapper b span {
  font-family: "Gotham-Bold", sans-serif !important;
}

.v2-article-cta {
  position: relative;
  width: 55rem;
  height: 21.8125rem;
  margin-top: 3.375rem;
  overflow: hidden;
  border-radius: 0.875rem;
}

.v2-article-cta-bg {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.v2-article-cta-copy {
  position: absolute;
  top: 2.6875rem;
  right: 2.5rem;
  width: 23.75rem;
}

.v2-article-cta-title,
.v2-article-cta-title span {
  font-family: "Gotham-Bold", sans-serif;
  font-size: 1.5rem;
  line-height: 1.8125rem;
  color: #000000;
}

.v2-article-cta-desc {
  margin-top: 0.625rem !important;
}

.v2-article-cta-desc,
.v2-article-cta-desc span {
  font-family: "Gotham-Book", sans-serif;
  font-size: 1.125rem;
  line-height: 1.375rem;
  color: #323232;
}

.v2-article-cta-form {
  position: relative;
  margin-top: 0.875rem;
}

.v2-article-cta-input {
  box-sizing: border-box;
  width: 23.75rem;
  height: 2.875rem;
  padding: 0 1rem;
  border: 0.09375rem solid transparent;
  border-radius: 0.375rem;
  background: #ffffff;
  outline: none;
  font-family: "Gotham-Medium", sans-serif;
  font-size: 1.0625rem;
  line-height: 1.375rem;
  color: #323232;
}

.v2-article-cta-input::placeholder {
  color: #8f9fb1;
}

.v2-article-cta-input::-webkit-input-placeholder {
  color: #8f9fb1;
}

.v2-article-cta-input::-moz-placeholder {
  color: #8f9fb1;
  opacity: 1;
}

.v2-article-cta-input:focus {
  border-color: #008cff;
  background: #effffd;
}

.v2-article-cta-input.is-error {
  border-color: #ea522a;
  background: #fdeeea;
}

.v2-article-cta-input.is-error::placeholder {
  color: #ea522a;
}

.v2-article-cta-input.is-error::-webkit-input-placeholder {
  color: #ea522a;
}

.v2-article-cta-input.is-error::-moz-placeholder {
  color: #ea522a;
  opacity: 1;
}

.v2-article-cta-input.is-error:focus {
  border-color: #008cff;
  background: #effffd;
}

.v2-article-cta-input:focus::placeholder {
  color: transparent;
  opacity: 0;
}

.v2-article-cta-input:focus::-webkit-input-placeholder {
  color: transparent;
  opacity: 0;
}

.v2-article-cta-input:focus::-moz-placeholder {
  color: transparent;
  opacity: 0;
}

.v2-article-cta-submit {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 6.8125rem;
  height: 2.5rem;
  margin-top: 1.875rem;
  border: 0;
  border-radius: 3.5rem;
  background: linear-gradient(139deg, #0c88d7 0%, #64d79b 100%);
  cursor: pointer;
  transition: box-shadow 0.3s ease, color 0.3s ease;
}

.v2-article-cta-submit::before,
.v2-article-cta-submit::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: inherit;
  z-index: -1;
  opacity: 0;
}

.v2-article-cta-submit::before {
  background: linear-gradient(139deg, #6dc6ff 0%, #adffd4 100%);
  transition: opacity 0.4s ease;
}

.v2-article-cta-submit::after {
  background: linear-gradient(139deg, #034ea6 0%, #3bc877 100%);
  transition: opacity 0.1s ease;
}

.v2-article-cta-submit span {
  position: relative;
  z-index: 1;
  font-family: "Gotham-Medium", sans-serif;
  font-size: 1.125rem;
  line-height: 1.375rem;
  color: #ffffff;
}

.v2-article-cta-submit:hover::before {
  opacity: 1;
}

.v2-article-cta-submit:hover::after {
  opacity: 0;
}

.v2-article-cta-submit:active::after {
  opacity: 1;
}

.v2-article-cta-submit:disabled {
  cursor: wait;
  opacity: 0.65;
}

.v2-article-cta-submit:disabled::before,
.v2-article-cta-submit:disabled::after {
  opacity: 0;
}

.v2-article-cta-message {
  display: none;
  margin-top: 0.5rem !important;
}

.v2-article-cta-message,
.v2-article-cta-message span {
  font-family: "Gotham-Medium", sans-serif;
  font-size: 0.875rem;
  line-height: 1rem;
  color: #ea522a;
}

.v2-article-cta-message.is-visible {
  display: block;
}

.v2-article-cta-message.is-success,
.v2-article-cta-message.is-success span {
  color: #008cff;
}

.v2-article-cta-success {
  display: none;
  position: absolute;
  top: 3.875rem;
  right: 5.125rem;
  width: 18.4375rem;
  text-align: center;
}

.v2-article-cta-success-icon {
  display: block;
  width: 7.875rem;
  height: 7.875rem;
  margin: 0 auto;
  object-fit: contain;
}

.v2-article-cta-success-title {
  margin-top: 1rem !important;
}

.v2-article-cta-success-title,
.v2-article-cta-success-title span {
  font-family: "Gotham-Bold", sans-serif;
  font-size: 1.5rem;
  line-height: 1.8125rem;
  color: #000000;
}

.v2-article-cta-success-desc {
  margin-top: 0.625rem !important;
}

.v2-article-cta-success-desc,
.v2-article-cta-success-desc span {
  font-family: "Gotham-Book", sans-serif;
  font-size: 1.125rem;
  line-height: 1.375rem;
  color: #323232;
}

.v2-article-cta.is-success .v2-article-cta-copy {
  display: none;
}

.v2-article-cta.is-success .v2-article-cta-success {
  display: block;
}

.v2-article-adjacent {
  margin-top: 3.75rem;
}

.v2-article-adjacent-line {
  width: 55rem;
  height: 0.125rem;
  background: #d9d9d9;
}

.v2-article-adjacent-row {
  display: flex;
  align-items: baseline;
  gap: 0.625rem;
  margin-top: 1.625rem;
  overflow: hidden;
  white-space: nowrap;
}

.v2-article-adjacent-row + .v2-article-adjacent-row {
  margin-top: 1.3125rem;
}

.v2-article-adjacent-label {
  flex-shrink: 0;
  font-family: "Gotham-Medium", sans-serif;
  font-size: 1.25rem;
  line-height: 1.5rem;
  color: #323232;
}

.v2-article-adjacent-row a {
  overflow: hidden;
  text-overflow: ellipsis;
  text-decoration: none;
}

.v2-article-adjacent-row a,
.v2-article-adjacent-row a span {
  font-family: "Gotham-Book", sans-serif;
  font-size: 1.25rem;
  line-height: 1.5rem;
  color: #323232;
}

.v2-article-adjacent-row a:hover,
.v2-article-adjacent-row a:hover span {
  color: #008cff;
  text-decoration: underline;
}

.v2-article-adjacent-line-bottom {
  margin-top: 1.5rem;
}

.v2-article-sidebar {
  padding: 1.875rem;
}

.v2-article-search {
  display: flex;
  width: 26.25rem;
  height: 2.875rem;
}

.v2-article-search input {
  box-sizing: border-box;
  width: 22.75rem;
  height: 2.875rem;
  padding: 0 1rem;
  border: 0.0625rem solid transparent;
  border-right-width: 0;
  border-radius: 0.375rem 0 0 0.375rem;
  background: #f5f5f7;
  outline: none;
  font-family: "Gotham-Medium", sans-serif;
  font-size: 1.125rem;
  line-height: 1.375rem;
  color: #323232;
  -webkit-appearance: none;
  appearance: none;
}

.v2-article-search input::placeholder {
  font-family: "Gotham-Medium", sans-serif;
  font-size: 1.125rem;
  line-height: 1.375rem;
  color: #8f9fb1;
}

.v2-article-search input::-webkit-input-placeholder {
  font-family: "Gotham-Medium", sans-serif;
  font-size: 1.125rem;
  line-height: 1.375rem;
  color: #8f9fb1;
}

.v2-article-search input::-moz-placeholder {
  font-family: "Gotham-Medium", sans-serif;
  font-size: 1.125rem;
  line-height: 1.375rem;
  color: #8f9fb1;
  opacity: 1;
}

.v2-article-search input:-ms-input-placeholder {
  font-family: "Gotham-Medium", sans-serif;
  font-size: 1.125rem;
  line-height: 1.375rem;
  color: #8f9fb1;
}

.v2-article-search input:focus {
  border-color: #008cff;
  background: #effffd;
}

.v2-article-search input:focus::placeholder {
  color: transparent;
  opacity: 0;
}

.v2-article-search input:focus::-webkit-input-placeholder {
  color: transparent;
  opacity: 0;
}

.v2-article-search input:focus::-moz-placeholder {
  color: transparent;
  opacity: 0;
}

.v2-article-search button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.5rem;
  height: 2.875rem;
  padding: 0;
  border: 0;
  border-radius: 0 0.375rem 0.375rem 0;
  background: #008cff;
  cursor: pointer;
}

.v2-article-search button:hover {
  background: #0069bf;
}

.v2-article-search button img {
  display: block;
  width: 1.0625rem;
  height: 1.0625rem;
  object-fit: contain;
}

.v2-article-sidebar-line {
  box-sizing: border-box;
  width: 26.25rem;
  height: 0;
  margin-top: 1.875rem;
  padding: 0;
  border: 0;
  border-top: 0.125rem solid #d9d9d9;
  background: none;
}

.v2-article-share h2 {
  margin-top: 1.5625rem;
}

.v2-article-share h2,
.v2-article-share h2 span,
.v2-article-related h2,
.v2-article-related h2 span {
  font-family: "Gotham-Bold", sans-serif;
  font-size: 1.75rem;
  line-height: 2.125rem;
  color: #323232;
}

.v2-article-share-links {
  display: flex;
  gap: 1.25rem;
  margin-top: 1.75rem;
}

.v2-article-share-links a {
  display: block;
  width: 2.875rem;
  height: 2.875rem;
}

.v2-article-share-links img {
  display: block;
  width: 2.875rem;
  height: 2.875rem;
}

.v2-article-share-links .v2-article-share-icon-hover {
  display: none;
}

.v2-article-share-links a:hover .v2-article-share-icon-default,
.v2-article-share-links a:focus-visible .v2-article-share-icon-default {
  display: none;
}

.v2-article-share-links a:hover .v2-article-share-icon-hover,
.v2-article-share-links a:focus-visible .v2-article-share-icon-hover {
  display: block;
}

.v2-article-related h2 {
  margin-top: 2.1875rem;
}

.v2-article-related-content {
  display: flex;
  flex-direction: column;
  margin-top: 1rem;
}

.v2-article-related-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.625rem;
  width: 26.25rem;
  margin: 0;
  padding: 0;
  border: 0;
}

.v2-article-related-item + .v2-article-related-item {
  padding-top: 1.5625rem;
}

.v2-article-related-item:not(:last-child)::after {
  content: "";
  box-sizing: border-box;
  display: block;
  width: 100%;
  height: 0;
  margin-top: 0.875rem;
  padding: 0;
  border: 0;
  border-top: 0.125rem solid #d9d9d9;
  background: none;
  pointer-events: none;
}

.v2-article-related-item:last-child {
  padding-bottom: 1.5rem;
}

.v2-article-related-title {
  display: block;
  width: 26.25rem;
  margin: 0;
  text-decoration: none;
}

.v2-article-related-title,
.v2-article-related-title span {
  font-family: "Gotham-Medium", sans-serif;
  font-size: 1.5rem;
  line-height: 1.8125rem;
  color: #323232;
}

.v2-article-related-title:hover,
.v2-article-related-title:hover span {
  color: #008cff;
}

.v2-article-related .v2-article-related-date {
  margin: 0 !important;
}

.v2-article-related-date,
.v2-article-related-date span {
  font-family: "Gotham-Book", sans-serif;
  font-size: 1.125rem;
  line-height: 1.375rem;
  color: #6d7b8b;
}

.v2-article-related-empty,
.v2-article-related-empty span {
  font-family: "Gotham-Book", sans-serif;
  font-size: 1rem;
  line-height: 1.25rem;
  color: #6d7b8b;
}

@media (max-width: 64rem) {
  .v2-article-page {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }

  .v2-article-breadcrumb,
  .v2-article-layout {
    width: 100%;
  }

  .v2-article-layout {
    grid-template-columns: 1fr;
  }

  .v2-article-card,
  .v2-article-sidebar {
    position: static;
    width: 100%;
  }

  .v2-article-card {
    padding: 2.5rem 1.25rem;
  }

  .v2-article-richtext .v2-article-leading-media,
  .v2-article-richtext .v2-article-leading-media img,
  .v2-article-cta,
  .v2-article-adjacent-line,
  .v2-article-search,
  .v2-article-sidebar-line {
    width: 100% !important;
  }

  .v2-article-cta-copy,
  .v2-article-cta-success {
    right: 1.25rem;
    width: calc(50% - 1.875rem);
  }

  .v2-article-search input {
    flex: 1;
    width: auto;
  }

  .v2-article-related-item,
  .v2-article-related-title {
    width: 100%;
  }
}

@media (max-width: 48rem) {
  .v2-article-title,
  .v2-article-title span {
    font-size: 2rem;
    line-height: 2.5rem;
  }

  .v2-article-richtext {
    font-size: 1.125rem;
  }

  .v2-article-richtext .v2-article-leading-media,
  .v2-article-richtext .v2-article-leading-media img {
    height: 15rem !important;
  }

  .v2-article-cta {
    height: auto;
    min-height: 30rem;
  }

  .v2-article-cta-bg {
    object-position: 30% center;
  }

  .v2-article-cta-copy,
  .v2-article-cta-success {
    top: auto;
    right: 1.25rem;
    bottom: 1.25rem;
    left: 1.25rem;
    width: auto;
    padding: 1.25rem;
    border-radius: 0.875rem;
    background: rgba(255, 255, 255, 0.88);
  }

  .v2-article-cta-input {
    width: 100%;
  }

  .v2-article-adjacent-row {
    align-items: flex-start;
    white-space: normal;
  }

  .v2-article-sidebar {
    padding: 1.25rem;
  }

  .v2-article-related-item,
  .v2-article-related-title {
    width: 100%;
  }
}
