.kwkcmsmeta {
  text-align: center;
  margin: 0.75rem 0 1.25rem;
}

.kwkcmsmeta__line {
  margin: 0 0 0.75rem;
  color: #525960;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  text-align: center !important;
}

.kwkcmsmeta__sep {
  color: #0000ff;
}

.kwkcmsmeta__preferred-source {
  display: flex;
  justify-content: center;
}

.kwkcmsmeta__preferred-source-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 0;
  padding: 10px 18px;
  border: 1px solid #525960;
  border-radius: 999px;
  background: #ffffff;
  color: #525960;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
}

.kwkcmsmeta__preferred-source-btn:hover,
.kwkcmsmeta__preferred-source-btn:focus {
  background: #ffffff;
  color: #525960;
  border-color: #525960;
  outline: none;
}

.kwkcmsmeta__preferred-source-icon {
  display: inline-flex;
  flex-shrink: 0;
  width: 18px;
  height: 18px;
}

.kwkcmsmeta__preferred-source-icon svg {
  display: block;
  width: 18px;
  height: 18px;
}

.kwkcmsmeta__preferred-source-label {
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #525960;
}
