.gold-rate-box {
    position: absolute;
    top: 60px;
    right: 10px;
    width: 260px;
    background: #fff;
    border: 1px solid #c9c9c9;
    box-shadow: 0 2px 10px rgba(0,0,0,0.15);
    font-family: Arial, sans-serif;
    z-index: 9999;
}

.gold-rate-title {
    background: #2c5cff;
    color: #fff;
    padding: 8px;
    font-weight: bold;
    text-align: center;
}

.gold-rate-box ul {
    list-style: none;
    margin: 10px;
    padding: 0;
}

.gold-rate-box ul li {
    padding: 6px 0;
    border-bottom: 1px dashed #ddd;
    font-size: 14px;
}

.gold-rate-updated {
    font-size: 12px;
    padding: 8px;
    text-align: center;
    background: #f7f7f7;
}

/* MOBILE */
@media(max-width: 768px) {
    .gold-rate-box {
        width: 90%;
        right: 5%;
        left: 5%;
        top: 70px;
    }
}
