/* Halaman detail lowongan Outlet (/jobs/outlet).
   Mengikuti design "Jobs Outlet" di Claude Design.
   Warna & pembersihan kerangka Frappe ada di publik-dasar.css. */

.lo-halaman {
	position: relative;
	min-height: 100vh;
	background: #f5f4f2;
	font-family: var(--lp-huruf);
	-webkit-font-smoothing: antialiased;
	color: #1f1b1b;
}

/* Latar sengaja polos, tanpa foto (keputusan user 29 Agu 2026): foto yang
   dipakai design ternyata bukan outlet kita. Lapisan warna & lapisan terang
   ikut dibuang - keduanya cuma ada untuk menjinakkan fotonya. */

.lo-isi {
	position: relative;
	z-index: 1;
	max-width: 880px;
	margin: 0 auto;
	padding: 44px 24px 64px;
}

.lo-kembali {
	display: inline-block;
	font-size: 13px;
	font-weight: 700;
	color: var(--lp-maroon);
	text-decoration: none;
	margin-bottom: 18px;
}

.lo-kembali:hover {
	color: var(--lp-maroon-dark);
	text-decoration: none;
}

/* ---------- Kepala ---------- */

.lo-kepala {
	display: flex;
	align-items: center;
	gap: 16px;
	margin-bottom: 18px;
	flex-wrap: wrap;
}

.lo-avatar {
	width: 56px;
	height: 56px;
	border-radius: 50%;
	overflow: hidden;
	background: var(--lp-merah-logo);
	border: 3px solid #fff;
	box-shadow: 0 10px 22px -8px rgba(28, 25, 23, 0.4), 0 2px 6px rgba(28, 25, 23, 0.2), 0 0 0 1px #ebe8e4;
	flex: 0 0 56px;
}

.lo-avatar img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	padding: 7px;
	box-sizing: border-box;
	display: block;
}

.lo-judul {
	font-size: clamp(26px, 4vw, 32px);
	font-weight: 700;
	color: #1c1917;
	letter-spacing: -0.4px;
	margin: 0;
	font-family: Figtree, var(--lp-huruf);
}

/* ---------- Kartu isi ---------- */

.lo-kartu {
	background: #fff;
	border: 1px solid #ebe8e4;
	border-radius: 18px;
	box-shadow: 0 1px 2px rgba(28, 25, 23, 0.04), 0 18px 36px -24px rgba(28, 25, 23, 0.45);
	padding: 24px 26px 28px;
}

.lo-ringkas {
	display: flex;
	justify-content: center;
	gap: 32px;
	flex-wrap: wrap;
}

.lo-ringkas-item {
	display: flex;
	align-items: center;
	gap: 11px;
	min-width: 0;
}

.lo-ikon {
	width: 38px;
	height: 38px;
	border-radius: 11px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 38px;
}

.lo-ikon--biru {
	background: #eef4ff;
	color: #2563eb;
}

.lo-ikon--oranye {
	background: #fdf4e6;
	color: #b45309;
}

.lo-ringkas-label {
	display: block;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.5px;
	color: #a8a29e;
	text-transform: uppercase;
}

.lo-ringkas-nilai {
	display: block;
	font-size: 13px;
	font-weight: 700;
	color: #1c1917;
	margin-top: 2px;
}

.lo-garis {
	height: 1px;
	background: #f2f0ed;
	margin: 24px 0;
}

.lo-bagian + .lo-bagian {
	margin-top: 22px;
}

.lo-subjudul {
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0.5px;
	color: #7c0d20;
	text-transform: uppercase;
	margin: 0 0 10px;
}

.lo-teks {
	font-size: 13.5px;
	color: #44403c;
	line-height: 1.75;
}

/* Judul/daftar di dalam deskripsi membawa jarak atas bawaannya; di awal blok
   jaraknya tampak seperti ruang kosong yang menganga di bawah "Deskripsi
   Pekerjaan". Pemilihnya menembus pembungkus editor (div.ql-editor). */
/* !important karena stylesheet web bawaan Frappe dimuat sesudah berkas ini,
   dan aturan .ql-editor h1/h2 miliknya punya bobot yang sama. */
.lo-teks :first-child {
	margin-top: 0 !important;
}

.lo-teks :last-child {
	margin-bottom: 0 !important;
}

.lo-daftar-centang {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 9px;
}

.lo-daftar-centang li {
	display: flex;
	gap: 9px;
	align-items: flex-start;
	font-size: 13.5px;
	color: #44403c;
	line-height: 1.6;
}

.lo-daftar-centang svg {
	flex: 0 0 15px;
	margin-top: 2px;
	color: #16a34a;
}

/* ---------- Tombol daftar ---------- */

.lo-aksi {
	display: flex;
	justify-content: center;
	margin-top: 30px;
}

.lo-tombol-lamar {
	font-size: 13px;
	font-weight: 700;
	color: #fff;
	background: #7c0d20;
	border-radius: 999px;
	padding: 13px 32px;
	text-decoration: none;
	box-shadow: 0 10px 24px -10px rgba(124, 13, 32, 0.6);
	transition: background 0.15s ease;
}

.lo-tombol-lamar:hover,
.lo-tombol-lamar:focus {
	background: #a3172c;
	color: #fff;
	text-decoration: none;
}

.lo-catatan {
	text-align: center;
	font-size: 12px;
	color: #857e7b;
	margin: 14px 0 0;
}

/* ---------- Layar sempit ---------- */

@media (max-width: 600px) {
	.lo-isi {
		padding: 28px 16px 48px;
	}

	.lo-kartu {
		padding: 20px 18px 22px;
	}

	.lo-ringkas {
		gap: 18px;
		justify-content: flex-start;
	}
}
