/* JD Dealer Catalog - Frontend Styles */

/* Specifications table */
.jd-specifications {
	margin: 20px 0;
}

.jd-specs-table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 20px;
}

.jd-specs-table th {
	text-align: left;
	padding: 10px 12px;
	background: #f8f9fa;
	border-bottom: 1px solid #e2e4e7;
	font-weight: 600;
	width: 35%;
	vertical-align: top;
}

.jd-specs-table td {
	padding: 10px 12px;
	border-bottom: 1px solid #e2e4e7;
	vertical-align: top;
}

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

/* Features */
.jd-features {
	margin: 20px 0;
}

.jd-feature-item {
	margin-bottom: 24px;
	padding-bottom: 24px;
	border-bottom: 1px solid #e2e4e7;
}

.jd-feature-item:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.jd-feature-title {
	font-size: 1.1em;
	margin: 0 0 10px;
}

.jd-feature-description {
	line-height: 1.6;
}

.jd-feature-description img {
	max-width: 100%;
	height: auto;
	margin: 10px 0;
}

/* Accessories */
.jd-accessories {
	margin: 20px 0;
}

.jd-accessories-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
	gap: 20px;
}

.jd-accessory-item {
	padding: 16px;
	border: 1px solid #e2e4e7;
	border-radius: 4px;
}

.jd-accessory-title {
	font-size: 1em;
	margin: 0 0 8px;
}

.jd-accessory-description {
	font-size: 0.9em;
	line-height: 1.5;
	color: #555;
}

/* Price display */
.jd-price-display {
	margin: 10px 0;
}

.jd-price-label {
	display: block;
	font-size: 0.85em;
	color: #666;
	margin-top: 4px;
}

.jd-price-disclaimer {
	margin-top: 8px;
	font-size: 0.8em;
	color: #888;
	line-height: 1.4;
}

.jd-price-contact {
	font-size: 1.1em;
	color: #367b38;
	font-weight: 600;
}

/* Deere link */
.jd-deere-link {
	margin: 20px 0;
	text-align: center;
}

.jd-deere-link a {
	display: inline-block;
	padding: 10px 24px;
	background: #367b38;
	color: #fff;
	text-decoration: none;
	border-radius: 4px;
	font-weight: 500;
	transition: background 0.2s;
}

.jd-deere-link a:hover {
	background: #2d6830;
	color: #fff;
}

/* Disclaimer */
.jd-disclaimer {
	margin: 20px 0;
	padding: 12px 16px;
	background: #f8f9fa;
	border-left: 3px solid #c3c4c7;
	font-size: 0.85em;
	color: #666;
	line-height: 1.5;
}

/* Inquiry button hook */
.jd-inquiry-button {
	margin: 15px 0;
	text-align: center;
}

.jd-inquiry-button a {
	display: inline-block;
	padding: 12px 32px;
	background: #ffde00;
	color: #333;
	text-decoration: none;
	border-radius: 4px;
	font-weight: 600;
	font-size: 1.1em;
}

.jd-inquiry-button a:hover {
	background: #f5d400;
}
