.license-renewal {
	--license-primary: #2563eb;
	--license-primary-dark: #1746a2;
	--license-navy: #132238;
	--license-muted: #64748b;
	--license-border: #dce4ef;
	--license-surface: #f5f8fc;
	color: #334155;
}

.license-renewal .license-container {
	width: min(100%, 1240px);
	margin: 0 auto;
	padding: 28px 24px 96px;
}

.license-renewal .license-hero {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 36px;
	padding: 48px 52px;
	border-radius: 24px;
	background: linear-gradient(135deg, #0f2f69 0%, #225dcc 58%, #4f86ef 100%);
	color: #fff;
	box-shadow: 0 20px 50px rgba(23, 70, 162, .18);
}

.license-renewal .license-eyebrow {
	display: block;
	margin-bottom: 12px;
	font-size: 12px;
	font-weight: 900;
	letter-spacing: .14em;
}

.license-renewal .license-hero h1 {
	margin: 0;
	color: #fff;
	font-size: clamp(34px, 5vw, 50px);
	font-weight: 900;
	letter-spacing: -.05em;
}

.license-renewal .license-hero p {
	max-width: 680px;
	margin: 14px 0 0;
	color: rgba(255, 255, 255, .84);
	font-size: 16px;
	line-height: 1.75;
	word-break: keep-all;
}

.license-renewal .license-register-button,
.license-renewal .license-search-button,
.license-renewal .license-reset-button {
	display: inline-flex;
	min-height: 46px;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 0 18px;
	border: 1px solid transparent;
	border-radius: 10px;
	font-size: 13px;
	font-weight: 800;
}

.license-renewal .license-register-button {
	flex: 0 0 auto;
	border-color: rgba(255, 255, 255, .45);
	background: #fff;
	color: var(--license-primary-dark);
}

.license-renewal .license-search-panel {
	margin-top: 30px;
	padding: 26px;
	border: 1px solid var(--license-border);
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 12px 32px rgba(15, 23, 42, .05);
}

.license-renewal .license-search-label {
	display: block;
	margin-bottom: 10px;
	color: var(--license-navy);
	font-size: 14px;
	font-weight: 900;
}

.license-renewal .license-search-row {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto auto;
	gap: 10px;
}

.license-renewal .license-search-input {
	width: 100%;
	height: 52px;
	padding: 0 17px;
	border: 1px solid var(--license-border);
	border-radius: 11px;
	color: var(--license-navy);
	font-family: var(--foryoujob-font-family);
	font-size: 15px;
	font-weight: 600;
}

.license-renewal .license-search-input:focus {
	border-color: var(--license-primary);
	box-shadow: 0 0 0 3px rgba(37, 99, 235, .12);
	outline: none;
}

.license-renewal .license-search-button { background: var(--license-primary); color: #fff; }
.license-renewal .license-reset-button { border-color: var(--license-border); background: #fff; color: #475569; }
.license-renewal .license-results { margin-top: 64px; }

.license-renewal .license-results-header {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 24px;
	margin-bottom: 18px;
}

.license-renewal .license-results-header h2 {
	margin: 0;
	color: var(--license-navy);
	font-size: 27px;
	font-weight: 900;
	letter-spacing: -.035em;
}

.license-renewal .license-result-summary { margin: 7px 0 0; color: var(--license-muted); font-size: 14px; }
.license-renewal .license-result-summary strong { color: var(--license-primary-dark); }
.license-renewal .license-list { display: grid; gap: 12px; }

.license-renewal .license-item {
	display: grid;
	grid-template-columns: 74px minmax(0, 1fr) 110px 28px;
	align-items: center;
	gap: 18px;
	min-height: 92px;
	padding: 18px 24px;
	border: 1px solid var(--license-border);
	border-radius: 15px;
	background: #fff;
	color: inherit;
	text-decoration: none;
	transition: transform .16s ease, border-color .16s ease, box-shadow .16s ease;
}

.license-renewal .license-item:hover { border-color: #a9c6fb; box-shadow: 0 14px 30px rgba(15, 23, 42, .07); transform: translateY(-2px); }
.license-renewal .license-item-number { color: #94a3b8; font-size: 13px; font-weight: 800; }
.license-renewal .license-item-title { margin: 0; color: var(--license-navy); font-size: 17px; font-weight: 800; line-height: 1.5; word-break: keep-all; }
.license-renewal .license-item-hits { color: var(--license-muted); font-size: 13px; font-weight: 700; text-align: right; }
.license-renewal .license-item-arrow { color: var(--license-primary); font-size: 20px; }

.license-renewal .license-state {
	padding: 72px 24px;
	border: 1px dashed #bdc9d9;
	border-radius: 16px;
	background: var(--license-surface);
	text-align: center;
}

.license-renewal .license-state strong { color: var(--license-navy); font-size: 18px; }
.license-renewal .license-state p { margin: 8px 0 0; color: var(--license-muted); }

.license-renewal .license-pagination {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 7px;
	margin-top: 38px;
}

.license-renewal .license-page-button {
	display: inline-flex;
	width: 42px;
	height: 42px;
	align-items: center;
	justify-content: center;
	border: 1px solid var(--license-border);
	border-radius: 9px;
	background: #fff;
	color: #475569;
	font-size: 13px;
	font-weight: 800;
}

.license-renewal .license-page-button.is-active { border-color: var(--license-primary); background: var(--license-primary); color: #fff; }

.license-renewal a:focus-visible,
.license-renewal button:focus-visible,
.license-renewal input:focus-visible {
	outline: 3px solid rgba(37, 99, 235, .3);
	outline-offset: 3px;
}

@media (max-width: 767.98px) {
	.license-renewal .license-container { padding: 20px 16px 72px; }
	.license-renewal .license-hero { align-items: stretch; flex-direction: column; padding: 36px 22px; border-radius: 20px; }
	.license-renewal .license-hero h1 { font-size: 34px; }
	.license-renewal .license-hero p { font-size: 14px; }
	.license-renewal .license-register-button { width: 100%; }
	.license-renewal .license-search-panel { padding: 20px; }
	.license-renewal .license-search-row { grid-template-columns: 1fr 1fr; }
	.license-renewal .license-search-input { grid-column: 1 / -1; }
	.license-renewal .license-results { margin-top: 48px; }
	.license-renewal .license-results-header { align-items: flex-start; flex-direction: column; gap: 8px; }
	.license-renewal .license-item { grid-template-columns: 42px minmax(0, 1fr) 20px; gap: 10px; min-height: 94px; padding: 17px 16px; }
	.license-renewal .license-item-title { font-size: 16px; }
	.license-renewal .license-item-hits { grid-column: 2; grid-row: 2; text-align: left; }
	.license-renewal .license-item-arrow { grid-column: 3; grid-row: 1 / span 2; }
}

@media (prefers-reduced-motion: reduce) {
	.license-renewal .license-item { transition: none; }
}
