/*
Theme Name: Careers
Author: Teydea Studio
Author URI: https://teydeastudio.com/?utm_source=Careers
Description: WordPress theme for careers websites, recruitment agencies, hiring/people departments. "Careers" is a theme designed for career-focused websites, explicitly built for the Hiring Center plugin. As a full-site-editing theme, it allows you to customize the website to a large extent, change colors and fonts, spacings, and page composition. It comes with 15+ custom patterns and 9 templates, ready to use out of the box.
Requires at least: 6.6
Tested up to: 6.8
Requires PHP: 7.4
Version: 1.3.2
License: GPLv3
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: careers
Tags: blog, one-column, two-columns, editor-style, featured-images, full-site-editing, block-patterns, full-width-template, threaded-comments, translation-ready, block-styles, wide-blocks, custom-colors, custom-header, custom-logo, custom-menu, flexible-header, rtl-language-support, style-variations, template-editing
*/

/**
 * Use box-sizing for every element
 */
*,
*::before,
*::after {
	box-sizing: border-box;
}

/**
 * Scroll experience
 */
html {
	scrollbar-gutter: stable;
	scroll-padding-top: 120px;
}

@media (prefers-reduced-motion: no-preference) {
	html:focus-within {
		scroll-behavior: smooth;
	}
}

/**
 * Font smoothing
 */
body {
	text-rendering: optimizeSpeed;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

/**
 * Avoid initial margin at the top of the
 * main blocks and footer containers
 */
main.wp-block-group,
footer.wp-block-template-part {
	margin-block-start: 0;
}

/**
 * Main navbar shadow
 */
header.wp-block-template-part {
	box-shadow: var(--wp--preset--shadow--regular);
}

/**
 * Code tag
 */
code {
	background-color: var(--wp--preset--color--light-gray);
	color: inherit;
	border-radius: 2px;
	padding: 2px 3px 0;
	font-size: 14px;
	display: inline-block;
	vertical-align: text-top;
	margin-top: 2px;
}

/**
 * Wrap the long links
 */
ul li a {
	overflow-wrap: break-word;
	word-wrap: break-word;
	word-break: break-word;
}

/**
 * Do not render empty elements
 */
.wp-block-group:empty {
	display: none;
}

@media (max-width: 781px) {
	.wp-block-column:empty {
		display: none;
	}
}

/**
 * Utility classes
 */
.z-100 {
	z-index: 100;
}

@media (min-width: 1024px) {
	.desktop\:hidden {
		display: none !important;
	}
}

@media (min-width: 782px) and (max-width: 1023px) {
	.tablet\:hidden {
		display: none !important;
	}
}

@media (max-width: 781px) {
	.mobile\:hidden {
		display: none !important;
	}

	.mobile\:justify-start {
		justify-content: flex-start !important;
	}

	.mobile\:align-left {
		text-align: left !important;
	}
}
