.learn-press-help-center {
  max-width: 100%;
}
.learn-press-help-center .wp-heading-inline {
  color: #262626;
  font-family: "DM Sans", sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0;
}
.learn-press-help-center .lp-help-center-subtitle {
  margin: 4px 0 24px;
  color: #4f4f4f;
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0;
}
.learn-press-help-center a:focus {
  box-shadow: none;
}

.lp-help-center-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-bottom: 24px;
}

.lp-help-center-card {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 20px;
  border: 1px solid #e2e4e7;
  border-radius: 6px;
  background: #fff;
}
.lp-help-center-card__icon {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
}
.lp-help-center-card__icon svg {
  width: 48px;
  height: 48px;
}
.lp-help-center-card__content {
  flex: 1 1 auto;
  min-width: 0;
}
.lp-help-center-card__content h3 {
  margin: 0 0 4px;
  color: #262626;
  font-family: "DM Sans", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: 0;
}
.lp-help-center-card__content p {
  margin: 0;
  color: #4f4f4f;
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0;
}
.lp-help-center-card__button {
  flex: 0 0 auto;
  white-space: nowrap;
}

.learn-press-help-center .lp-help-center-grid .lp-help-center-card .lp-help-center-card__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-color: #ffb608;
  color: #ffb608;
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.16px;
}
.learn-press-help-center .lp-help-center-grid .lp-help-center-card .lp-help-center-card__button:visited {
  border-color: #ffb608;
  color: #ffb608;
}
.learn-press-help-center .lp-help-center-grid .lp-help-center-card .lp-help-center-card__button:hover, .learn-press-help-center .lp-help-center-grid .lp-help-center-card .lp-help-center-card__button:focus, .learn-press-help-center .lp-help-center-grid .lp-help-center-card .lp-help-center-card__button:active {
  border-color: #ffb608;
  color: #ffb608;
  background: #fef3e2;
}

.lp-help-center-whats-new {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  padding: 32px;
  margin-bottom: 24px;
  border-radius: 8px;
  color: #fff;
  background: linear-gradient(-90deg, #2e1067 0%, #6c28d7 100%);
}
.lp-help-center-whats-new__main {
  flex: 1 1 50%;
}
.lp-help-center-whats-new__badge {
  display: inline-block;
  padding: 4px 10px;
  margin-bottom: 12px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
  font-family: "DM Sans", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0;
}
.lp-help-center-whats-new h2 {
  margin: 0 0 8px;
  color: #fff;
  font-family: "DM Sans", sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0;
}
.lp-help-center-whats-new p {
  max-width: 420px;
  margin: 0 0 20px;
  color: #e2e0db;
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0;
}
.lp-help-center-whats-new__cta {
  border: none;
}
.lp-help-center-whats-new__features {
  flex: 1 1 45%;
  margin: 0;
  list-style: none;
}
.lp-help-center-whats-new__features li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin: 0 0 14px;
  color: #fff;
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0;
}
.lp-help-center-whats-new__features li:last-child {
  margin-bottom: 0;
}
.lp-help-center-whats-new__features li .lp-help-center-whats-new__tick {
  display: flex;
  flex: 0 0 auto;
}
.lp-help-center-whats-new__features li .lp-help-center-whats-new__tick svg {
  width: 18px;
  height: 18px;
}

.learn-press-help-center .lp-help-center-whats-new .lp-help-center-whats-new__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-color: #ffb608;
  color: #fff;
  background: #ffb608;
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.16px;
}
.learn-press-help-center .lp-help-center-whats-new .lp-help-center-whats-new__cta:visited {
  color: #fff;
}
.learn-press-help-center .lp-help-center-whats-new .lp-help-center-whats-new__cta:hover, .learn-press-help-center .lp-help-center-whats-new .lp-help-center-whats-new__cta:focus, .learn-press-help-center .lp-help-center-whats-new .lp-help-center-whats-new__cta:active {
  border-color: #f5ac00;
  color: #fff;
  background: #f5ac00;
}

.lp-help-center-bottom {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.lp-help-center-articles {
  padding: 20px 24px;
  border: 1px solid #e2e4e7;
  border-radius: 6px;
  background: #fff;
}
.lp-help-center-articles__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
}
.lp-help-center-articles__header h2 {
  margin: 0;
  color: #262626;
  font-family: "DM Sans", sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0;
}
.lp-help-center-articles__header a {
  color: #ffb608;
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.16px;
  text-decoration: none;
}
.lp-help-center-articles__list {
  margin: 0;
  list-style: none;
}
.lp-help-center-articles__list li {
  border-top: 1px solid #f0f0f1;
}
.lp-help-center-articles__list li:last-child a {
  padding-bottom: 0;
}
.lp-help-center-articles__list a {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 0;
  color: #1d2327;
  text-decoration: none;
}
.lp-help-center-articles__list a:hover strong {
  color: #7f54b3;
}
.lp-help-center-articles__thumbnail {
  overflow: hidden;
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 6px;
  background: #f0f0f1;
}
.lp-help-center-articles__thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.lp-help-center-articles__text {
  display: flex;
  overflow: hidden;
  flex: 1 1 auto;
  flex-direction: column;
  gap: 2px;
}
.lp-help-center-articles__text strong {
  overflow: hidden;
  color: #1d2327;
  font-size: 0.875rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.lp-help-center-articles__text span {
  color: #646970;
  font-size: 0.8125rem;
}
.lp-help-center-articles .dashicons {
  flex: 0 0 auto;
  color: #a7aaad;
}

.lp-help-center-banner-ad {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 316px;
  border: 1px solid #e2e4e7;
  border-radius: 6px;
  background: #fff;
}
.lp-help-center-banner-ad a,
.lp-help-center-banner-ad img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 6px;
  object-fit: cover;
}
.lp-help-center-banner-ad__placeholder {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  min-height: 220px;
  color: #a7aaad;
}
.lp-help-center-banner-ad__placeholder .dashicons {
  width: 32px;
  height: 32px;
  font-size: 32px;
}
.lp-help-center-banner-ad__placeholder p {
  margin: 0;
  font-size: 0.8125rem;
}

@media (max-width: 960px) {
  .lp-help-center-grid,
  .lp-help-center-bottom {
    grid-template-columns: 1fr;
  }
  .lp-help-center-whats-new {
    flex-direction: column;
    align-items: flex-start;
  }
}