

/* Start:/local/components/devbx/card.tags/templates/.default/style.css?1759741725902*/
.card-tags {
    position: relative;
    margin-top: 2rem;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.card-tags-list {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1rem 1rem;
    max-width: 900px;
}

.card-tags .right-prop-title {
    margin-bottom: 2rem;
}

.card-tags-button {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 35px;
    box-shadow: 0 8px 12px rgba(162, 162, 162, 0.42);
    border-radius: 5px;
    border: 1px solid rgba(112, 112, 112, 0.2);
    background-color: #ffffff;
    padding: 0 25px;
    font-weight: 600;
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.card-tags-list + .card-tags-list {
    margin-top: 1rem;
}
/* End */
/* /local/components/devbx/card.tags/templates/.default/style.css?1759741725902 */
