.detay-satir {
	height: 0;
}

.detay-satir td {
	padding: 0px !important;
	border: none !important;
	border: 10px solid grey;
}

.detay-box {
	max-height: 0;
	overflow: hidden;
	opacity: 0;
	transition: max-height 0.35s ease, opacity 0.25s ease;
}

.detay-box.acik {
	max-height: 600px;
	opacity: 1;
}

.detay-icerik {
	background: #f8fafc;
	padding: 25px;
}

.detay-kategori {
	margin-bottom: 25px;
}

.detay-kategori h4 {
	font-size: 15px;
	font-weight: 700;
	color: #0d2b4d;
	margin-bottom: 12px;
	padding-bottom: 6px;
	border-bottom: 2px solid #e3e8ef;
}

.detay-liste {
	list-style: none;
	margin: 0;
	padding: 0;
}

.detay-liste li {
	display: flex;
	justify-content: space-between;
	padding: 10px 12px;
	background: #fff;
	border: 1px solid #e6eaf0;
	border-radius: 6px;
	margin-bottom: 8px;
	font-size: 14px;
}

.detay-liste strong {
	color: #0d2b4d;
	font-weight: 600;
}

.detay-toplam {
	margin-top: 20px;
	padding: 14px 16px;
	background: #0d2b4d;
	color: #fff;
	border-radius: 6px;
	text-align: right;
	font-size: 16px;
	font-weight: 700;
}

.btn-detay {
	display: inline-block;
	padding: 8px 18px;
	font-size: 13px;
	font-weight: 600;
	color: #5fa4b4;
	border: 1px solid #5fa4b4;
	border-radius: 6px;
	text-decoration: none;
	transition: all 0.2s ease;
}
.btn-detay:hover{
	text-decoration: none;
}

.btn-detay:hover {
	background: #5fa4b4;
	color: #fff;
}