/*
Theme Name: NotchTech Agency
Theme URI: https://example.com/notchtech-agency
Author: Codex
Author URI: https://example.com
Description: WordPress conversion of the NotchTech/Reak agency website.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
Text Domain: notchtech-agency
*/

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

.screen-reader-text:focus {
	top: 5px;
	left: 5px;
	z-index: 100000;
	display: block;
	width: auto;
	height: auto;
	padding: 15px 23px 14px;
	margin: 0;
	overflow: visible;
	clip: auto;
	background-color: #f1f1f1;
	color: #21759b;
	font-size: 14px;
	line-height: normal;
	text-decoration: none;
}

.notchtech-notice {
	margin-bottom: 24px;
	padding: 16px 20px;
	border-radius: 12px;
	font-weight: 600;
}

.notchtech-notice.is-success {
	background: rgba(40, 167, 69, 0.12);
	color: #d8ffe1;
}

.notchtech-notice.is-error {
	background: rgba(220, 53, 69, 0.12);
	color: #ffd9de;
}

.notchtech-basic-content {
	padding: 160px 0 100px;
}

.notchtech-basic-content .entry-content,
.notchtech-basic-content .entry-summary {
	font-size: 18px;
	line-height: 1.8;
}

.notchtech-basic-content img {
	max-width: 100%;
	height: auto;
}

.notchtech-post-navigation {
	margin-top: 40px;
}

.notchtech-post-navigation a {
	display: inline-flex;
	align-items: center;
	gap: 10px;
}
