.currency-widget {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 15px;
    border: 1px solid #e0e0e0;
    background-color: #f9f9f9;;
}

.currency-date {
    font-size: 0.7em;
    color: #666;
    margin-bottom: 12px;
    text-align: right;
    font-style: italic;
}

.currency-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 10px;
}

.currency-table th {
    background-color: #2d5b84;
    color: white;
    padding: 8px;
    text-align: left;
    font-weight: bold;
}

.currency-table td {
    padding: 8px;
    border-bottom: 1px solid #ddd;
}

.currency-table tr:nth-child(even) {
    background-color: #f2f2f2;
}

.currency-table tr:hover {
    background-color: #e9f0f7;
}

.currency-source {
    font-size: 0.7em;
    color: #888;
    text-align: right;
}

.currency-error {
    color: #d9534f;
    font-style: italic;
}

.currency-loading {
    text-align: center;
    font-style: italic;
    color: #666;
}
