.pgreen,
.porange,
.paqua,
.pred,
.ypred,
.bpred {
display: inline-flex;
align-items: center;
gap: 6px;
padding: 2px 12px 2px 8px;
border-radius: 20px;
font-size: 10px;
font-weight: 600;
line-height: 1.5;
text-transform: uppercase;
letter-spacing: 0.4px;
border: 1px solid transparent;
transition: all 0.2s ease;
}
.pgreen {
background: #0a1f1a;
color: #4ade80;
border-color: rgba(74, 222, 128, 0.25);
box-shadow: 0 0 20px rgba(74, 222, 128, 0.05);
}
.porange {
background: #1f1204;
color: #fbbf24;
border-color: rgba(251, 191, 36, 0.25);
box-shadow: 0 0 20px rgba(251, 191, 36, 0.05);
}
.paqua {
background: #061a2e;
color: #38bdf8;
border-color: rgba(56, 189, 248, 0.25);
box-shadow: 0 0 20px rgba(56, 189, 248, 0.05);
}
.pred {
background: #1f0a0a;
color: #f87171;
border-color: rgba(248, 113, 113, 0.25);
box-shadow: 0 0 20px rgba(248, 113, 113, 0.05);
}
.ypred {
background: #1f1a00;
color: #fde047;
border-color: rgba(253, 224, 71, 0.25);
box-shadow: 0 0 20px rgba(253, 224, 71, 0.05);
}
.bpred {
background: #0a0f2a;
color: #60a5fa;
border-color: rgba(96, 165, 250, 0.25);
box-shadow: 0 0 20px rgba(96, 165, 250, 0.05);
}