/*
Theme Name: Careers Planetz
Theme URI: https://careersplanetz.com/
Author: Careers Planetz
Author URI: https://careersplanetz.com/
Description: Custom WordPress theme converted from the Careers Planetz static HTML website, including dynamic job listings, reusable page sections, SEO schema support, theme options, menus, widgets, and WordPress editor support.
Version: 1.0.0
Requires at least: 6.8
Tested up to: 6.8
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: careersplanetz
Tags: custom-logo, custom-menu, featured-images, threaded-comments, translation-ready, blog, portfolio, education
*/

/*
 * Main theme styles are loaded from assets/css using wp_enqueue_style().
 * This root stylesheet is intentionally kept lean so WordPress can identify
 * the theme while the original static-site UI remains preserved in assets.
 */

.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;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

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

.custom-logo-link {
	display: inline-flex;
	align-items: center;
}

.cp-breadcrumb {
	background: #f8faf9;
	color: #53605c;
	font-size: 14px;
	padding: 14px max(20px, calc((100vw - 1200px) / 2));
}

.cp-breadcrumb a {
	color: inherit;
}

.cp-breadcrumb span {
	margin-left: 8px;
}

.site-main {
	overflow: hidden;
}

.cp-entry,
.cp-page,
.no-results {
	margin-bottom: 32px;
}

.job-archive-header {
	align-items: center;
	display: flex;
	gap: 16px;
	margin-bottom: 16px;
}

.job-archive-header .company-logo {
	align-items: center;
	background: #fff;
	border: 1px solid #e7ece9;
	border-radius: 8px;
	display: flex;
	height: 72px;
	justify-content: center;
	padding: 10px;
	width: 72px;
}

.job-title {
	margin-bottom: 4px;
}

.job-company {
	margin: 0;
}

.job-meta-list {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 16px 0;
}

.job-meta-list span {
	background: #f7faf8;
	border-radius: 6px;
	padding: 8px 10px;
}

.job-detail-table {
	border-collapse: collapse;
	margin: 24px 0;
	width: 100%;
}

.job-detail-table th,
.job-detail-table td {
	border: 1px solid #e7ece9;
	padding: 12px;
	text-align: left;
	vertical-align: top;
}

.job-detail-table th {
	width: 220px;
}

.contact-section input,
.contact-section textarea,
.form-search input,
.search-form input {
	border: 1px solid #dfe7e3;
	border-radius: 6px;
	margin-bottom: 12px;
	padding: 12px 14px;
	width: 100%;
}

.contact-section textarea {
	min-height: 140px;
}

.footer-menu .menu {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	list-style: none;
	margin: 24px 0 10px;
	padding: 0;
}

@media (max-width: 767px) {
	.job-detail-table th,
	.job-detail-table td {
		display: block;
		width: 100%;
	}
}
