/*
Theme Name: True 11 plus
Theme URI: https://beowntech.com/themes
Author: shan
Author URI: https://beowntech.com
Description: Our 2023 default theme is designed to show off the power of the block editor. It features custom styles for all the default blocks, and is built so that what you see in the editor looks like what you'll see on your website. Twenty Nineteen is designed to be adaptable to a wide range of websites, whether you’re running a photo blog, launching a new business, or supporting a non-profit. Featuring ample whitespace and modern sans-serif headlines paired with classic serif body text, it's built to be beautiful on all screen sizes.
Requires at least: WordPress 6
Version: 2.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: beowntech
Tags: one-column, flexible-header, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, rtl-language-support, sticky-post, threaded-comments, translation-ready
*/


/* Error: There's already a module with namespace "partial".
 *   ,
 * 1 | @use "partial/variables" as partial;
 *   | =================================== original @use
 * 2 | @use "partial/layout" as partial;
 *   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ new @use
 *   '
 *   sass\main.scss 2:1  root stylesheet */

body::before {
  font-family: "Source Code Pro", "SF Mono", Monaco, Inconsolata, "Fira Mono",
    "Droid Sans Mono", monospace, monospace;
  white-space: pre;
  display: block;
  padding: 1em;
  margin-bottom: 1em;
  border-bottom: 2px solid black;
 }

 
#rank-math-faq .rank-math-list-item {
  position: relative; }

#rank-math-faq .rank-math-list-item input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 41px;
  opacity: 0;
  cursor: pointer;
  z-index: 999; }

#rank-math-faq .rank-math-list-item h3 {
  background: #fff;
  padding: 10px 12px 10px 18px;
  cursor: pointer;
  font-size: 18px !important;
  font-weight: normal !important;
  position: relative;
  margin-bottom: 0;
  border-bottom: 1px solid #ddd;
  box-shadow: 0 0 6px #e1e1e1; }

#rank-math-faq .rank-math-list-item h3:before {
  display: inline-block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 12px;
  border-color: transparent transparent transparent #000000;
  margin-right: 8px; }

#rank-math-faq .rank-math-list-item input:checked + h3:before {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

#rank-math-faq .rank-math-answer {
  padding: 10px 10px 0px 10px;
  max-height: 0;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 6px #e1e1e1; }

#rank-math-faq .rank-math-list-item input:checked + h3 ~ .rank-math-answer {
  max-height: 100vh;
  overflow: visible; }
