/* Start custom CSS for text-editor, class: .elementor-element-8db3001 *//* CSS для скрытия WPML (если Canvas не полностью работает) */
#lang_sel_footer, 
.wpml-ls-statics-footer, 
.wpml-ls-footer,
#wpml_language_switcher_footer {
    display: none !important;
}
/* Прячем стандартные тексты WooCommerce */
.woocommerce-MyAccount-content p:not(.custom-welcome-box p),
.woocommerce-MyAccount-content .u-columns,
.woocommerce-MyAccount-content .u-column1,
.woocommerce-MyAccount-content .u-column2 {
    display: none !important;
}

/* Контейнер всей страницы */
.woocommerce-account .woocommerce {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin-top: 20px;
}

/* Левое меню */
.woocommerce-MyAccount-navigation {
    flex: 0 0 280px;
}

.woocommerce-MyAccount-navigation ul {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.woocommerce-MyAccount-navigation li a {
    display: block !important;
    padding: 15px 20px !important;
    background: #f9f9f9 !important;
    color: #333 !important;
    text-decoration: none !important;
    border-radius: 10px !important;
    margin-bottom: 8px !important;
    font-weight: 600 !important;
    border: 1px solid #eee !important;
    transition: 0.2s;
}

.woocommerce-MyAccount-navigation li a:hover {
    background: #f0f0f0 !important;
}

/* Выделяем активную кнопку */
.woocommerce-MyAccount-navigation li.is-active a {
    background: #fff !important;
    border-color: #000 !important;
    color: #000 !important;
}

/* Кнопка "Enter Clarity App" — ЧЕРНАЯ */
.woocommerce-MyAccount-navigation-link--enter-app a {
    background: #000 !important;
    color: #fff !important;
    border: none !important;
    margin-bottom: 15px !important;
}

/* Кнопка "Logout" — красный текст */
.woocommerce-MyAccount-navigation-link--customer-logout a {
    color: #d9534f !important;
}

/* Правая часть — наш новый бокс */
.woocommerce-MyAccount-content {
    flex: 1;
}

.custom-welcome-box {
    background: #fff;
    padding: 40px;
    border-radius: 15px;
    border: 1px solid #eee;
}

.custom-welcome-box h2 {
    font-size: 32px !important;
    margin-bottom: 10px !important;
}

.custom-welcome-box p {
    font-size: 16px !important;
    color: #666 !important;
    display: block !important; /* Наш текст должен быть виден */
}

/* Стили для новых SVG иконок в меню */
.woocommerce-MyAccount-navigation li.clarity-icon-link a {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important; /* Отступ между иконкой и текстом */
}

.woocommerce-MyAccount-navigation-link--enter-app span.clarity-icon svg {
    width: 18px !important; /* Чуть увеличим для видимости */
    height: 18px !important;
    vertical-align: middle !important;
}/* End custom CSS */