.angie-icon-select-wrapper-bc984369 {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.angie-icon-select-item-bc984369 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 15px;
    border: 1px solid #ccc;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    min-width: 100px;
    text-align: center;
    background-color: transparent;
}

.angie-icon-select-item-bc984369:hover {
    border-color: #666;
    background-color: #f9f9f9;
}

.angie-icon-select-item-bc984369.active {
    border-color: #333;
    background-color: #eee;
}

.angie-icon-select-icon-bc984369 {
    font-size: 30px;
    margin-bottom: 10px;
    color: #666;
    display: flex;
    align-items: center;
    justify-content: center;
}

.angie-icon-select-icon-bc984369 svg {
    width: 30px;
    height: 30px;
    fill: #666;
}

.angie-icon-select-label-bc984369 {
    font-size: 14px;
    color: #333;
}

.angie-icon-select-wrapper-bc984369.editor-preview .angie-icon-select-item-bc984369 {
    pointer-events: none;
}
