*,
*::before,
*::after {
  box-sizing: border-box;
}

.scc-converter {
  background: #fff;
  padding: 25px;
  border-radius: 16px;
  text-align: center;
  width: 100%;
  margin: 30px auto;
}

.scc-converter p.small-note {
  font-size: 70%;
  font-style: italic;
  line-height: 0.7;
  text-align: left;
}

/* Prices section */
.scc-prices {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  padding: 12px;
}

.scc-original-price {
  font-size: 28px;
  text-decoration: line-through;
}

.scc-discounted-price {
  font-size: 28px;
  margin-bottom: 0 !important;
}

.scc-single-price {
  font-size: 28px;
}

.scc-currency-buttons {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
  height: 95px;
}

.scc-currency-buttons button {
  background: #fff;
  color: #009247;
  border-radius: 3px;
  padding: 7px;
  font-size: 18px;
  font-weight: 300;
  cursor: pointer;
  border: 1px solid #e5e5e5;
  display: block;
  width: 50px;
  height: 45px;
}

.scc-currency-buttons button:hover {
  background: #ddd;
  color: #8cc644;
  text-decoration: underline;
}

.scc-currency-buttons button.active {
  background: #e5e5e5;
  box-shadow: inset 0 0 5px #c1c1c1;
}
