.favorites-page {
	padding: 20px 0;
}

.favorites-page h1 {
	margin-bottom: 30px;
}

.favorites-content {
	margin-top: 20px;
}

.no-favorites {
	text-align: center;
	padding: 60px 20px;
	background: #f5f5f5;
	border-radius: 8px;
}

.no-favorites p {
	font-size: 18px;
	margin-bottom: 20px;
	color: #666;
}

.no-favorites .btn {
	display: inline-block;
	padding: 12px 30px;
	background: #4CAF50;
	color: white;
	text-decoration: none;
	border-radius: 4px;
	transition: background 0.3s;
}

.no-favorites .btn:hover {
	background: #45a049;
}

/* Стили для кнопок на странице избранного */
.favorites-page .like_icons .gurtiz-favorites-wrapper {
	display: inline-block;
}

.favorites-page .gurtiz-favorites-btn {
	transition: all 0.2s ease;
}

.favorites-page .gurtiz-favorites-btn:hover {
	transform: scale(1.15);
}