.dbf-widget {
	max-width: 800px;
	margin: 0 auto;
}

.dbf-select-label {
	display: block;
	margin-bottom: 6px;
	font-weight: 600;
}

.dbf-breed-select {
	width: 100%;
	max-width: 400px;
	padding: 8px;
	margin-bottom: 16px;
}

.dbf-slide-viewport {
	position: relative;
	width: 100%;
	background: #f5f5f5;
	border: 1px solid #e0e0e0;
	min-height: 400px;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}

.dbf-slide-track {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.dbf-slide-img {
	max-width: 100%;
	max-height: 600px;
	display: block;
	margin: 0 auto;
}

.dbf-slide-pdf {
	width: 100%;
	height: 600px;
	border: 0;
}

.dbf-controls {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 16px;
	margin-top: 12px;
}

.dbf-controls button {
	font-size: 24px;
	line-height: 1;
	background: #222;
	color: #fff;
	border: 0;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	cursor: pointer;
}

.dbf-controls button:hover {
	background: #000;
}

.dbf-counter {
	font-size: 14px;
	color: #555;
	min-width: 60px;
	text-align: center;
}

.dbf-no-slides {
	color: #777;
}

.dbf-general-body {
	margin-top: 20px;
	line-height: 1.6;
}

.dbf-general-body:empty {
	display: none;
}

.dbf-breeders {
	margin-top: 24px;
}

.dbf-breeders-grid {
	display: grid;
	grid-template-columns: repeat( auto-fit, minmax( 220px, 1fr ) );
	gap: 16px;
}

.dbf-breeder-card {
	border: 1px solid #e0e0e0;
	border-radius: 6px;
	padding: 16px;
	display: flex;
	flex-direction: column;
	gap: 6px;
}

.dbf-breeder-name {
	margin: 0 0 4px;
	font-size: 16px;
}

.dbf-breeder-card a {
	color: #2271b1;
	text-decoration: none;
	word-break: break-word;
}

.dbf-breeder-card a:hover {
	text-decoration: underline;
}

.dbf-heading {
	text-align: center;
	margin: 0 0 8px;
}

.dbf-instructions {
	text-align: center;
	margin: 0 0 24px;
	color: #555;
}

