/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 3.3.6
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

/* --- Company profile page (post 4458) --- */

.bl-profile-section {
	margin-bottom: 1.5rem;
}

.bl-profile-section__title {
	font-size: 0.75rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	color: #888;
	margin-bottom: 0.75rem;
}

.bl-badge-list {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
}

.bl-badge {
	display: inline-block;
	padding: 3px 10px;
	border-radius: 999px;
	font-size: 0.78rem;
	font-weight: 500;
	background: #f0f4ff;
	color: #1a3c6e;
	border: 1px solid #c8d8f8;
}

.bl-badge--volume {
	background: #fff3e0;
	color: #7a4000;
	border-color: #f5c87a;
}

.bl-trade-groups {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.bl-trade-group__cat {
	font-size: 0.8rem;
	font-weight: 600;
	color: #444;
	margin-bottom: 0.4rem;
}

.bl-joc-list {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
}

.bl-joc-item {
	background: #f8f9fb;
	border-radius: 6px;
	padding: 0.6rem 0.8rem;
	font-size: 0.82rem;
}

.bl-joc-item__title {
	font-weight: 600;
	margin-bottom: 2px;
}

.bl-joc-item__meta {
	color: #666;
}

/* --- [job_details] shortcode (bl-jd) --- */

.bl-jd {
	color: #222;
}

.bl-jd__section {
	margin-bottom: 2rem;
}

.bl-jd__section-title {
	font-size: 0.68rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	color: #aaa;
	margin: 0 0 0.75rem;
	padding-bottom: 0.6rem;
	border-bottom: 1px solid #e8e8e8;
}

.bl-jd__grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 1.25rem 2.5rem;
}

@media ( max-width: 480px ) {
	.bl-jd__grid {
		grid-template-columns: 1fr;
	}
}

.bl-jd__label {
	display: block;
	font-size: 0.65rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.09em;
	color: #aaa;
	margin-bottom: 0.2rem;
}

.bl-jd__value {
	display: block;
	font-size: 1.05rem;
	font-weight: 700;
	color: #111;
	line-height: 1.3;
}

.bl-jd__body {
	font-size: 1rem;
	line-height: 1.65;
	color: #333;
	margin: 0;
}

/* Contact Options */

.bl-jd__contact {
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
}

.bl-jd__inquiry a {
	display: inline-block;
	background: #111;
	color: #fff !important;
	font-weight: 700;
	font-size: 0.95rem;
	padding: 0.75rem 1.75rem;
	border-radius: 3px;
	text-decoration: none !important;
	letter-spacing: 0.01em;
}

.bl-jd__inquiry a:hover,
.bl-jd__inquiry a:focus {
	background: #333;
}

.bl-jd__links {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
}

.bl-jd__link-pill {
	display: inline-flex;
	align-items: center;
	gap: 0.45rem;
	border: 1px solid #d4d4d4;
	border-radius: 4px;
	padding: 0.45rem 0.85rem;
	font-size: 0.85rem;
	color: #444 !important;
	text-decoration: none !important;
	line-height: 1;
	transition: border-color 0.15s;
}

.bl-jd__link-pill:hover {
	border-color: #888;
	color: #111 !important;
}

.bl-jd__link-pill svg {
	flex-shrink: 0;
	color: #888;
}

/* --- [job_admin_review] shortcode (bl-jar) --- */

.bl-jar__bar {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 1rem;
	background: #f7f8f9;
	border: 1px solid #eaeaea;
	border-radius: 6px;
	padding: 1rem 1.25rem;
	margin-bottom: 1.75rem;
}

.bl-jar__bar-left {
	display: flex;
	flex-direction: column;
	gap: 0.35rem;
}

.bl-jar__status {
	display: inline-block;
	padding: 0.25rem 0.7rem;
	border-radius: 999px;
	font-size: 0.7rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.07em;
}

.bl-jar__status--pending   { background: #fff3cd; color: #7a5200; }
.bl-jar__status--published { background: #d1e7dd; color: #0a5c36; }
.bl-jar__status--rejected  { background: #f8d7da; color: #842029; }
.bl-jar__status--draft,
.bl-jar__status--trashed   { background: #e2e3e5; color: #41464b; }

.bl-jar__meta {
	font-size: 0.78rem;
	color: #999;
}

.bl-jar__bar-actions {
	display: flex;
	gap: 0.5rem;
	align-items: center;
	flex-shrink: 0;
}

.bl-jar__btn {
	display: inline-flex;
	align-items: center;
	padding: 0.5rem 1.1rem !important;
	border: none;
	border-radius: 4px !important;
	font-size: 0.84rem !important;
	font-weight: 600 !important;
	font-family: inherit !important;
	cursor: pointer !important;
	transition: background 0.15s, opacity 0.15s;
}

.bl-jar__btn:disabled { opacity: 0.55; cursor: not-allowed; }

.bl-jar__btn--approve              { background: #198754 !important; color: #fff !important; }
.bl-jar__btn--approve:hover:not(:disabled) { background: #146c43 !important; }

.bl-jar__btn--reject               { background: #dc3545 !important; color: #fff !important; }
.bl-jar__btn--reject:hover:not(:disabled)  { background: #b02a37 !important; }

.bl-jar__btn--reject-confirm               { background: #842029 !important; color: #fff !important; }
.bl-jar__btn--reject-confirm:hover:not(:disabled) { background: #6b1a21 !important; }

.bl-jar__btn--cancel { background: transparent !important; color: #555 !important; border: 1px solid #ccc !important; }
.bl-jar__btn--cancel:hover { border-color: #888 !important; color: #111 !important; }

.bl-jar__reject-panel {
	background: #fffbea;
	border: 1px solid #fde68a;
	border-radius: 6px;
	padding: 1rem 1.25rem;
	margin-bottom: 1.5rem;
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
}

.bl-jar__reject-panel[hidden] { display: none !important; }

.bl-jar__reject-label {
	font-size: 0.83rem;
	font-weight: 600;
	color: #555;
}

.bl-jar__reject-label span {
	font-weight: 400;
	color: #999;
}

.bl-jar__reject-reason {
	width: 100%;
	border: 1px solid #ddd;
	border-radius: 4px;
	padding: 0.6rem 0.75rem;
	font-size: 0.9rem;
	font-family: inherit;
	resize: vertical;
	box-sizing: border-box;
	background: #fff;
}

.bl-jar__reject-btns { display: flex; gap: 0.5rem; }

.bl-jar__notice { font-size: 0.85rem; font-weight: 600; }
.bl-jar__notice--success { color: #0a5c36; }
.bl-jar__notice--error   { color: #842029; }

/* Override theme link color inside job detail/review blocks */
.bl-jd__value a,
.bl-jd__body a {
	color: #2563eb !important;
	text-decoration: none !important;
}

.bl-jd__value a:hover,
.bl-jd__body a:hover {
	color: #1d4ed8 !important;
	text-decoration: underline !important;
}

/* --- [job_poster_meta] shortcode (bl-jpm) --- */

.bl-jpm__company {
	font-size: 0.88rem;
	color: #555;
	line-height: 1.3;
}

.bl-jpm__sep {
	color: #bbb;
	margin: 0 0.15em;
}

.bl-jpm__row {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	margin-top: 0.35rem;
	font-size: 0.8rem;
	color: #888;
	flex-wrap: wrap;
}

.bl-jpm__stage {
	white-space: nowrap;
}

.bl-jpm__dots {
	display: inline-flex;
	gap: 3px;
}

.bl-jpm__dot {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #ddd;
	flex-shrink: 0;
}

.bl-jpm__dot--on {
	background: #111;
}

.bl-jpm__inquiry {
	display: inline-flex;
	align-items: center;
	gap: 0.3rem;
}

.bl-jpm__inquiry svg {
	flex-shrink: 0;
}

/* --- [job_value_date] shortcode (bl-jvd) --- */

.bl-jvd__value {
	font-size: 1.1rem;
	font-weight: 700;
	color: #111;
	line-height: 1.2;
}

.bl-jvd__date {
	font-size: 0.82rem;
	color: #999;
	margin-top: 0.15rem;
}

/* --- [job_type_tags] shortcode (bl-jtt) --- */

.bl-jtt {
	display: inline-flex;
	flex-wrap: wrap;
	gap: 8px;
}

.bl-jtt__tag {
	display: inline-block;
	font-size: 0.68rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	padding: 0.28rem 0.6rem;
	line-height: 1;
}

.bl-jtt__tag--type {
	background: #111;
	color: #fff;
}

.bl-jtt__tag--stage {
	background: #ffd800;
	color: #111;
}

.bl-jtt__tag--coop {
	background: #fff;
	color: #111;
	border: 1px solid #999;
}
