/*
Theme Name: Pearl Learners 6
Theme URI: https://pearllearners.com/
Author: Ikke
Author URI: https://pearllearners.com/
Description: Standalone React design with native WordPress and WooCommerce integration.
Version: 6
Requires at least: 6.2
Tested up to: 6.8
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: pearl-learners-6
Tags: e-commerce, education, custom-logo, featured-images, woocommerce
*/

html,
body {
  margin: 0;
  padding: 0;
}

#pearl-learners-root {
  min-height: 100vh;
}

.pl-app-loading {
  display: grid;
  min-height: 100vh;
  place-items: center;
  color: #17214f;
  background: #fcf9f6;
  font: 700 18px/1.4 system-ui, sans-serif;
}

.pl-native-woocommerce {
  width: min(1100px, calc(100% - 32px));
  min-height: 70vh;
  margin: 0 auto;
  padding: 64px 0;
}

.pl-native-back {
  display: inline-block;
  margin-bottom: 28px;
  color: #ff4b3e;
  font: 800 16px/1.3 system-ui, sans-serif;
  text-decoration: none;
}
