.gold-prices-wrapper {
    margin: 15px 0;
    font-family: "IRANSans", Tahoma, sans-serif;
    overflow-x: auto;
}
.gold-prices-table {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
    box-shadow: 0 4px 10px 0px rgb(0 0 0 / 20%);
    border-radius: 8px;
    overflow: hidden;
    border: none;
}
.gold-prices-table th, .gold-prices-table td {
    padding: 12px 15px;
    text-align: center;
    border: none; 
    border-bottom: 1px solid #f0f0f0; 
}
.gold-prices-table th {
    background: #f9f9f9;
    font-weight: bold;
    font-size: 16px;
    color: #333;
    border-bottom: 2px solid #e0e0e0;
}
.gold-prices-table td {
    font-size: 14px; 
    color: #444;
}
.gold-prices-table tr:nth-child(even) {
    background: rgb(255, 255, 255);
}
.gold-prices-table tr:hover {
    background: rgb(246, 250, 193);
}
.gold-prices-updated {
    text-align: left;
    margin-top: 10px;
    font-size: 13px;
    color: #666;
}
@media (max-width: 768px) {
    .gold-prices-table th, .gold-prices-table td {
        padding: 8px;
        font-size: 12px;
    }
}