/*
Theme Name: Symbiotisk - Projekter
Description: Child theme for Twenty Twenty-Five.
Author: Symbiotisk
Template: twentytwentyfive
Version: 1.0.0
Text Domain: symbiotisk-projekter
*/

.wpd-comment-label {
	background: var(--wp--preset--color--accent-3) !important;
}

#wpdcom .ql-container,
#wpdcom .ql-editor,
#wpdcom .ql-editor > * {
	font-family: var(--wp--preset--font-family--base) !important;
}

.sym-project-files .wmu-attachment.wmu-attachment-file,
.sym-comment-files .wmu-attachment.wmu-attachment-file,
#wpdcom .wmu-attachment.wmu-attachment-file {
	align-items: center;
	display: flex;
	gap: 0.1rem;
}

.wmu-attached-files {
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
}

.wpdiscuz-edit-form-wrap .wmu-attached-file-body {
	flex: 1;
}

.wpdiscuz-edit-form-wrap .sym-edit-attachment-remove {
	background: transparent;
	border: 0;
	color: var(--wp--preset--color--accent-3);
	cursor: pointer;
	font-size: var(--wp--preset--font-size--small);
	padding: 0;
}

.wpdiscuz-edit-form-wrap .sym-edit-attachment-remove:hover {
	text-decoration: underline;
}


.wmu-attached-file-icon {
	height: 24px;
	width: 24px;
	margin-right: 6px;
	vertical-align: text-bottom;
}

.sym-project-files__title,
.sym-comment-files__title {
	display: inline-block;
}

#wpdcom .wmu-attached-file-link {
	color: var(--wp--preset--color--accent-3);
}

.sym-project-files .wmu-attached-file-link,
.sym-comment-files .wmu-attached-file-link {
	color: inherit;
}

.sym-project-files .wmu-attached-file-type,
.sym-comment-files .wmu-attached-file-type {
	color: currentColor;
	font-size: var(--wp--preset--font-size--small);
}
