.pockets-score {
    background: #fffae6;
    color: #333;
    font-weight: bold;
    padding: 8px 12px;
    border-radius: 8px;
    display: inline-block;
    font-family: Arial, sans-serif;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
    margin-bottom: 15px;
}
.pockets-score span {
    color: #f39c12;
    font-size: 1.2em;
    transition: all 0.3s ease;
}