.border-main-top {
	border-top: var(--bs-border-width) var(--bs-border-style) !important;
}
.border-main-left {
	border-left: var(--bs-border-width) var(--bs-border-style) !important;
}
.border-main-bottom {
	border-bottom: var(--bs-border-width) var(--bs-border-style) !important;
}
.border-main-right {
	border-right: var(--bs-border-width) var(--bs-border-style) !important;
}
.border-main-top, 
.border-main-left, 
.border-main-bottom, 
.border-main-right {
	border-color: rgba(var(--bs-dark-rgb), 0.33) !important;
}
.node__content img.align-right, .field-content img.align-right {
	padding: 6px 0 8px 8px;
}
.node__content img.align-left, .field-content img.align-left {
	padding: 6px 8px 8px 0;
}
.messages__wrapper {
	padding: .25rem 0;
}
