
/*
 * Extra dashboard styling.
 */

.ai-gold-trading-theme .entry-title {
    color: #f5c542;
}

.ai-gold-trading-theme button,
.ai-gold-trading-theme input[type="submit"] {
    border: 0;
    border-radius: 10px;
    padding: 11px 18px;
    background: #f5c542;
    color: #111;
    font-weight: 800;
    cursor: pointer;
}

.ai-gold-trading-theme button:hover,
.ai-gold-trading-theme input[type="submit"]:hover {
    background: #ffe08a;
}

.ai-gold-trading-theme ::selection {
    background: #f5c542;
    color: #111;
}

.ai-gold-trading-theme .woocommerce {
    color: #f4f7fb;
}

.ai-gold-trading-theme .woocommerce a.button,
.ai-gold-trading-theme .woocommerce button.button {
    background: #f5c542;
    color: #111;
    border-radius: 10px;
}

.ai-gold-trading-theme .woocommerce a.button:hover,
.ai-gold-trading-theme .woocommerce button.button:hover {
    background: #ffe08a;
    color: #111;
}
