.sfbid-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
	gap: 1.5em;
	margin: 1.5em 0;
}

.sfbid-card {
	border: 1px solid #ddd;
	border-radius: 6px;
	padding: 1em;
	background: #fff;
}

.sfbid-card__photo {
	display: block;
}

.sfbid-card__photo img,
.sfbid-detail__photo img {
	width: 100%;
	height: auto;
	border-radius: 4px;
}

.sfbid-card__title {
	margin: 0.5em 0 0.25em;
}

.sfbid-card__lot,
.sfbid-detail__lot {
	display: block;
	font-size: 0.7em;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	color: #888;
}

.sfbid-card__bid {
	font-weight: bold;
}

.sfbid-card__more {
	white-space: nowrap;
	font-style: italic;
	text-decoration: underline;
}

.sfbid-card__cta {
	display: inline-block;
	margin-top: 0.75em;
}

.sfbid-detail {
	max-width: 640px;
	margin: 1.5em auto;
}

.sfbid-notice {
	padding: 0.75em 1em;
	border-radius: 4px;
	margin: 1em 0;
}

.sfbid-notice--success {
	background: #ecf7ed;
	border: 1px solid #4caf50;
	color: #256029;
}

.sfbid-notice--error {
	background: #fdecea;
	border: 1px solid #e53935;
	color: #a02622;
}

.sfbid-form p {
	margin-bottom: 1em;
}

.sfbid-form label {
	display: block;
	font-weight: bold;
	margin-bottom: 0.25em;
}

.sfbid-form input[type="text"],
.sfbid-form input[type="email"],
.sfbid-form input[type="number"] {
	width: 100%;
	max-width: 320px;
	padding: 0.5em;
}

.sfbid-form__hint {
	display: block;
	font-weight: normal;
	font-size: 0.85em;
	color: #666;
	margin-top: 0.25em;
}
