/**
 * DaazMarkets PRO � Market Pulse widget
 * Styles for [daaz_gmp_market_pulse]
 *
 * Card appearance (border, shadow, hover, price, change colours) is handled
 * by the existing .gmp-card rules in the FREE plugin's style.css.
 * This file only provides the emoji icon circle override.
 */

/* -- Icon circle � overrides the <img>-specific rules on .gmp-card-icon -- */
span.gmp-card-icon.daaz-mp-icon {
display: flex;
align-items: center;
justify-content: center;
font-size: 18px;
line-height: 1;
font-weight: 700;
object-fit: unset;
flex-shrink: 0;
background: var(--gmp-bg-tertiary, #f1f5f9);
border: 1px solid var(--gmp-border, #e2e8f0);
}
.daaz_gmp_widget .gmp-card-icon img,
.daaz_gmp_widget img.gmp-card-icon {
	width: 32px !important;
	height: 32px !important;
	max-width: 32px !important;
	max-height: 32px !important;
	object-fit: cover !important;
	border-radius: 50% !important;
}

.daaz-mp-icon--crypto     { color: #f7931a; background: rgba(247,147,26,.12); }
.daaz-mp-icon--stocks     { color: #0ea5e9; background: rgba(14,165,233,.12); }
.daaz-mp-icon--forex      { color: #10b981; background: rgba(16,185,129,.12); }
.daaz-mp-icon--commodity  { color: #f59e0b; background: rgba(245,158,11,.12); }
.daaz-mp-icon--fear-greed { color: #8b5cf6; background: rgba(139,92,246,.12); }
