/*
Theme Name: MangaVerse
Theme URI: https://mangaverse.com/mangaverse-theme/  (Optional: Replace with your theme's URL)
Author: MangaVerse
Author URI: https://mangaverse.com/ (Optional: Replace with your URL)
Description: A visually appealing, fast, and SEO-optimized theme for manga and anime fan art websites, featuring series and chapter organization.
Version: 1.1.5
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: mangaverse
Tags: blog, portfolio, images, custom-background, custom-logo, custom-menu, featured-images, full-width-template, theme-options, threaded-comments, translation-ready, two-columns, right-sidebar, grid-layout, block-styles

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/* Basic CSS Reset/Normalize (Inspired by modern practices) */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  -moz-tab-size: 4;
  tab-size: 4;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

body {
  line-height: inherit;
  margin: 0; /* Ensure no default body margin */
}

img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
  height: auto; /* Maintain aspect ratio */
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: inherit;
  margin: 0;
  padding: 0;
}

button, select {
  text-transform: none;
}

button, [type='button'], [type='reset'], [type='submit'] {
  -webkit-appearance: button;
  appearance: button;
  cursor: pointer;
}

a {
  color: inherit;
  text-decoration: inherit;
}

/* Screen reader text */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #eee;
	clip: auto !important;
	clip-path: none;
	color: #444;
	display: block;
	font-size: 1em;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

/*
--------------------------------------------------------------
Add your theme-specific styles below this line, or preferably
in assets/css/main.css and enqueue it via functions.php
--------------------------------------------------------------
*/
.wp-block-image {
  text-align: center;
}

.wp-block-image img {
  display: inline-block;
}
