/* 🏷️ SAVDO CATEGORY GRID COMPONENT MODULE - 15% INCREASED TAB HEIGHT (56PX) */
.savdo-cat-wrapper {
    width: 100% !important;
    max-width: 1240px !important;
    margin: 16px auto 20px auto !important;
    padding: 0 15px !important;
    box-sizing: border-box !important;
    clear: both !important;
    position: relative !important;
    z-index: 5 !important;
}

.savdo-cat-grid {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 4px !important;
    row-gap: 4px !important;
    column-gap: 4px !important;
    justify-content: space-between !important;
    align-items: stretch !important;
    width: 100% !important;
}

.savdo-cat-card {
    position: relative !important;
    background: #f2f4f7 !important;
    border-radius: 10px !important;
    padding: 8px 11px !important;
    margin: 0 !important;
    display: flex !important;
    align-items: center !important;
    min-height: 56px !important;
    height: auto !important;
    max-height: none !important;
    text-decoration: none !important;
    transition: background 0.2s ease, box-shadow 0.2s ease !important;
    box-sizing: border-box !important;
    overflow: visible !important;
    transform: none !important;
}

.savdo-cat-card:hover {
    background: #e2e7f0 !important;
    transform: none !important;
    box-shadow: none !important;
}

.savdo-cat-title {
    font-size: 12.5px !important;
    font-weight: 600 !important;
    color: #16181b !important;
    line-height: 1.25 !important;
    z-index: 2 !important;
    position: relative !important;
    width: 100% !important;
    word-break: keep-all !important;
    overflow-wrap: normal !important;
    hyphens: manual !important;
    padding-right: 52px !important;
}

/* 🎯 LARGE 81PX STATIC ICONS (UNCLIPPED EDGE, ZERO HOVER ZOOM) */
.savdo-cat-icon {
    position: absolute !important;
    bottom: -2px !important;
    right: -2px !important;
    width: 81px !important;
    height: 81px !important;
    z-index: 1 !important;
    pointer-events: none !important;
    opacity: 0.95 !important;
    display: flex !important;
    align-items: flex-end !important;
    justify-content: flex-end !important;
    overflow: visible !important;
}

.savdo-cat-icon img {
    width: 81px !important;
    height: 81px !important;
    min-width: 81px !important;
    min-height: 81px !important;
    max-width: 81px !important;
    max-height: 81px !important;
    object-fit: contain !important;
    object-position: bottom right !important;
    filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.15)) !important;
    transform: none !important;
    transition: none !important;
}

/* 🛑 NO HOVER ZOOM ON ICONS - 100% STATIC */
.savdo-cat-card:hover .savdo-cat-icon img {
    transform: none !important;
    transition: none !important;
}

/* 🎯 ROW 1 CARDS (9 CARDS PERFECT 4PX GAP PACKING) */
.savdo-cat-card[data-title*="От застройщика"],
.savdo-cat-card[data-cat="long"] {
    flex: 1 1 calc(11.11% - 4px) !important;
    min-width: 105px !important;
}

.savdo-cat-card[data-title*="Недвижимость"] {
    flex: 1 1 calc(11.11% - 4px) !important;
    min-width: 105px !important;
    white-space: nowrap !important;
}

.savdo-cat-card[data-title*="Транспорт"] {
    flex: 0.9 1 calc(9.5% - 4px) !important;
    min-width: 85px !important;
    white-space: nowrap !important;
}

.savdo-cat-card[data-title*="Телефоны"] {
    flex: 1 1 calc(11.11% - 4px) !important;
    min-width: 110px !important;
}

.savdo-cat-card[data-title*="Детские"] {
    flex: 1 1 calc(10.5% - 4px) !important;
    min-width: 95px !important;
}

.savdo-cat-card[data-title*="Авиабилеты"] {
    flex: 1 1 calc(11.11% - 4px) !important;
    min-width: 110px !important;
}

.savdo-cat-card[data-title*="Вакансия"] {
    flex: 0.7 1 calc(8% - 4px) !important;
    min-width: 65px !important;
    white-space: nowrap !important;
}

.savdo-cat-card[data-title*="Бытовая"] {
    flex: 1 1 calc(10.5% - 4px) !important;
    min-width: 95px !important;
}

.savdo-cat-card[data-title*="Компьютеры"] {
    flex: 1.4 1 calc(14.5% - 4px) !important;
    min-width: 130px !important;
}

/* 🎯 ROW 2 CARDS (8 CARDS PERFECT 4PX GAP PACKING) */
.savdo-cat-card[data-title*="Все для дома"] {
    flex: 1 1 calc(12.5% - 4px) !important;
    min-width: 95px !important;
}

.savdo-cat-card[data-title*="Одежда"] {
    flex: 1 1 calc(12.5% - 4px) !important;
    min-width: 110px !important;
}

.savdo-cat-card[data-title*="Услуги"] {
    flex: 1 1 calc(12.5% - 4px) !important;
    min-width: 75px !important;
    white-space: nowrap !important;
}

.savdo-cat-card[data-title*="Оптовики"] {
    flex: 1 1 calc(12.5% - 4px) !important;
    min-width: 75px !important;
    white-space: nowrap !important;
}

.savdo-cat-card[data-title*="Строительство"] {
    flex: 1 1 calc(12.5% - 4px) !important;
    min-width: 115px !important;
}

.savdo-cat-card[data-title*="Все для бизнеса"] {
    flex: 1 1 calc(12.5% - 4px) !important;
    min-width: 105px !important;
}

.savdo-cat-card[data-title*="Спорт"] {
    flex: 1 1 calc(12.5% - 4px) !important;
    min-width: 110px !important;
}

.savdo-cat-card[data-title*="Животные"] {
    flex: 1 1 calc(12.5% - 4px) !important;
    min-width: 110px !important;
}
