/* ============================================================
 * uc-gse-full: Растягиваем КОЛОНКУ (чтобы результаты не жались),
 * а форму поиска внутри неё центрируем
 * ============================================================ */

/* 1. КОЛОНКА — возвращаем полную ширину, чтобы результаты поиска
      снова растянулись на всю контентную область */
#rec3847394301 .t-col.t-col_10.t-prefix_2 {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    float: none !important;
    left: 0 !important;
    right: 0 !important;
    position: static !important;
    box-sizing: border-box !important;
}

/* 2. КОНТЕЙНЕР — без боковых отступов */
#rec3847394301 .t-container {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

/* 3. ФОРМА ПОИСКА — центрируем и ограничиваем ширину,
      чтобы она не растягивалась на всю ширину экрана */
#rec3847394301 .gsc-search-box {
    max-width: 1160px !important;
    width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    float: none !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    box-sizing: border-box !important;
}

/* 4. Таблица внутри формы поиска — на всю ширину формы */
#rec3847394301 .gsc-search-box table {
    width: 100% !important;
    max-width: 100% !important;
}

/* 5. Ячейка с полем ввода — растягиваем */
#rec3847394301 .gsc-input {
    width: 100% !important;
    max-width: 100% !important;
    padding-right: 10px !important;
    box-sizing: border-box !important;
}

/* 6. Поле ввода — растягиваем */
#rec3847394301 .gsc-input-box,
#rec3847394301 input.gsc-input {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
}

/* 7. Кнопка поиска — компактная */
#rec3847394301 .gsc-search-button {
    width: auto !important;
    white-space: nowrap !important;
}

/* 8. Обёртки Google CSE — без боковых отступов,
      но на всю ширину (чтобы результаты не жались) */
#rec3847394301 .gsc-control-cse,
#rec3847394301 .gsc-control-wrapper-cse,
#rec3847394301 .gsc-results-wrapper-nooverlay,
#rec3847394301 .gsc-results-wrapper-visible,
#rec3847394301 .gsc-above-wrapper-area,
#rec3847394301 .gsc-above-wrapper-area-container,
#rec3847394301 .gsc-resultsbox-visible,
#rec3847394301 .gsc-resultsRoot,
#rec3847394301 .gsc-tabData,
#rec3847394301 .gsc-webResult,
#rec3847394301 .gsc-results,
#rec3847394301 .gsc-wrapper,
#rec3847394301 .gsc-expansionArea,
#rec3847394301 .gs-webResult,
#rec3847394301 .gs-result,
#rec3847394301 .gsc-result {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
}