.post-detail .caption {
	display: flex;
	justify-content: space-between;
	margin-bottom: 12px;
}
.post-detail .caption .updated-at {
	font-size: 14px;
	color: #49616b;
	text-transform: uppercase;
}
.post-detail .caption .updated-at p {
	display: flex;
	align-items: center;
}
.post-detail .caption .updated-at p i {
	padding-right: 5px;
	font-size: 15px;
}
.post-detail .caption .updated-at p span {
	margin-left: 5px;
}
.post-detail .caption .updated-at p .form-select {
	display: inline-block;
	width: 200px;
	height: 30px;
	margin: 5px 0px;
	padding: 0px 5px!important;
}
.post-detail .caption .actions a {
	margin-left: 15px;
}
.post-detail .caption .actions a i {
	margin-right: 7px;
}
.post-detail .title {
	margin-bottom: 20px;
	font-size: 18px;
	font-weight: bold;
}
.post-detail .content {
	overflow: hidden;
}
.post-detail .content img {
	max-width: 100%;
	height: auto;
	border: 1px solid #ccc;
}
.post-detail .content-editor > div {
	border-color: #dee2e6;
	border-radius: 5px;
}
.post-detail .properties {
	margin-top: 32px;
	padding-top: 32px;
	border-top: 1px solid #eee;
}
.post-detail .properties .property {
	position: relative;
	padding-bottom: 7px;
	padding-left: 30px;
	color: #333;
	font-size: 11px;
	font-weight: 800;
	text-transform: uppercase;
}
.post-detail .properties .property:before {
	position: absolute;
	left: 0px;
	font-family: "FontAwesome";
	color: #e0dee0;
}
.post-detail .properties .property[data-code="rubrics"]:before {
	content: "\f07c";
}
.post-detail .properties .property[data-code="tags"]:before {
	content: "\f292";
}
.post-detail .properties .property .items {
	margin-bottom: 5px;
}
.post-detail .properties .property .items .item {
	display: inline;
}
.post-detail .properties.properties-edit .property .items .item {
	display: block;
}
.post-detail .properties .property .items .item:after {
	content: ', ';
}
.post-detail .properties .property .items .item:last-child:after {
	content: '';
}
.post-detail .properties.properties-edit .property .items .item:after {
	content: '';
}
.post-detail .properties .property .items .item a,
.post-detail .properties .property .items .item a:hover,
.post-detail .properties .property .items .item a:focus,
.post-detail .properties .property .items .item a:active {
	color: inherit;
}
.post-detail .properties .property .items .item .value-delete {
	display: none;
	position: relative;
	top: -4px;
	right: -3px;
	color: red;
	cursor: pointer;
}
.post-detail .properties.properties-edit .property .items .item .value-delete {
	display: inline;
}
.post-detail .properties .property .add-value {
	display: none;
	margin-bottom: 7px;
	padding: 0px;
	border: none;
	color: green;
	font-size: 14px;
	font-weight: bold;
}
.post-detail .properties.properties-edit .property .add-value {
	display: inline-block;
}
.post-detail .properties .property .add-value i {
	margin-right: 5px;
}
.post-detail .properties .property .dropdown-menu {
	max-height: 300px;
	overflow-y: auto;
	background: #eeeeee;
}
.post-detail .properties .property .dropdown-menu .dropdown-item {
	font-size: 14px;
	text-transform: none;
}

/* + attachments */
.post-detail .attachments {}
.post-detail .attachments .attachments__items {
	margin-top: .5em;
	margin-bottom: .5em;
}
.post-detail .attachments .attachments__item {
	display: flex;
    align-items: center;
    gap: .25em;
}
.post-detail .attachments .attachments__item-link {
	display: flex;
    align-items: center;
    gap: .25em;
	width: fit-content;
}
.post-detail .attachments .file-icon {
	width: 18px;
}
.post-detail .attachments .attachments__item-delete {
	color: red;
	cursor: pointer;
}
.post-detail .attachments-input,
.post-detail .attachments__item-delete {
	display: none;
}
.post-detail.post-detail-edit .attachments-input {
	display: block;
}
.post-detail.post-detail-edit .attachments__item-delete {
	display: inline;
}
.post-detail .attachments.attachments-empty {
	display: none;
}
.post-detail.post-detail-edit .attachments {
	display: block;
}
/* - attachments */

.br_comment .brn_add[data-new-comment="bottom"] {
	display: none;
}
.br_comment .brna_form > .brf_body,
.br_comment .brna_form > .brf_submit {
	border-width: 1px;
}
.br_comment .brna_form > .brf_body:before {
	top: 4px;
	border-width: 1px 1px 0 0;
}
.ai-ctx{ display: none !important; }

/* + похожие статьи */
/* блок свойств (рубрики/метки) + редакторы скрыты в обычном просмотре, видны только при правке */
.post-detail .properties:not(.properties-edit) {
	display: none;
}
.related-articles {
	margin-top: 32px;
	padding-top: 32px;
	border-top: 1px solid #eee;
}
.related-articles h3 {
	margin-bottom: 20px;
	font-size: 18px;
	font-weight: bold;
}
.related-articles .post-item {
	background: #f7f7f7;
	border-left: 3px solid #c4c4c4;
	padding: 12px 16px;
	margin-bottom: 8px;
}
.related-articles .post-item .post-title {
	margin-bottom: 0;
	font-size: 16px;
	font-weight: bold;
}
.related-articles .post-item .post-title a {
	color: #333;
	text-decoration: none;
}
.related-articles .post-item:hover .post-title a {
	color: #297fec;
}


/* + поиск в списке связанных статей */
.post-detail .properties .property .dropdown-menu .dropdown-search {
	position: sticky;
	top: 0;
	padding: 6px;
	background: #eeeeee;
}
.post-detail .properties .property .dropdown-menu .dropdown-search .dropdown-filter {
	height: 32px;
	font-size: 14px;
}
/* - поиск в списке связанных статей */
/* - похожие статьи */
