/* СУПЕР-СТИЛЬ ДЛЯ ВАШЕГО БЛОКА ОБЛОЖКИ #rec1227890533 */

/* Главный заголовок (FANERAPLIT) */
#rec1227890533 .t995_title {
    color: #2B2B2B !important; /* Темно-серый */
    font-size: 72px !important; /* Крупный размер */
    font-weight: 700 !important;
    letter-spacing: 3px !important;
    margin-bottom: 20px !important;
    text-transform: uppercase !important;
    font-family: 'Montserrat', sans-serif !important; /* Современный шрифт */
}

/* Подзаголовок ("Продажа фанеры...") */
#rec1227890533 .t995_descr {
    color: #4B3621 !important; /* Коричневый */
    font-size: 24px !important;
    font-weight: 400 !important;
    margin-bottom: 15px !important;
    line-height: 1.4 !important;
    font-family: 'Open Sans', sans-serif !important;
}

/* Описание ("Фанера и OSB нового уровня") */
#rec1227890533 .t995_text {
    color: #7A8E69 !important; /* Зеленый */
    font-size: 20px !important;
    font-style: italic !important;
    margin-bottom: 40px !important;
    font-weight: 500 !important;
}

/* Кнопка ("Смотреть каталог") */
#rec1227890533 .t995_btn {
    background-color: #D97B2D !important; /* Оранжевый */
    color: #ffffff !important; /* Белый текст */
    font-weight: 600 !important;
    padding: 18px 45px !important;
    border-radius: 8px !important;
    box-shadow: 0 5px 20px rgba(217, 123, 45, 0.4) !important;
    border: none !important;
    font-size: 18px !important;
    transition: all 0.3s ease !important;
}

/* Эффект при наведении на кнопку */
#rec1227890533 .t995_btn:hover {
    background-color: #4B3621 !important; /* Коричневый */
    box-shadow: 0 7px 25px rgba(75, 54, 33, 0.5) !important;
    transform: translateY(-3px) !important;
}