/**
 * VCG Metal Prices Widget CSS
 * Version 2.2.0 - Fixed GoldPriceOZ Script Embed
 */

/* Base */
.vcg-metal-prices-widget,
.vcg-combined-widget {
    margin: 15px 0;
}

.vcg-align-left { text-align: left; }
.vcg-align-center { text-align: center; }
.vcg-align-right { text-align: right; }

/* Kitco Widget */
.vcg-kitco-widget a {
    display: inline-block;
    line-height: 0;
}

.vcg-kitco-image {
    max-width: 100%;
    height: auto;
    border: none;
}

/* Chart Widget - GoldPriceOZ */
.vcg-chart-widget {
    display: inline-block;
}

.vcg-chart-widget > div {
    margin: 0 auto;
}

/* Combined Widget - NCG Style */
.vcg-combined-widget {
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
}

.vcg-price-chart-widget {
    margin-bottom: 15px;
}

.vcg-price-chart-widget > div {
    margin: 0 auto !important;
}

/* Price Buttons - NCG Style */
.vcg-price-button {
    margin-bottom: 12px;
}

.vcg-btn {
    display: block;
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
    padding: 14px 20px;
    background: #2D6AB4;
    color: #ffffff !important;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    text-decoration: none !important;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    transition: background 0.3s ease;
    box-sizing: border-box;
}

.vcg-btn:hover {
    background: #3d7ac4;
    color: #ffffff !important;
}

/* Responsive */
@media (max-width: 768px) {
    .vcg-combined-widget {
        max-width: 100%;
        padding: 0 10px;
    }
    
    .vcg-btn {
        font-size: 16px;
        padding: 12px 15px;
    }
    
    .vcg-chart-widget > div,
    .vcg-price-chart-widget > div {
        max-width: 100% !important;
        width: 100% !important;
    }
}
