/*
Theme Name: Astra Child
Theme URI: https://wpastra.com/
Template: astra
Author: Brainstorm Force
Author URI: https://wpastra.com/about/?utm_source=theme_preview&utm_medium=author_link&utm_campaign=astra_theme
Description: The Astra WordPress theme is lightning-fast and highly customizable. It has over 1 million downloads and the only theme in the world with 5,700+ five-star reviews! It’s ideal for professional web designers, solopreneurs, small businesses, eCommerce, membership sites and any type of website. It offers special features and templates so it works perfectly with all page builders like Spectra, Elementor, Beaver Builder, etc. Fast performance, clean code, mobile-first design and schema markup are all built-in, making the theme exceptionally SEO-friendly. It’s fully compatible with WooCommerce, SureCart and other eCommerce plugins and comes with lots of store-friendly features and templates. Astra also provides expert support for free users. A dedicated team of fully trained WordPress experts are on hand to help with every aspect of the theme. Try the live demo of Astra: https://zipwp.org/themes/astra/
Tags: custom-menu,custom-logo,entertainment,one-column,two-columns,left-sidebar,e-commerce,right-sidebar,custom-colors,editor-style,featured-images,full-width-template,microformats,post-formats,rtl-language-support,theme-options,threaded-comments,translation-ready,blog
Version: 4.11.7.1758038308
Updated: 2025-09-16 15:58:28
/* ==================== */
/* TUTOR LMS REGISTRATION FORM STYLING */
/* ==================== */

/* Hide English privacy policy text */
.privacy-policy-text,
.woocommerce-privacy-policy-text,
.wp-privacy-policy-text,
p:contains("privacy policy"),
div:contains("privacy policy"),
label:contains("privacy policy"),
p:contains("Please confirm that you agree"),
label:contains("Please confirm that you agree") {
    display: none !important;
}

/* Ensure our Russian consent section is visible */
.tutor-form-check-label {
    display: block !important;
    font-size: 14px;
    line-height: 1.5;
    margin-top: 10px;
}

/* Optional: Style the Russian consent links */
.tutor-form-check-label a {
    color: #3b82f6;
    text-decoration: underline;
}

.tutor-form-check-label a:hover {
    color: #2563eb;
    text-decoration: none;
}
*/