.helengold-container {
    background: #fdfdfd;
    border: 1px solid #e1e1e1;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    margin-bottom: 20px;
}

.helengold-timestamp {
    display: block;
    text-align: left;
    font-size: 12px;
    color: #888;
    margin-bottom: 15px;
}

.helengold-table {
    width: 100%;
    border-collapse: collapse;
    text-align: center;
}

.helengold-table th {
    background: #d4af37;
    color: #fff;
    padding: 10px;
    border-bottom: 2px solid #bba135;
}

.helengold-table td {
    padding: 12px 10px;
    border-bottom: 1px solid #eee;
    font-weight: bold;
    color: #333;
    transition: color 0.3s ease;
}

.price-up { color: #28a745 !important; }
.price-down { color: #dc3545 !important; }
