.icon {
    width: 80px;
    text-align: center;
    margin: 10px;
    cursor: pointer;
    user-select: none;
    float: left;
}

.icon-image {
    width: 48px;
    height: 48px;
    background: linear-gradient(135deg, #4a90e2 0%, #357abd 100%);
    margin: 0 auto 5px;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.3);
}

.icon-label {
    color: white;
    font-size: 11px;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.8);
    padding: 2px 4px;
}

.icon.selected .icon-label {
    background: #0b51a5;
    outline: 1px dotted white;
}
.icon {
    width: 80px;
    text-align: center;
    margin: 10px;
    cursor: pointer;
    user-select: none;
    float: left;
}

.icon-image {
    width: 48px;
    height: 48px;
    background: linear-gradient(135deg, #4a90e2 0%, #357abd 100%);
    margin: 0 auto 5px;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.3);
}

.icon-label {
    color: white;
    font-size: 11px;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.8);
    padding: 2px 4px;
    word-wrap: break-word;
}

.icon.selected .icon-label {
    background: #0b51a5;
    outline: 1px dotted white;
}