.widget_currency_rates_wrapper {
  max-width: 700px;
  padding: 1em;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 12px;
  margin: 2em auto; /* и сверху, и снизу */
}

.widget_currency_rates_wrapper .widget-title {
  font-size: 1.5em;
  font-weight: bold;
  margin-bottom: 1em;
}

.currency-label {
  display: block;
  margin-bottom: 0.5em;
  font-weight: 600;
  color: #333;
}

.currency-select {
  display: block;
  width: 100%;
  max-width: 240px;
  padding: 0.5em;
  font-size: 1em;
  border-radius: 6px;
  border: 1px solid #ccc;
  margin-bottom: 1.5em;
  background: #fff;
}

.currency-rates-widget {
  padding: 1em;
  background: #f9f9f9;
  border-radius: 8px;
  border: 1px solid #e0e0e0;
  margin-bottom: 2em; /* отступ снизу */
}

.currency-list div {
  display: flex;
  justify-content: space-between;
  padding: 0.4em 0;
  font-size: 1.05em;
  border-bottom: 1px solid #eee;
}

.currency-list div:last-child {
  border-bottom: none;
}

.currency-list strong {
  color: #555;
  font-weight: 700;
}

.currency-list span {
  color: #007bff;
  font-weight: 500;
}

.currency-error {
  color: #cc0000;
  font-weight: bold;
}
