/* 1. Полностью скрываем футер со ссылкой и копирайтом */
a[href*="fider.io"],
.attribution,
.powered-by,
.ui.vertical.segment.footer,
footer {
    display: none !important;
    visibility: hidden !important;
    height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
}

/* 2. Уменьшаем заголовок и запрещаем перенос на ПК */
h1, .ui.header, .hero-header, .welcome-header {
    font-size: 1.8rem !important;
    white-space: nowrap !important;
}

/* 3. На мобильных разрешаем перенос */
@media (max-width: 768px) {
    h1, .ui.header, .hero-header, .welcome-header {
        font-size: 1.5rem !important;
        white-space: normal !important;
    }
}