.top-bar{
	max-width: 1200px;
	margin: 17px auto;
}
.card-header{
	display: inline;
	justify-content: space-between;
	align-items: center;
	background-color: #fff;
	padding: 15px 20px;
	border-radius: 10px;
	font-size: 0.95em;
	font-weight: 500;
	color: #333;
	float: left;
	margin-right: 10px;
	border-radius: 8px;
	box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}
.hobby-name{
	font-weight: bold;
	color: #444;
}
.cost{
	color: #666;
}
.like-button{
	background: none;
	border: none;
	font-size: 1em;
	cursor: pointer;
	display: inline-block;
	padding: 0;
}
.bi-heart, .bi-heart-fill{
	transition: transform 0.2s;
	color: red;
}
.bi-heart:hover, .bi-heart-fill:hover{
	transform: scale(1.2);
	padding: 0;
}
.between{
	display: inline-block;
	padding: 0 12px;
}
#data{
	display: none;
}
#catch{
	display: inline-block;
	padding: 0;
}
.card{
	background-color: white;
	max-width: 1200px;
	margin: 17px auto;
	box-sizing: border-box;
	padding: 30px;
	border-radius: 12px;
	box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}
.card img{
	max-width: 100%;
	border-radius: 8px;
	box-shadow: 0 4px 12px rgba(0,0,0,0.3);
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.card h2{
	color: #2c3e50;
	margin: 50px 0 0;
	font-size: 1.5em;
}
.card h2:first-child{
	margin-top: 0;
}
.card h3{
	margin: 50px 0 -8px;
}
.card h4{
	margin: 50px 0 0;
}
.card p{
	color: #333;
	line-height: 1.6;
	font-size: 1.1em;
}

.card ul {
	padding-left: 20px;
}

.card li{
	margin-bottom: 10px;
	font-size: 1.05em;
	color: #555;
}

/* Thumbnails */
.thumbnails{
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	gap: 20px;
	margin-top: 20px;
}

.thumb{
	display: flex;
	background-color: #fff;
	border-radius: 10px;
	text-decoration: none;
	box-shadow: 0 2px 8px rgba(0,0,0,0.2);
	overflow: hidden;
	padding: 8px;
	box-sizing: border-box;
	transition: transform 0.2s ease;
}

.thumb:hover{
	transform: translateY(-4px);
}

.thumb img{
	width: 120px;
	height: auto;
	object-fit: cover;
	flex-shrink: 0;
	box-shadow: 0 2px 8px rgba(0,0,0,.1);
	border: 1px solid #ccc;
}

.thumb-info{
	box-sizing: border-box;
	padding-left: 15px;
	color: #333;
	line-height: 1.1;
}

.thumb-info strong{
	font-size: 1.03em;
	display: block;
	margin-bottom: 5px;
}

.thumb-info p{
	margin: 0;
	font-size: 0.95em;
	color: #555;
}

.sub-footer{
	background-color: hsl(200, 39%, 49%);
	color: #fff;
	max-width: 1200px;
	margin: 17px auto;
	box-sizing: border-box;
	display: block;
	padding: 30px;
	border-radius: 12px;
	box-shadow: 0 4px 12px rgba(0,0,0,0.1);
	text-align: center;
}
.sub-footer h3{
	margin-top: 0;
	text-align: left;
}
.sub-footer p{
	text-align: left;
}
.sub-footer a{
	margin: 20px auto 0;
	width: 150px;
	padding: 5px 16px;
	background-color: hsl(30, 100%, 55%);
	text-decoration: none;
	border-radius: 20px;
	border: 3px solid #fff;
	color: #fff;
	font-weight: bold;
	transition: ease all .2s;
}
.sub-footer a:hover{
	background-color: #fff;
	border: 3px solid hsl(30, 100%, 55%);
	color: hsl(30, 100%, 55%);
}
.aquarium-vergelijking {
    margin-top: 1.5rem;
}

.vergelijk-blok {
    margin-bottom: 1.5rem;
    padding: 1rem;
    background-color: #f8f8f8;
    border-radius: 12px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}
