.currency-tabs-wrapper {
    font-family: Arial, sans-serif;
    margin: 20px 0;
}
.tabs {
    display: flex;
    margin-bottom: 10px;
	justify-content: center;
}

.tab-button {
    padding: 10px 20px;
    cursor: pointer;
    border: 1px solid #ccc;
    background: #f0f0f0;
    margin-right: 5px;
}

.tab-button.active {
    background: #0073aa;
    color: white;
}
.tab-content {
    display: none;
}
.tab-content.active {
    display: block;
}
.currency-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 10px;
}
.currency-table th, .currency-table td {
    border: 1px solid #ccc;
    padding: 10px;
    text-align: center;
}
.currency-table th {
    background: #f9f9f9;
}

.published-date {
    text-align: right ;
    font-size: 14px ;
    color: #555 ;
    margin-bottom: 10px ;
}
