.content .simple-header .bg-pattern.bg-pattern-secondary-dark span {
  background-image: url('/images/bg-pattern-secondary-dark-1440.svg') !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

.cn-blog-library-author {
  display: flex;
  align-items: center;
  gap: 9px;
}

.cn-blog-library-author img {
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
  border-radius: 50%;
}

.cn-blog-featured-author-avatar {
  display: inline-block;
  width: 28px;
  height: 28px;
  margin-right: 9px;
  border-radius: 50%;
  vertical-align: middle;
}

.cn-blog-subscribe,
.cn-blog-subscribe__form {
  width: 100%;
}

.cn-blog-subscribe__form {
  display: grid;
  gap: 18px;
}

.cn-blog-subscribe__field {
  display: grid;
  gap: 7px;
}

.cn-blog-subscribe__field label {
  color: #051c2c;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
}

.cn-blog-subscribe__field label span {
  color: #a93623;
}

.cn-blog-subscribe__field input,
.cn-blog-subscribe__field select {
  box-sizing: border-box;
  width: 100%;
  min-height: 48px;
  padding: 11px 14px;
  border: 1px solid #7f8f92;
  border-radius: 4px;
  background: #fff;
  color: #051c2c;
  font: inherit;
  line-height: 1.35;
}

.cn-blog-subscribe__field select {
  cursor: pointer;
}

.cn-blog-subscribe__field input::placeholder {
  color: #5f6d72;
}

.cn-blog-subscribe__field input:focus,
.cn-blog-subscribe__field select:focus {
  outline: 3px solid rgba(0, 205, 190, .28);
  outline-offset: 1px;
  border-color: #00555a;
}

.cn-blog-subscribe__legal {
  margin: 0;
  color: #263b43;
  font-size: 12px;
  line-height: 1.45;
}

.cn-blog-subscribe__legal a {
  color: inherit;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.cn-blog-subscribe__honeypot {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.cn-blog-subscribe__status {
  min-height: 0;
  margin: 0;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.4;
}

.cn-blog-subscribe__status:empty {
  display: none;
}

.cn-blog-subscribe__status[data-state='success'] {
  color: #005f4d;
}

.cn-blog-subscribe__status[data-state='error'] {
  color: #8b1c13;
}

.cn-blog-subscribe__submit {
  width: 100%;
  min-height: 46px;
  padding: 11px 22px;
  border: 2px solid #00555a;
  border-radius: 999px;
  background: #00555a;
  color: #fff;
  font: inherit;
  font-weight: 700;
  line-height: 1.25;
  cursor: pointer;
  transition: background-color .18s ease, border-color .18s ease, transform .18s ease;
}

.cn-blog-subscribe__submit:hover {
  border-color: #003f44;
  background: #003f44;
}

.cn-blog-subscribe__submit:focus-visible {
  outline: 3px solid rgba(0, 85, 90, .28);
  outline-offset: 2px;
}

.cn-blog-subscribe__submit:active {
  transform: translateY(1px);
}

.cn-blog-subscribe__submit:disabled {
  cursor: wait;
  opacity: .68;
}
