.price-arrow {
    display: inline-flex !important;
    align-items: center !important;
    gap: 6px !important;
}

.price-arrow.up {
    color: #27ae60 !important;
}

.price-arrow.down {
    color: #e74c3c !important;
}

.silver-price-table {
    max-width: 800px;
    font-family: "Roboto", sans-serif;
    color: #000;
}

.silver-price-table table {
    width: 100%;
    border-collapse: collapse;
    font-size: 15px;
    background: #fff;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}

.silver-price-table thead th {
    background: #c23138;
    color: #fff;
    padding: 12px 10px;
    text-align: left;
    font-weight: 600;
}

.silver-price-table tbody td {
    padding: 10px;
    border-bottom: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea;
}

.silver-price-table tbody tr:last-child td {
    border-bottom: none;
}

.mobile-unit {
    display: none;
}

@media only screen and (max-width: 500px) {
    .cot-mobile {
        display: none;
    }

    .mobile-unit {
        display: block;
        font-size: 12px;
    }

    .silver-price-table tbody td {
        font-size: 12px;
        padding: 7px;
    }
}
