.live-rates-farsi-widget {
  direction: rtl;
  margin: 18px 0;
  font-family: Tahoma, Arial, sans-serif;
}

.live-rates-farsi-box {
  background: #ffffff;
  border: 1px solid #dfe3e8;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
  overflow: hidden;
}

.live-rates-farsi-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 16px 18px;
  background: linear-gradient(180deg, #fafbfc 0%, #f4f6f8 100%);
  border-bottom: 1px solid #e6e9ed;
}

.live-rates-farsi-title {
  margin: 0;
  font-size: 18px;
  line-height: 1.6;
  color: #1f2937;
}

.live-rates-farsi-subtitle {
  margin-top: 4px;
  color: #667085;
  font-size: 13px;
}

.live-rates-farsi-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}

.live-rates-farsi-refresh {
  border: 0;
  border-radius: 10px;
  background: #111827;
  color: #ffffff;
  padding: 9px 14px;
  cursor: pointer;
  font-size: 13px;
}

.live-rates-farsi-status {
  font-size: 13px;
  color: #5f6c7b;
  white-space: nowrap;
}

.live-rates-farsi-toolbar {
  padding: 12px 16px 0;
}

.live-rates-farsi-switcher {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
}

.live-rates-farsi-switcher-label {
  color: #475467;
  font-size: 13px;
  font-weight: 700;
}

.live-rates-farsi-switcher-buttons {
  display: inline-flex;
  gap: 8px;
  flex-wrap: wrap;
}

.live-rates-unit-btn {
  border: 1px solid #d0d5dd;
  background: #fff;
  color: #344054;
  border-radius: 999px;
  padding: 8px 12px;
  cursor: pointer;
  font-size: 13px;
  line-height: 1;
}

.live-rates-unit-btn.is-active {
  background: #111827;
  border-color: #111827;
  color: #fff;
}

.live-rates-unit-btn.is-disabled {
  opacity: 0.45;
  cursor: not-allowed;
}

.live-rates-farsi-content {
  padding: 16px;
}

.live-rates-farsi-table-wrap {
  overflow-x: auto;
}

.live-rates-farsi-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 560px;
}

.live-rates-farsi-table th,
.live-rates-farsi-table td {
  padding: 12px 14px;
  border-bottom: 1px solid #edf0f3;
  text-align: right;
  vertical-align: top;
}

.live-rates-farsi-table th {
  background: #f9fafb;
  color: #344054;
  font-weight: 700;
  font-size: 14px;
}

.live-rates-farsi-table td {
  color: #1f2937;
  font-size: 14px;
}

.live-rates-farsi-table tbody tr:hover td {
  background: #fcfcfd;
}

.live-rates-col-code {
  font-weight: 700;
  white-space: nowrap;
}

.live-rates-col-price {
  white-space: nowrap;
}

.live-rates-price-main {
  font-weight: 700;
}

.live-rates-price-sub {
  margin-top: 4px;
  font-size: 12px;
  color: #667085;
}

.live-rates-unit {
  font-size: 12px;
}

.live-rates-farsi-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 14px;
  font-size: 13px;
  color: #667085;
}

.live-rates-farsi-warning {
  color: #b54708;
}

.live-rates-farsi-error,
.live-rates-farsi-empty {
  border-radius: 10px;
  padding: 14px 16px;
  font-size: 14px;
  line-height: 1.9;
}

.live-rates-farsi-error {
  background: #fff1f2;
  border: 1px solid #fecdd3;
  color: #b42318;
}

.live-rates-farsi-empty {
  background: #f8fafc;
  border: 1px dashed #cbd5e1;
  color: #475467;
}

@media (max-width: 640px) {
  .live-rates-farsi-header {
    flex-direction: column;
    align-items: flex-start;
  }

  .live-rates-farsi-table {
    min-width: 480px;
  }

  .live-rates-farsi-switcher {
    align-items: flex-start;
    flex-direction: column;
  }
}
