.dco-attachment-wrap {
	margin-top: 30px;
}

.dco-attachment-wrap:first-child {
	margin-top: 0;
}

.dco-attachment-gallery {
	display: flex;
	flex-wrap: wrap;
	margin: -5px -5px 6px;
}

.dco-attachment-gallery .dco-attachment.dco-image-attachment {
	margin: 5px;
	line-height: 0;
}

.dco-attachment-actions {
	display: flex;
	align-items: center;
	margin-top: 13px;
}

@media (max-width: 359px) {

	.dco-attachment-actions {
		display: block;
	}
}

.dco-remove-attachment {
	margin-left: 30px;
	color: #a00;
}

@media (max-width: 359px) {

	.dco-remove-attachment {
		display: inline-block;
		margin-top: 20px;
		margin-left: 0;
	}
}

.dco-remove-attachment:hover {
	color: #dc3232;
}

.dco-hidden {
	display: none !important;
}

.dco-file-type {
	display: inline-block;
	vertical-align: top;
	margin-bottom: 15px;
}

@media (max-width: 782px) {

	.dco-file-type {
		margin-bottom: 20px;
	}
}

.dco-file-type-name {
	display: block;
	margin-right: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-weight: 600;
}

@media (max-width: 782px) {

	.dco-file-type-name {
		margin-bottom: 10px;
		margin-left: -0.1rem;
		padding-top: 0.3rem;
		padding-left: 0.1rem;
	}
}

@media (min-width: 783px) {

	.dco-file-type-name {
		margin: -1px 0 5px -1px;
		padding: 1px 5px 0 1px;
	}
}

.dco-file-type-item {
	display: block;
	margin-bottom: 3px;
}

@media (max-width: 782px) {

	.dco-file-type-item {
		margin-bottom: 8px;
	}
}

.dco-file-type-items-more {
	display: none;
}

.dco-file-type-items-more.show {
	display: block;
}
