

/**** market ****/

.market-desktop-hero {
    display: block;
}
.market-mobile-hero {
    display: none;
}
.market-title {
    font-size: 1.5rem;
    font-weight: 700;
    text-align: center;
    color: var(--accent-color);
    margin: 20px 0;
    text-transform: uppercase;
    position: relative;
}
.market-title:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -10px;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background: var(--accent-color);
    border-radius: 3px;
}
/* На мобильных устройствах меняем отображение */
@media (max-width: 768px) {
    .market-desktop-hero {
        display: none; /* Скрываем большой Hero */
    }
    
    .market-mobile-hero {
        display: block; /* Показываем простой заголовок */
    }
}
/**** market-end ****/

/**** business ****/

/* Стили для круговых диаграмм доходности */
.income-gauge-container {
    position: relative;
    width: 200px;
    height: 100px;
    margin: 0 auto;
}

.income-gauge-value {
    position: absolute;
    top: 70%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

/* Стили для таблицы бизнесов */
.table-hover tbody tr:hover {
    background-color: rgba(52, 152, 219, 0.1);
    cursor: pointer;
}

/* Стили для мобильного и десктопного отображения заголовка */
.business-desktop-hero {
    display: block;
}
.business-mobile-hero {
    display: none;
}
.business-title {
    font-size: 1.5rem;
    font-weight: 700;
    text-align: center;
    color: var(--accent-color);
    margin: 20px 0;
    text-transform: uppercase;
    position: relative;
}
.business-title:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -10px;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background: var(--accent-color);
    border-radius: 3px;
}

/* Адаптация для мобильных устройств */
@media (max-width: 767.98px) {
    .income-gauge-container {
        width: 150px;
        height: 75px;
    }
    
    .income-gauge-value h3 {
        font-size: 1.5rem;
    }
}

/* На мобильных устройствах меняем отображение */
@media (max-width: 768px) {
    .business-desktop-hero {
        display: none; /* Скрываем большой Hero */
    }
    
    .business-mobile-hero {
        display: block; /* Показываем простой заголовок */
    }
}
/**** business-end ***/

/**** bonus ****/

.bonus-desktop-hero {
    display: block;
}

.bonus-mobile-hero {
    display: none;
}

.bonus-title {
    font-size: 1.5rem;
    font-weight: 700;
    text-align: center;
    color: var(--accent-color);
    margin: 20px 0;
    text-transform: uppercase;
    position: relative;
}

.bonus-title:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -10px;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background: var(--accent-color);
    border-radius: 3px;
}

/* Стили для таймеров бонусов */
.countdown-timer {
    font-size: 1.5rem;
    margin: 10px 0;
    color: var(--accent-color);
}

/* Стили для кнопок получения бонусов */
.bonus-claim-btn {
    transition: all 0.3s ease;
}

.bonus-claim-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

/* Стили для вкладок бонусов */
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: var(--accent-color);
    background-color: transparent;
    border-color: #dee2e6 #dee2e6 transparent;
    font-weight: bold;
}

/* На мобильных устройствах меняем отображение */
@media (max-width: 768px) {
    .bonus-desktop-hero {
        display: none; /* Скрываем большой Hero */
    }
    
    .bonus-mobile-hero {
        display: block; /* Показываем простой заголовок */
    }
    
    .countdown-timer {
        font-size: 1.2rem;
    }
    
    /* Адаптация таблицы последних бонусов */
    .table-responsive {
        font-size: 0.9rem;
    }
    
    /* Выравнивание кнопок по центру */
    .bonus-claim-btn {
        width: 100%;
    }
}

/**** bonus-end ****/

/**** referrals ****/

/* Стили для мобильного и десктопного отображения заголовка реферальной программы */
.referrals-desktop-hero {
    display: block;
}
.referrals-mobile-hero {
    display: none;
}
.referrals-title {
    font-size: 1.5rem;
    font-weight: 700;
    text-align: center;
    color: var(--accent-color);
    margin: 20px 0;
    text-transform: uppercase;
    position: relative;
}
.referrals-title:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -10px;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background: var(--accent-color);
    border-radius: 3px;
}
/* На мобильных устройствах меняем отображение */
@media (max-width: 768px) {
    .referrals-desktop-hero {
        display: none; /* Скрываем большой Hero */
    }
    .referrals-mobile-hero {
        display: block; /* Показываем простой заголовок */
    }
}

/**** referrals-end ****/

/**** settings ****/

/* Стили для мобильного заголовка */
.settings-title {
    font-size: 1.5rem;
    font-weight: 700;
    text-align: center;
    color: var(--accent-color);
    margin: 20px 0;
    text-transform: uppercase;
    position: relative;
}

.settings-title:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -10px;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background: var(--accent-color);
    border-radius: 3px;
}

/* По умолчанию показываем десктопный Hero и скрываем мобильный */
.desktop-hero {
    display: block;
}

.mobile-hero {
    display: none;
}

/* На мобильных устройствах меняем отображение */
@media (max-width: 768px) {
    .desktop-hero {
        display: none; /* Скрываем большой Hero */
    }
    
    .mobile-hero {
        display: block; /* Показываем простой заголовок */
    }
}

/**** settings-end ****/