
/*
.ag-last-update {
    text-align: left;
    color: #3E3F46;
    font-family: "Cinzel", Sans-serif;
    font-size: 16px;
    font-weight: 500;
}
*/

.ag-exchange-rates {
    padding: 30px 30px 40px 30px;
    background-color: #f5f5f5;
    border-radius: 20px;
}

.ag-exchange-rates table {
    table-layout: fixed;
}

/*
.ag-exchange-rates table tbody tr th {
    text-align: left;
    color: #9BA6A0;
    font-family: "Cinzel", Sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}
*/

.ag-exchange-rates table tbody tr th:first-child {
    width: 370px;
}

/*
.ag-exchange-rates table tbody tr td,
.ag-exchange-rates table tbody tr td p {
    text-align: left;
    color: #3E3F46;
    font-family: "Cinzel", Sans-serif;
    font-size: 20px;
    font-weight: 600;
}
*/

.ag-exchange-rates table tbody tr td span {
    margin: 0 0 0 10px;
}

.elementor .ag-exchange-rates img {
    width: 30px;
    border-radius: 50px;
}

@media screen and (max-width: 800px) {
    .ag-exchange-rates table tbody tr th:first-child {
        width: 40%;
    }
}