/* Базовые стили из оригинального Telegram Blog */
body {
    font-family: 'Gilroy', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    font-size: 12px;
    line-height: 18px;
    color: #000;
    background-color: #fff;
}

body.preload .dev_blog_card_image {
    width: 100%;
    height: 220px;
    object-fit: cover;
}

a, a:hover {
    color: #33C5FF;
}

a:hover {
    text-decoration: underline;
}

a:focus {
    text-decoration: none;
}

/* Container */
.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}

.container:before,
.container:after {
    content: " ";
    display: table;
}

.container:after {
    clear: both;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

/* Хедер */
.tl_page_wrap {
    width: 100%;
}

.tl_page_head,
.dev_page_head {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    background: #fff !important;
    margin-bottom: 0;
    z-index: 1000;
    transition: background 0.3s ease, backdrop-filter 0.3s ease, box-shadow 0.3s ease;
    /* Шапка всегда видна */
    opacity: 1 !important;
    visibility: visible !important;
    display: block !important;
}

/* Эффект жидкого стекла при прокрутке */
.tl_page_head.scrolled,
.dev_page_head.scrolled {
    background: rgba(255, 255, 255, 0.6) !important;
    box-shadow: none !important;
}

@supports(-webkit-backdrop-filter: blur(0px)) {
    .tl_page_head.scrolled,
    .dev_page_head.scrolled {
        background: rgba(255, 255, 255, 0.5) !important;
        -webkit-backdrop-filter: blur(20px) saturate(180%);
        box-shadow: none !important;
    }
}

@supports(backdrop-filter: blur(0px)) {
    .tl_page_head.scrolled,
    .dev_page_head.scrolled {
        background: rgba(255, 255, 255, 0.5) !important;
        backdrop-filter: blur(20px) saturate(180%);
        box-shadow: none !important;
    }
}

.navbar-tg .navbar-inner {
    box-shadow: none;
    -webkit-box-shadow: none;
    border-bottom: 1px solid #e8e8e8;
}

/* Убираем тень при скролле */
.tl_page_head.scrolled .navbar-inner,
.dev_page_head.scrolled .navbar-inner {
    border-bottom: 1px solid rgba(232, 232, 232, 0.5);
}

.navbar-tg .nav a {
    color: #33C5FF;
}

.navbar-tg .nav a:hover,
.navbar-tg .nav .active a {
    color: #33C5FF;
}

.navbar-tg .nav > .active > a,
.navbar-tg .nav > .open > a,
.navbar-tg .nav > li > a:hover {
    position: relative;
}

.navbar-tg .nav > li > a:after {
    display: block;
    height: 3px;
    background: #33C5FF;
    position: absolute;
    border-radius: 2px 2px 0 0;
    content: "";
    left: 4px;
    right: 4px;
    opacity: 0;
    bottom: -1px;
    -webkit-transition: opacity .2s ease-in-out, transform .2s ease-in-out;
    -moz-transition: opacity .2s ease-in-out, transform .2s ease-in-out;
    -ms-transition: opacity .2s ease-in-out, transform .2s ease-in-out;
    transition: opacity .2s ease-in-out, transform .2s ease-in-out;
    transform-origin: bottom;
    transform: scaleX(0.3) scaleY(0);
}

.navbar-tg .nav > .active > a:after,
.navbar-tg .nav > .open > a:after,
.navbar-tg .nav > li > a:hover:after {
    opacity: 1;
    transform: scaleX(1.0) scaleY(1.0);
}

.navbar-tg .nav > li > a,
.navbar-tg .nav > li > a:hover,
.navbar-tg .nav > li > a:focus {
    background-color: transparent;
}

.nav {
    color: #a2a2a2;
    font-size: 15px;
    padding-left: 0;
    padding-right: 0;
    list-style: none;
    margin: 0;
}

.navbar-nav {
    float: left;
    margin: 0;
    list-style: none;
    padding-left: 0;
    padding-right: 0;
}

.navbar-nav > li {
    float: left;
    list-style: none;
}

.navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
    color: #33C5FF;
    text-decoration: none;
    display: block;
    position: relative;
}

.navbar-nav > li > a:hover,
.navbar-nav > li > a:focus {
    text-decoration: none;
    background-color: transparent;
}

.navbar-right {
    float: right !important;
    margin-right: 0;
}

.navbar-static-top {
    position: static;
    top: 0;
    z-index: 1000;
    margin-bottom: 0;
}

/* Переопределяем для шапки сайта */
.tl_page_head.navbar-static-top,
.dev_page_head.navbar-static-top {
    position: fixed !important;
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 0;
    border: 1px solid transparent;
}

.navbar-inner {
    min-height: 50px;
    padding-left: 0;
    padding-right: 0;
    background-color: transparent;
    background-image: none;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    *zoom: 1;
}

.navbar-inner:before,
.navbar-inner:after {
    content: " ";
    display: table;
}

.navbar-inner:after {
    clear: both;
}

.navbar-vk a,
.navbar-twitter a {
    padding-top: 14.5px;
    padding-bottom: 14.5px;
}

.navbar-vk a .fa-vk {
    color: #33C5FF;
    font-size: 18px;
    margin-right: 5px;
    vertical-align: middle;
}

.navbar-vk a:hover .fa-vk {
    opacity: 0.8;
}

.icon {
    display: inline-block;
}

.icon-twitter {
    width: 21px;
    height: 17px;
    vertical-align: text-top;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%2315b8a0"><path d="M23.953 4.57a10 10 0 01-2.825.775 4.958 4.958 0 002.163-2.723c-.951.555-2.005.959-3.127 1.184a4.92 4.92 0 00-8.384 4.482C7.69 8.095 4.067 6.13 1.64 3.162a4.822 4.822 0 00-.666 2.475c0 1.71.87 3.213 2.188 4.096a4.904 4.904 0 01-2.228-.616v.06a4.923 4.923 0 003.946 4.827 4.996 4.996 0 01-2.212.085 4.936 4.936 0 004.604 3.417 9.867 9.867 0 01-6.102 2.105c-.39 0-.779-.023-1.17-.067a13.995 13.995 0 007.557 2.209c9.053 0 13.998-7.496 13.998-13.985 0-.21 0-.42-.015-.63A9.935 9.935 0 0024 4.59z"/></svg>') 0 0 no-repeat;
    background-size: 21px 17px;
    opacity: 0.9;
}

a:hover .icon-twitter {
    opacity: 0.99;
}

.hidden-xs {
    display: block !important;
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}

/* Обертка страницы */
.tl_page_container {
    margin-top: 50px;
}

.tl_page {
    width: 100%;
}

/* Главная страница - стили Vibee Blog */
.vibee_blog_list_page_wrap {
    max-width: 800px;
    margin: 0 auto;
}

.vibee_blog_list_header {
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 40px;
    text-align: center;
    color: #000;
    font-family: 'Gilroy', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.vibee_blog_list_cards_wrap {
    margin: 0 -15px;
}

@media (min-width: 801px) {
    .tl_main_recent_news_cards {
        margin: 0 -15px;
    }
}

.dev_blog_card_link_wrap {
    display: block;
    width: 50%;
    float: left;
    padding: 15px 10px;
    text-decoration: none;
    color: inherit;
    box-sizing: border-box;
}

.dev_blog_card_link_wrap:nth-child(odd) {
    clear: left;
}

.dev_blog_card_link_wrap:hover,
.dev_blog_card_link_wrap:active,
.dev_blog_card_link_wrap:focus {
    text-decoration: none;
}

.dev_blog_card_wrap {
    width: 100%;
}

.dev_blog_card_image {
    display: block;
    width: 100%;
    height: 220px;
    object-fit: cover;
    border-radius: 8px;
    -webkit-transition: opacity .2s ease-in-out;
    -moz-transition: opacity .2s ease-in-out;
    -ms-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out;
    opacity: 1;
    position: relative;
    box-shadow: 
        inset 0 0 40px 15px rgba(255, 255, 255, 0.4),
        inset 0 0 80px 30px rgba(255, 255, 255, 0.2);
}

.dev_blog_card_link_wrap:hover .dev_blog_card_image {
    opacity: 0.9;
}

.dev_blog_card_alltext_wrap {
    margin-top: 12px;
}

.dev_blog_card_title {
    margin: 12px 0 2px;
    padding: 0 15px;
    font-size: 16px;
    line-height: 160%;
    color: #33C5FF;
    font-weight: normal;
    font-family: 'Gilroy', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.dev_blog_card_link_wrap:hover .dev_blog_card_title {
    text-decoration: underline;
}

.dev_blog_card_lead {
    color: #333;
    font-size: 14px;
    line-height: 160%;
    padding: 0 15px;
    margin: 0;
}

.dev_blog_card_date {
    margin-top: 4px;
    font-size: 14px;
    color: #888;
    padding: 0 15px;
}

/* Очистка float */
.vibee_blog_list_cards_wrap:after {
    content: "";
    display: table;
    clear: both;
}

/* Адаптивность для мобильных */
@media (max-width: 640px) {
    .dev_blog_card_link_wrap {
        max-width: 100%;
        float: none;
    }
}

/* Страница поста */
.post-page-container {
    width: 100%;
    max-width: 100%;
    margin: 0;
}

/* Выравнивание футера по ширине поста при просмотре полной новости */
.tl_page_wrap.has-sidebar + .footer_wrap {
    max-width: 1170px;
    margin: 10px auto 0;
    padding-left: 15px;
    padding-right: 15px;
}

.tl_page_wrap.has-sidebar + .footer_wrap .footer_columns_wrap {
    max-width: 800px;
    margin-left: 0;
}

/* Контейнер с боковой панелью */
.tl_page_with_sidebar {
    display: flex;
    gap: 30px;
    align-items: flex-start;
}

.tl_page_with_sidebar .tl_page {
    flex: 1;
    min-width: 0;
}

.tl_sidebar {
    width: 300px;
    flex-shrink: 0;
}

@media (max-width: 992px) {
    .tl_page_with_sidebar {
        flex-direction: column;
    }
    
    .tl_sidebar {
        width: 100%;
    }
}

.post-article {
    width: 100%;
}

.post-article-header {
    margin-bottom: 40px;
}

.post-article-title {
    font-size: 36px;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 20px;
    font-family: 'Gilroy', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.post-article-meta {
    display: flex;
    gap: 12px;
    font-size: 15px;
    color: #999;
}

.post-author {
    color: #000;
}

.post-article-image {
    width: 100%;
    margin-bottom: 40px;
    border-radius: 8px;
    overflow: hidden;
}

.post-article-image img {
    width: 100%;
    height: auto;
    display: block;
}

.post-article-image-caption {
    margin-top: 12px;
    font-size: 14px;
    line-height: 1.5;
    color: #666;
    text-align: center;
}

.post-article-body {
    font-size: 18px;
    line-height: 1.8;
    color: #000;
}

.post-article-body p {
    margin-bottom: 24px;
}

.post-article-body h2 {
    font-size: 24px;
    font-weight: 500;
    margin-top: 48px;
    margin-bottom: 24px;
    line-height: 1.3;
    font-family: 'Gilroy', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.post-article-body h3 {
    font-size: 20px;
    font-weight: 500;
    margin-top: 36px;
    margin-bottom: 20px;
    line-height: 1.4;
    font-family: 'Gilroy', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.post-article-body img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin: 32px 0;
}

.post-article-body video {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin: 32px 0;
    cursor: pointer;
    outline: none;
}

/* Подписи к изображениям и видео */
.post-media-figure {
    margin: 32px 0;
    text-align: center;
}

.post-media-figure img,
.post-media-figure video {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    display: block;
    margin: 0 auto;
}

.post-media-figure video {
    cursor: pointer;
    outline: none;
}

/* Скрытие стандартных элементов управления видео */
.post-article-body video::-webkit-media-controls,
.post-media-figure video::-webkit-media-controls,
.custom-video-player::-webkit-media-controls {
    display: none !important;
}

.post-article-body video::-webkit-media-controls-enclosure,
.post-media-figure video::-webkit-media-controls-enclosure,
.custom-video-player::-webkit-media-controls-enclosure {
    display: none !important;
}

.post-article-body video::-webkit-media-controls-panel,
.post-media-figure video::-webkit-media-controls-panel,
.custom-video-player::-webkit-media-controls-panel {
    display: none !important;
}

.post-article-body video::-webkit-media-controls-play-button,
.post-media-figure video::-webkit-media-controls-play-button,
.custom-video-player::-webkit-media-controls-play-button {
    display: none !important;
}

.post-article-body video::-webkit-media-controls-start-playback-button,
.post-media-figure video::-webkit-media-controls-start-playback-button,
.custom-video-player::-webkit-media-controls-start-playback-button {
    display: none !important;
}

/* Кастомный плеер */
.custom-video-player {
    width: 100%;
    height: auto;
    outline: none;
    border: none;
    cursor: pointer;
}

.post-media-caption {
    margin-top: 12px;
    font-size: 14px;
    line-height: 1.5;
    color: #666;
    text-align: center;
}

.post-article-body a {
    color: #33C5FF;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: border-color 0.2s;
}

.post-article-body a:hover {
    border-bottom-color: #33C5FF;
}

/* Футер поста с датой */
.post-article-footer {
    margin-top: 24px;
    padding-top: 0;
}

.post-article-date {
    display: block;
    font-size: 15px;
    color: #999;
    margin-bottom: 8px;
}

.post-article-author {
    font-size: 15px;
    color: #999;
    font-style: italic;
}

/* Похожие записи */
.similar-posts {
    margin-top: 60px;
    padding-top: 40px;
    border-top: 1px solid #e8e8e8;
}

.similar-posts-title {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 30px;
    color: #000;
    font-family: 'Gilroy', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.similar-posts-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    margin-top: 30px;
}

.similar-post-card {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    display: flex;
    flex-direction: column;
}

.similar-post-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.similar-post-link {
    display: flex;
    flex-direction: column;
    text-decoration: none;
    color: inherit;
    height: 100%;
}

.similar-post-image {
    width: 100%;
    height: 220px;
    overflow: hidden;
    border-radius: 8px 8px 0 0;
    flex-shrink: 0;
}

.similar-post-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px 8px 0 0;
    transition: transform 0.3s ease;
    box-shadow: 
        inset 0 0 40px 15px rgba(255, 255, 255, 0.4),
        inset 0 0 80px 30px rgba(255, 255, 255, 0.2);
}

.similar-post-card:hover .similar-post-image img {
    transform: scale(1.05);
}

.similar-post-content {
    padding: 24px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.similar-post-title {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.4;
    margin-bottom: 12px;
    color: #33C5FF;
    transition: color 0.2s ease;
    font-family: 'Gilroy', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.similar-post-link:hover .similar-post-title {
    color: #17c4a8;
    text-decoration: underline;
}

.similar-post-excerpt {
    font-size: 14px;
    line-height: 1.6;
    color: #666;
    margin-bottom: 16px;
    flex-grow: 1;
}

.similar-post-date {
    font-size: 13px;
    color: #999;
    display: block;
    margin-top: auto;
}

@media (max-width: 768px) {
    .similar-posts-title {
        font-size: 24px;
    }
    
    .similar-posts-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
}

/* Боковая панель новостей */
.sidebar-news {
    background: transparent;
    padding: 0;
    position: relative;
    padding-left: 20px;
    margin-top: 40px;
}

.sidebar-news::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    background: #33C5FF;
}

.sidebar-title {
    font-size: 18px;
    font-weight: 500;
    margin: 0 0 20px 0;
    padding: 0;
    color: #33C5FF;
    font-family: 'Gilroy', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.sidebar-news-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.sidebar-news-item {
    margin: 0 0 24px 0;
    padding: 0;
    border-bottom: none;
}

.sidebar-news-item:last-child {
    margin-bottom: 0;
}

.sidebar-news-date {
    display: block;
    font-size: 13px;
    color: #999;
    margin: 0 0 8px 0;
    padding: 0;
    font-weight: 700;
}

.sidebar-news-link {
    color: #000;
    text-decoration: none;
    font-size: 15px;
    line-height: 1.5;
    display: block;
    transition: color 0.2s;
    margin: 0;
    padding: 0;
}

.sidebar-news-link:hover {
    color: #33C5FF;
}

/* Пустое состояние */
.empty-state {
    text-align: center;
    padding: 100px 20px;
    color: #999;
}

.empty-state h2 {
    font-size: 32px;
    margin-bottom: 16px;
    color: #000;
}

/* Пагинация */
.pager_wrap {
    margin-top: 40px;
    clear: both;
}

.pager {
    padding-left: 0;
    margin: 20px 0;
    list-style: none;
    text-align: center;
}

.pager li {
    display: inline;
}

.pager li > a,
.pager li > span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px;
    color: #33C5FF;
    text-decoration: none;
}

.pager li > a:hover,
.pager li > a:focus {
    text-decoration: none;
    background-color: #eee;
}

.pager .next > a,
.pager .next > span {
    float: right;
}

.pager .previous > a,
.pager .previous > span {
    float: left;
}

.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
    color: #777;
    background-color: #fff;
    cursor: not-allowed;
}

.pager:before,
.pager:after {
    content: " ";
    display: table;
}

.pager:after {
    clear: both;
}

/* Футер */
.footer_wrap {
    border-top: 1px solid #e8e8e8;
    max-width: 925px;
    margin: 10px auto 0;
    padding: 28px 0 34px;
}

.footer_columns_wrap {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin: 0 auto;
    max-width: 800px;
    padding-left: 0;
}

.footer_mobile {
    display: none;
}

.footer_column {
    flex: 0 1 auto;
    align-self: auto;
}

.footer_column_telegram {
    flex: 0 1 210px;
}

.footer_column:last-child {
    padding-right: 0;
}

.footer_column:first-child {
    padding-left: 0;
}

.footer_column h5 {
    font-size: 14px;
    margin-top: 0;
    margin-bottom: 9px;
    font-weight: normal;
}

.footer_column h5 a {
    color: inherit;
    text-decoration: none;
}

.footer_column ul,
.footer_column ul li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer_column ul li {
    font-size: 14px;
    line-height: 23px;
}

.footer_column ul li a {
    color: #33C5FF;
    text-decoration: none;
}

.footer_column ul li a:hover {
    text-decoration: underline;
}

.footer_telegram_description {
    font-size: 13px;
    line-height: 160%;
    color: #333;
}

/* Адаптивность */
@media (max-width: 1000px) {
    .footer_wrap {
        padding: 16px 0 16px;
    }
    
    .footer_desktop {
        display: none;
    }
    
    .footer_mobile {
        display: flex;
        justify-content: center;
    }
    
    .footer_columns_wrap {
        text-align: center;
    }
    
    .footer_column {
        margin: 0 6px;
    }
    
    .footer_column h5 {
        color: #33C5FF;
        font-size: 12px;
        font-weight: normal;
        text-transform: uppercase;
        margin: 0;
    }
}

@media (max-width: 768px) {
    .vibee_blog_list_header {
        font-size: 22px;
        margin-bottom: 30px;
    }
    
    .dev_blog_card_title {
        font-size: 18px;
    }
    
    .post-article-title {
        font-size: 24px;
    }
    
    .post-article-body {
        font-size: 16px;
    }
    
    .post-article-body h2 {
        font-size: 20px;
    }
    
    .post-article-body h3 {
        font-size: 18px;
    }
    
    .similar-posts-title {
        font-size: 20px;
    }
}

/* Кнопка "Наверх" для страницы поста */
.scroll-to-top-wrapper {
    position: fixed;
    left: 0;
    top: 0;
    width: 120px;
    height: 100vh;
    z-index: 999;
    cursor: pointer;
}

.scroll-to-top-wrapper::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background: rgba(21, 184, 160, 0.1);
    transition: width 0.3s ease;
    pointer-events: none;
}

.scroll-to-top-wrapper:hover::before,
.scroll-to-top-wrapper.active::before {
    width: 100%;
}

.scroll-to-top {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    text-decoration: none;
    color: #33C5FF;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 20px 20px 20px 15px;
    transition: opacity 0.3s ease;
    white-space: nowrap;
    background: transparent;
    cursor: pointer;
    opacity: 0.7;
    pointer-events: auto;
    border-bottom: none;
}

.scroll-to-top:hover {
    text-decoration: none;
    border-bottom: none;
}

.scroll-to-top-wrapper:hover .scroll-to-top,
.scroll-to-top-wrapper.active .scroll-to-top {
    opacity: 1;
}

.scroll-to-top-icon {
    font-size: 16px;
    line-height: 1;
    display: inline-block;
}

.scroll-to-top-text {
    font-size: 14px;
    line-height: 1;
    display: inline-block;
    text-decoration: none;
    border-bottom: none;
}

/* Скрываем кнопку на мобильных устройствах */
@media (max-width: 768px) {
    .scroll-to-top-wrapper {
        display: none;
    }
}