/**
 * WooCommerce Gold & Silver Dynamic Pricing – Shortcode Frontend Styles
 */

.wcgsp-price-card {
    display: inline-block;
    min-width: 180px;
    padding: 16px 20px;
    border-radius: 8px;
    background: #fff;
    border: 1px solid #e2e2e2;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
    font-family: inherit;
    text-align: center;
    margin: 4px;
}

.wcgsp-price-card--gold_18k {
    border-top: 3px solid #d4af37;
}

.wcgsp-price-card--xau_usd {
    border-top: 3px solid #c5a636;
}

.wcgsp-price-card--xag_usd {
    border-top: 3px solid #b0b0b0;
}

.wcgsp-price-card__title {
    font-size: 13px;
    font-weight: 600;
    color: #555;
    margin-bottom: 8px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.wcgsp-price-card__price {
    font-size: 24px;
    font-weight: 700;
    color: #222;
    line-height: 1.2;
}

.wcgsp-price-card__change {
    font-size: 13px;
    margin-top: 6px;
    font-weight: 500;
}

.wcgsp-price-card__change.up {
    color: #2e7d32;
}

.wcgsp-price-card__change.down {
    color: #c62828;
}

.wcgsp-price-card__change.flat {
    color: #757575;
}

.wcgsp-price-card--error {
    border-top: 3px solid #c62828;
}

.wcgsp-price-card__error {
    color: #c62828;
    font-size: 13px;
    font-weight: 500;
}
