/*
Theme Name: Bill Calculator
Theme URI: https://olopia.top/
Author: Bidyut Bill Calculator
Author URI: https://olopia.top/
Description: Bill Calculator is a production-ready WordPress theme that reproduces the Bidyut Bill Calculator experience: BERC-based electricity bill calculators, tariff references, guides, services and an editorial blog. It ships with the full compiled design system, dark mode, English/Bangla switching, editable menus, widget areas and native WordPress templates for posts, pages, archives, search and 404.
Version: 1.0.1
Requires at least: 6.0
Tested up to: 6.7
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: bill-calculator
Tags: blog, one-column, two-columns, custom-menu, custom-logo, featured-images, translation-ready, dark-mode, block-styles, wide-blocks, rtl-language-support, threaded-comments, full-width-template
*/

/*
 * The complete visual design system is compiled into assets/css/app.css and is
 * enqueued as the main design stylesheet. This file holds the theme header plus
 * a small number of WordPress-specific rules (editor output, comments, gallery
 * captions) that do not exist in the original static build.
 */

.screen-reader-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.screen-reader-text:focus {
  position: static !important;
  width: auto;
  height: auto;
  margin: 0;
  clip: auto;
  white-space: normal;
}

/* WordPress core alignment classes inside post content. */
.prose-page .alignleft,
.prose-page .alignright,
.prose-page .aligncenter,
.prose-page .alignwide,
.prose-page .alignfull {
  display: block;
}

.prose-page .alignleft {
  float: left;
  margin: 0.5rem 1.5rem 1rem 0;
}

.prose-page .alignright {
  float: right;
  margin: 0.5rem 0 1rem 1.5rem;
}

.prose-page .aligncenter {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.prose-page .alignfull img,
.prose-page .alignwide img {
  width: 100%;
  height: auto;
}

.prose-page img,
.prose-page iframe,
.prose-page video {
  max-width: 100%;
  height: auto;
  border-radius: 0.75rem;
}

.prose-page .wp-caption-text,
.prose-page figcaption {
  font-size: 0.8125rem;
  color: var(--muted-foreground);
  margin-top: 0.5rem;
  text-align: center;
}

.prose-page .wp-block-embed__wrapper iframe {
  aspect-ratio: 16 / 9;
  width: 100%;
}

.sticky-post-flag {
  font-weight: 600;
}

/* Comment list resets so plugin-free comments stay readable. */
.comment-list,
.comment-list .children {
  list-style: none;
  margin: 0;
  padding: 0;
}

.comment-list .children {
  margin-left: 1.25rem;
  padding-left: 1rem;
  border-left: 1px solid var(--border);
}


/* Keep the Bangladeshi taka mark proportional and aligned in all totals. */
.bc-taka {
  display: inline-block;
  font-family: "Noto Sans Bengali", sans-serif;
  font-size: 0.86em;
  line-height: 1;
  vertical-align: 0.04em;
}
