body {
  background-color: #efefef;
  color: #000;
  display: flex;
  flex-direction: column;
  font-family: Arial;
  font-size: 16px;
}
.ccNumber__feedback {
  line-height: 18px;
  margin: 5px 0;
}
.ccNumber__feedback__invalid {
  color: #cd2026;
  font-size: 14px;
}
.ccNumber__input {
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #999;
  font-size: 16px;
  max-width: 350px;
  padding: 15px 10px;
}
.ccNumber__input:focus {
  border: 1px solid #00f;
}
.ccNumber__label {
  font-weight: bold;
  margin-bottom: 5px;
  margin-top: 10px;
}
.logo_list {
  display: none;
  flex-direction: row;
  gap: 5px;
  height: 30px;
}
.logo_list__logo {
  height: 30px;
  opacity: 0.5;
  width: auto;
}
.logo_list__selected {
  opacity: unset;
}
.notes {
  font-size: 14px;
  font-weight: bold;
  line-height: 18px;
  margin: 10px 0 0;
}
.widget__feedback {
  color: #cd2026;
  line-height: 18px;
  margin: 5px 0;
}