/* ==========================================================================
   Book Product Details — Frontend Styles
   ========================================================================== */

.bpd-details-table {
	width: 100%;
	border-collapse: collapse;
	margin: 16px 0 8px;
	font-size: 0.9em;
	line-height: 1.6;
}

.bpd-details-table th,
.bpd-details-table td {
	padding: 6px 10px;
	text-align: left;
	vertical-align: top;
	border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}

.bpd-details-table th {
	width: 38%;
	font-weight: 600;
	color: #555;
	white-space: nowrap;
}

.bpd-details-table td {
	color: #333;
}

.bpd-details-table tr:last-child th,
.bpd-details-table tr:last-child td {
	border-bottom: none;
}

.bpd-details-table a {
	color: inherit;
	text-decoration: underline;
	text-decoration-style: dotted;
}

.bpd-details-table a:hover {
	text-decoration-style: solid;
}

/* Arşiv sayfası açıklaması */
.bpd-archive-description {
	margin-bottom: 24px;
	padding: 14px 18px;
	background: #f9f9f9;
	border-left: 3px solid #ccc;
	font-size: 0.95em;
	line-height: 1.7;
}
