.icon-container {
    justify-content: center;
    align-items: center;
    margin-bottom: 3rem;
}

.category-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 1rem;
    border-radius: 1rem;
}

.square {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 13rem;
    border: none;
    border-radius: 3rem;
    background: white;
}

.square__name {
    font-weight: 600;
    color: #000;
    font-size: 14px;
    text-align: center;
    pointer-events: none;
}

.elevio-search-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

elevio-element[data-type="search"] {
    width: 400px;
    border: 1px solid #ccc;
    padding: 5px;
    margin-bottom: 20px;
}

    elevio-element[data-type="search"] input[type="text"] {
        width: calc(100% - 10px);
        border: none;
        outline: none;
    }

.icon-wrapper {
    pointer-events: none;
    margin-bottom: 16px;
    width: 100%;
}

.icon-svg {
    width: 128px;
    margin-bottom: 0;
    pointer-events: none;
}

.icon-svg__white {
    /* filter: invert(1); */
    pointer-events: none;
}
