.elementor-widget-fitted_grid {
    height: 100%;
}

.elementor-widget-fitted_grid .elementor-widget-container {
    height: 100%;
}

.fitted-grid-wrapper {
    width: 100%;
    height: 100%;
    overflow: visible;
    position: relative;
    box-sizing: border-box;
}

.fitted-grid {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: visible;
}

.fitted-grid__container {
    position: relative;
}

.fitted-grid__empty-cell {
    box-sizing: border-box;
}

.fitted-grid__bg-area {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    box-sizing: border-box;
}

.fitted-grid__cell {
    cursor: pointer;
    user-select: none;
    box-sizing: border-box;
    touch-action: manipulation;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
}

.fitted-grid__cell--main {
    touch-action: manipulation;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
}

.fitted-grid__cell--drawer {
    touch-action: manipulation;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
}

.fitted-grid__cell-text {
    text-align: center;
}

.fitted-grid__hover-gradient {
    will-change: opacity;
}

.fitted-grid__hover-text {
    will-change: opacity;
}

.fitted-grid-filters {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    scroll-behavior: smooth;
    scrollbar-width: none;
    -ms-overflow-style: none;
    -webkit-overflow-scrolling: touch;
    min-width: 0;
    cursor: grab;
    user-select: none;
}

.fitted-grid-filters.active {
    cursor: grabbing;
    scroll-behavior: auto;
}

.fitted-grid-filters::-webkit-scrollbar {
    display: none;
}

.fitted-grid-filters__button {
    cursor: pointer;
    border: none;
    background: none;
    transition: all 0.3s ease;
    flex-shrink: 0;
    white-space: nowrap;
}

.fitted-grid__cell{
   padding: 12px !important;
    gap: 12px !important;
}

.fitted-grid__cell--main{
    padding: 12px !important;
    gap:12px !important;
}


.fitted-grid__cell--main .fitted-grid__cell-title{
    line-height: 24px !important;
}

.fitted-grid__hover-subtitle{
    line-height: 18px !important;
    color: #95B0D5CC !important;

}