/* 013 релиз 2б: избранное. Всё явно: у темы свои стили кнопок, ссылок и списков в .content
   (в том числе .content ul { display: inline-block !important }). */
.ogfav {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px 16px;
	box-sizing: border-box;
	width: 100%;
	margin: 24px 0 12px;
	padding: 0;
	font-size: 16px;
	line-height: 1.4;
}

.ogfav .ogfav-btn {
	display: inline-block;
	box-sizing: border-box;
	margin: 0;
	padding: 8px 16px;
	border: 1px solid #9bb88a;
	border-radius: 6px;
	background: #fff;
	color: #2f4a22;
	font: inherit;
	font-weight: 600;
	line-height: 1.2;
	text-decoration: none;
	text-transform: none;
	cursor: pointer;
	box-shadow: none;
}

.ogfav .ogfav-btn:hover,
.ogfav .ogfav-btn:focus-visible {
	border-color: #4f7a3a;
	background: #eaf2e3;
	color: #2f4a22;
}

.ogfav .ogfav-btn.is-on {
	border-color: #c9a227;
	background: #fdf6dc;
	color: #6b5310;
}

.ogfav .ogfav-btn[disabled] {
	opacity: 0.6;
	cursor: default;
}

.ogfav .ogfav-all {
	font-size: 15px;
}

/* Профиль */
.ogfav-form {
	display: block;
	margin: 0 0 24px;
}

.ogfav-form .ogfav-list {
	display: block !important;
	margin: 0;
	padding: 0;
	list-style: none;
}

.ogfav-form .ogfav-item {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 12px;
	margin: 0;
	padding: 8px 0;
	border-bottom: 1px solid #e3e9dc;
	list-style: none;
}

.ogfav-form .ogfav-item::before {
	content: none;
}

.ogfav-form .ogfav-link {
	flex: 1 1 auto;
	min-width: 0;
}

.ogfav-form .ogfav-remove {
	flex: 0 0 auto;
	margin: 0;
	padding: 2px 8px;
	border: 0;
	background: none;
	color: #8a5a44;
	font: inherit;
	font-size: 14px;
	text-decoration: underline;
	cursor: pointer;
	box-shadow: none;
}
