

/* Start:/local/components/baltais/sticker.cloud/templates/.default/style.css?1745828571519*/
.sticker-cloud {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 20px;
}

.sticker-item {
    display: inline-flex;
    align-items: center;
    padding: 6px 8px;
    /* background-color: #F2F2F2; */
    border-radius: 6px;
    font-size: 14px;
    text-decoration: none;
    color: #333;
    transition: 0.3s;
}

.sticker-item:hover {
    background-color: #e0e0e0;
    color: #333;
}

.sticker-item.all {
    background-color: white;
    border: 1px solid #ccc;
}

/* End */
/* /local/components/baltais/sticker.cloud/templates/.default/style.css?1745828571519 */
