.elementor-8258 .elementor-element.elementor-element-5189fa6e{--display:flex;}.elementor-8258 .elementor-element.elementor-element-30c9729f{text-align:center;font-size:16px;}/* Start custom CSS for text-editor, class: .elementor-element-30c9729f *//* Общий контейнер My Account */
.woocommerce-account {
    font-family: 'Arial', sans-serif; /* или твой шрифт */
    font-size: 16px; /* базовый размер текста */
    line-height: 1.6;
    color: #333;
}

/* Левое меню (Dashboard, Orders, и т.д.) */
.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
    font-size: 16px;
    font-weight: 500;
    color: #222;
}

/* Текущая активная вкладка */
.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a {
    font-size: 16px;
    font-weight: 600;
    color: #000;
}

/* Основной контент (правый блок) */
.woocommerce-account .woocommerce-MyAccount-content {
    font-size: 16px;
    line-height: 1.6;
    color: #444;
}

/* Заголовки внутри вкладок */
.woocommerce-account .woocommerce-MyAccount-content h2,
.woocommerce-account .woocommerce-MyAccount-content h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
}/* End custom CSS */