/* Nerkh Live - WordPress Plugin | https://nerkh.io */

/* ---- Font ---- */

.nerkh-live-rates-container,
.nerkh-live-rates-container * {
    font-family: 'IranYekan', 'IRANYekan', Tahoma, Arial, sans-serif !important;
}

.nerkh-live-rates-container {
    border: 1px solid #ddd;
    padding: 20px;
    margin: 20px 0;
    border-radius: 5px;
    background-color: #f9f9f9;
}

.nerkh-live-rates {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.nerkh-live-item {
    display: flex;
    justify-content: space-between;
    padding: 8px 0;
    border-bottom: 1px solid #f0f0f0;
    cursor: pointer;
}

.nerkh-live-item:last-child {
    border-bottom: none;
}

.nerkh-live-item.active {
    background-color: #eef6ff;
}

.nerkh-live-item-name {
    font-weight: bold;
    color: #333;
}

.nerkh-live-item-val {
    font-weight: bold;
    color: #0073aa;
}

.nerkh-live-error {
    color: #d63638;
    background-color: #f2f2f2;
    padding: 10px;
    border-radius: 3px;
    border: 1px solid #d63638;
}
