.fx-rate-card-container {
  font-family: "Nunito Sans", Arial, sans-serif;
  background-color: #f3f4f6;
  padding: 24px;
  border-radius: 8px;
  color: #1f2937;
  max-width: 400px;
  margin: 20px auto;
  box-sizing: border-box;
}

.fx-label {
  display: block;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 12px;
  color: #4b5563;
}

.fx-dropdown {
  background: transparent;
  border: 1px solid #9ca3af;
  padding: 8px 12px;
  border-radius: 4px;
  color: #1f2937;
  width: 100%;
  font-family: inherit;
  font-size: 18px;
  cursor: pointer;
  box-sizing: border-box;
}

.fx-rate-results {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 20px;
}

.fx-data-section {
  display: flex;
  flex-direction: column;
}

.fx-section-title {
  color: #111827;
  font-size: 14px;
  font-weight: 700;
  margin: 0;
}

.fx-rate-value {
  color: #1f2937;
  font-size: 16px;
  font-weight: 600;
  margin: 2px 0 0 0;
}

.fx-date-updated {
  font-size: 12px;
  color: #4b5563;
  margin: 0;
}

.is-hidden {
  display: none !important;
}

.fx-loader,
.fx-error-msg {
  margin-top: 15px;
  color: #4b5563;
  font-weight: 600;
}
