a.link-color {
  color: #1b0338;
}
a.link-color:hover {
  color: #1b0338;
}
.link-color svg {
  fill: #1b0338;
}
.link-color:hover svg {
  fill: #1b0338;
}
.show-more {
  background-color: #1b0338;
}
.search-bg-color {
  background-color: #1b0338;
}
.header-text-color * {
  color: #1b0338;
}
.header-bg-color {
  background-color: #1b0338;
}
.bg-color {
  background-color: #ffffff;
}
.page-text-color {
  color: #1b0338;
}
.logged-in .login-link,
.logged-out .logout-link {
  display: none
}
.bg-color {
  background-image: linear-gradient(to top, #f4e9ea, rgba(244, 233, 234, 0));
}

.article-link,
.subcategory-link {
  display: block;
  margin-bottom: 8px;
  padding: 16px;
  background-color: #ffffff;
  color: #1b0338;
  border: 1px solid #dedddf;
  border-radius: 8px;
  transition: background-color 200ms ease;
}

.article-link:hover,
.subcategory-link:hover {
  background-color: #faf5f5;
}

a.link-color {
  text-decoration: none;
}

.category-title {
  height: 80px;
}

.page-text-color {
  color: #1b0338;
  font-weight: 700;
  font-size: 28px;
  line-height: 32px;
  letter-spacing: -0.1px;
}

.show-more {
  color: #fbf9f9;
  font-size: 16px;
  padding: 15px 30px;
  font-weight: bold;
  background-color: #ae00ff;
  border-radius: 0;
  margin-top: 20px;
}

.show-more:hover {
  background-color: #9100d4;
}

.footer {
  background-color: #1b0338;
}

.footer a {
  color: #fbf9f9;
}

.search-bg-color {
  background-color: #1b0338;
}

.search-attach {
  opacity: 1;
  min-height: 46px;
  max-width: 100%;
  margin: 0 auto;
  padding: 15px;
  background-color: #f4e9ea;
}

.searchIconContainer {
  padding: 14px 0 0 20px;
  background-color: #ffffff;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
}

.searchInput {
  margin: 0;
  color: #1b0338;
  box-sizing: border-box;
  border: 0;
  background-color: #ffffff;
  flex: 1;
  padding: 14px 60px 14px 10px;
  border-radius: 0 50px 50px 0;
  font-size: 16px;
}

.subcategory-link a {
  font-size: 13px;
  color: inherit;
  text-decoration: none;
}

.dsm_gradient_text_0 h4.dsm-gradient-text {
  padding-bottom: 3px;
}

.search-container {
  padding: 40px 0px 0px 0px;
}

.custom-kb_header {
  background-color: #1b0338;
}

.et_pb_text_0 h2 {
  color: #fbf9f9;
}

.back-link a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  height: 48px;
  padding: 0 20px;
  background-color: #ae00ff;
  color: #fbf9f9;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  border-radius: 999px;
  text-decoration: none;
}

.back-link a:hover {
  background-color: #9100d4;
}

.back-link a:active {
  background-color: #7400aa;
}

.back-link a svg {
  fill: #fbf9f9;
}

ol, ul {
  list-style-type: none;
  font-weight: normal;
}
}
