/*
Theme Name: Shentaweb
Theme URI: https://shentaweb.com
Author: Shentaweb
Author URI: https://shentaweb.com
Description: Minimal Elementor uyumlu WordPress temasi.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
License: GNU General Public License v3 or later
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: shentaweb
*/

*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
	padding: 0;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 16px;
	line-height: 1.6;
	color: #333;
	background-color: #fff;
	word-wrap: break-word;
	overflow-wrap: break-word;
}

a {
	color: #0073aa;
	text-decoration: none;
}

a:hover,
a:focus {
	color: #005177;
	text-decoration: underline;
}

img {
	max-width: 100%;
	height: auto;
	display: block;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0 0 0.5em;
	line-height: 1.2;
}

p {
	margin: 0 0 1em;
}

.shentaweb-page {
	width: 100%;
}

.site-content {
	max-width: 1140px;
	margin: 0 auto;
	padding: 20px;
}

.elementor-page .site-content {
	max-width: 100%;
	padding: 0;
}
