.postbookmark-icon {}

.postbookmark-icon-delete .icon{
	color: var(--icon-red) !important;
}

.postbookmark-icon-delete:hover .icon{
	color: var(--icon-primary) !important;
}

.scrool {
	max-height: 400px;
	overflow-y: scroll;
	font-size: 1.3rem;
	line-height: 1.4rem;
}

.bookmark_form
{
	/* padding: 0px 5px 0px 0px; */
}
.bookmark_desc
{
	/* width: 84% !important; */
}

@media only screen and (max-width: 700px), only screen and (max-device-width: 700px)
{
	.scrool {
		max-height: 160px;
	}
}

/* Custom modifications
-------------------------------- */

.section-viewtopic .post .post-footer-buttons li.bookmark-button {
	margin-inline-start: auto;
}

.section-viewtopic .post .post-footer-buttons li.bookmark-button a {
	background-color: var(--button-background-color-secondary) !important;
	padding-block: 6px;
	padding-inline: 8px 12px;
}

.section-viewtopic .post .post-footer-buttons li.bookmark-button .dropdown-contents {
	padding: 12px;
}

.section-viewtopic .post .post-footer-buttons li.bookmark-button .dropdown-contents li {
	border-top: 0 none;
	padding: 0;
}

.section-viewtopic .post .post-footer-buttons li.bookmark-button .dropdown-contents li:first-child {
	margin-bottom: 12px;
}

.section-viewtopic .post .post-footer-buttons li.bookmark-button .dropdown-contents .bookmark_form {
	display: flex;
	gap: 12px;
}
