.od-chronic-page.od-vehicle-content {
	min-height: 720px;
	padding: .4rem .15rem 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}

.od-chronic-heading {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(290px, 360px);
	align-items: end;
	gap: 1.5rem;
	margin-bottom: 1.2rem;
}

.od-chronic-kicker {
	display: inline-flex;
	margin-bottom: .45rem;
	color: #ef5b22;
	font-size: .66rem;
	font-weight: 850;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.od-chronic-heading h2 {
	margin: 0;
	color: #132d46;
	font-size: clamp(1.45rem, 2.3vw, 2rem);
	line-height: 1.15;
	letter-spacing: -.03em;
}

.od-chronic-heading > div > p {
	max-width: 650px;
	margin: .55rem 0 0;
	color: #667a8e;
	font-size: .82rem;
	line-height: 1.6;
}

.od-chronic-contribute {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr) auto;
	align-items: center;
	gap: .7rem;
	min-height: 78px;
	padding: .8rem .85rem;
	border: 1px solid #e2e8ed;
	border-radius: .9rem;
	background: linear-gradient(145deg, #f9fbfc, #fff);
}

.od-chronic-contribute__icon {
	display: grid;
	place-items: center;
	width: 34px;
	height: 34px;
	border-radius: .65rem;
	background: #edf3f7;
	color: #173a59;
}

.od-chronic-contribute__icon svg {
	width: 19px;
	height: 19px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.od-chronic-contribute > span:nth-child(2) {
	display: grid;
	min-width: 0;
}

.od-chronic-contribute strong {
	color: #183149;
	font-size: .72rem;
}

.od-chronic-contribute small {
	margin-top: .18rem;
	color: #708294;
	font-size: .62rem;
	line-height: 1.45;
}

.od-chronic-contribute a {
	padding: .6rem .72rem;
	border: 1px solid #dbe3e9;
	border-radius: .65rem;
	background: #fff;
	color: #173650;
	font-size: .65rem;
	font-weight: 800;
	text-decoration: none;
	white-space: nowrap;
}

.od-chronic-contribute a:hover,
.od-chronic-contribute a:focus-visible {
	border-color: #ef5b22;
	color: #d94a15;
}

.od-chronic-list {
	display: grid;
	gap: .65rem;
}

.od-chronic-item {
	border: 1px solid #e1e7ec;
	border-radius: .95rem;
	background: #fff;
	box-shadow: 0 4px 16px rgba(18, 43, 66, .025);
	transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.od-chronic-item:hover {
	border-color: #d5dee6;
	box-shadow: 0 10px 26px rgba(18, 43, 66, .06);
	transform: translateY(-1px);
}

.od-chronic-item[open] {
	border-color: #f0c5b5;
	box-shadow: 0 12px 30px rgba(169, 73, 36, .08);
}

.od-chronic-item summary {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 135px 70px 142px 24px;
	align-items: center;
	gap: 1rem;
	min-height: 92px;
	padding: .85rem 1rem;
	cursor: pointer;
	list-style: none;
}

.od-chronic-item summary::-webkit-details-marker {
	display: none;
}

.od-chronic-item summary:focus-visible {
	border-radius: .9rem;
	outline: 3px solid rgba(239, 91, 34, .28);
	outline-offset: 2px;
}

.od-chronic-main {
	display: grid;
	grid-template-columns: 54px minmax(0, 1fr);
	align-items: center;
	gap: .95rem;
	min-width: 0;
}

.od-chronic-icon {
	display: grid;
	place-items: center;
	width: 54px;
	height: 54px;
	border-radius: 50%;
	background: #fff0ea;
	color: #f05b22;
}

.od-chronic-icon svg {
	width: 29px;
	height: 29px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.65;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.od-chronic-copy {
	display: grid;
	min-width: 0;
}

.od-chronic-copy strong {
	color: #172f48;
	font-size: .88rem;
	line-height: 1.25;
}

.od-chronic-copy small {
	display: -webkit-box;
	overflow: hidden;
	margin-top: .3rem;
	color: #687c8f;
	font-size: .72rem;
	line-height: 1.5;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.od-chronic-frequency {
	display: grid;
	gap: .4rem;
}

.od-chronic-frequency > small {
	color: #718293;
	font-size: .59rem;
	font-weight: 750;
}

.od-chronic-frequency > span {
	display: flex;
	gap: .35rem;
}

.od-chronic-frequency i {
	display: block;
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background: #d9e0e6;
}

.od-chronic-frequency i.is-filled {
	background: #f05b22;
	box-shadow: 0 2px 6px rgba(240, 91, 34, .2);
}

.od-chronic-urgency {
	display: inline-flex;
	justify-content: center;
	padding: .42rem .55rem;
	border-radius: .48rem;
	background: #edf7f0;
	color: #27733a;
	font-size: .64rem;
	font-weight: 850;
}

.od-chronic-urgency--orta {
	background: #fff2e8;
	color: #a65214;
}

.od-chronic-urgency--yuksek,
.od-chronic-urgency--kritik {
	background: #ffeded;
	color: #b72a2a;
}

.od-chronic-chevron {
	width: 9px;
	height: 9px;
	justify-self: center;
	border-right: 2px solid #193852;
	border-bottom: 2px solid #193852;
	transform: rotate(45deg) translate(-2px, -2px);
	transition: transform .2s ease;
}

.od-issue-experience {
	display: grid;
	grid-template-columns: 28px minmax(0, 1fr) auto;
	align-items: center;
	gap: .55rem;
	min-height: 44px;
	padding: .38rem .48rem;
	border: 1px solid #dfe6ec;
	border-radius: .72rem;
	background: #fff;
	box-shadow: 0 4px 12px rgba(24, 51, 75, .04);
	color: #29445d;
	font-size: .6rem;
	font-weight: 800;
	cursor: pointer;
	transition: border-color .18s ease, background-color .18s ease, transform .18s ease;
}

.od-issue-experience::before {
	display: grid;
	place-items: center;
	width: 28px;
	height: 28px;
	border-radius: .5rem;
	background: #fff0ea;
	color: #ed5a22;
	content: '✓';
	font-size: .8rem;
	font-weight: 900;
}

.od-issue-experience > span { text-align: left; white-space: nowrap; }

.od-issue-experience strong {
	display: grid;
	place-items: center;
	min-width: 27px;
	height: 27px;
	padding: 0 .3rem;
	border-radius: .48rem;
	background: #eef3f7;
	color: #173a58;
	font-size: .62rem;
}

.od-issue-experience:hover,
.od-issue-experience:focus-visible {
	border-color: #ef8d68;
	background: #fffaf7;
	color: #c74818;
	transform: translateY(-1px);
}

.od-issue-experience.is-voted { border-color: #a9d8b9; background: #f4fbf6; color: #23713e; }
.od-issue-experience.is-voted::before { background: #dff3e5; color: #23713e; }

.od-issue-experience:focus-visible { outline: 3px solid rgba(239, 91, 34, .2); outline-offset: 2px; }
.od-issue-experience:disabled { cursor: default; opacity: 1; }

.od-chronic-item[open] .od-chronic-chevron {
	transform: rotate(225deg) translate(-2px, -2px);
}

.od-chronic-detail {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 1rem;
	margin: 0 1rem 1rem 5.9rem;
	padding: 1rem 1.1rem;
	border-top: 1px solid #edf0f3;
	border-radius: 0 0 .75rem .75rem;
	background: #fbfcfd;
}

.od-chronic-detail strong {
	color: #18354e;
	font-size: .68rem;
}

.od-chronic-detail p {
	margin: .35rem 0 0;
	color: #66798b;
	font-size: .72rem;
	line-height: 1.6;
}

.od-chronic-empty {
	padding: 2rem;
	border: 1px dashed #d9e1e7;
	border-radius: .9rem;
	text-align: center;
}

.od-chronic-note {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr) auto;
	align-items: center;
	gap: 1rem;
	margin-top: 1.25rem;
	padding: 1rem 1.15rem;
	border: 1px solid #dde5eb;
	border-radius: .95rem;
	background: linear-gradient(105deg, #f7fafc, #fff);
}

.od-chronic-note__icon {
	display: grid;
	place-items: center;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	background: #eaf0f5;
	color: #173854;
}

.od-chronic-note__icon svg {
	width: 27px;
	height: 27px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.od-chronic-note > div {
	display: grid;
}

.od-chronic-note strong {
	color: #19334c;
	font-size: .77rem;
}

.od-chronic-note p {
	margin: .25rem 0 0;
	color: #6c7e8e;
	font-size: .66rem;
	line-height: 1.5;
}

.od-chronic-note > a {
	padding: .72rem .9rem;
	border: 1px solid #d8e1e7;
	border-radius: .68rem;
	background: #fff;
	color: #193951;
	font-size: .67rem;
	font-weight: 850;
	text-decoration: none;
	white-space: nowrap;
}

.od-chronic-note > a:hover,
.od-chronic-note > a:focus-visible {
	border-color: #ef5b22;
	color: #d94a15;
}

@media (max-width: 900px) {
	.od-chronic-heading {
		grid-template-columns: 1fr;
	}

	.od-chronic-contribute {
		max-width: 520px;
	}

	.od-chronic-item summary {
		grid-template-columns: minmax(0, 1fr) 110px 64px 132px 20px;
		gap: .7rem;
	}
}

@media (max-width: 680px) {
	.od-chronic-page.od-vehicle-content {
		padding-top: 0;
	}

	.od-chronic-heading {
		gap: 1rem;
	}

	.od-chronic-contribute {
		grid-template-columns: auto minmax(0, 1fr);
	}

	.od-chronic-contribute a {
		grid-column: 1 / -1;
		text-align: center;
	}

	.od-chronic-item summary {
		grid-template-columns: minmax(0, 1fr) auto 18px;
		grid-template-areas:
			"main urgency chevron"
			"frequency frequency frequency"
			"vote vote vote";
		min-height: 0;
		padding: .9rem;
	}

	.od-chronic-main {
		grid-area: main;
		grid-template-columns: 44px minmax(0, 1fr);
		gap: .7rem;
	}

	.od-chronic-icon {
		width: 44px;
		height: 44px;
	}

	.od-chronic-icon svg {
		width: 24px;
		height: 24px;
	}

	.od-chronic-frequency {
		grid-area: frequency;
		grid-template-columns: auto 1fr;
		align-items: center;
		margin-left: 51px;
	}

	.od-chronic-urgency {
		grid-area: urgency;
	}

	.od-chronic-chevron {
		grid-area: chevron;
	}

	.od-issue-experience {
		grid-area: vote;
		justify-self: start;
		margin-left: 51px;
	}

	.od-chronic-detail {
		grid-template-columns: 1fr;
		margin: 0 .85rem .85rem;
	}

	.od-chronic-note {
		grid-template-columns: auto minmax(0, 1fr);
	}

	.od-chronic-note > a {
		grid-column: 1 / -1;
		text-align: center;
	}
}

@media (prefers-reduced-motion: reduce) {
	.od-chronic-item,
	.od-chronic-chevron {
		transition: none;
	}
}
