
.betterdocs-attachment-wrapper {
	background: #fff;
	border-radius: 8px;
	margin: 15px 0 0;
	padding: 15px;
}

.betterdocs-attachment-wrapper .betterdocs-attachment-heading {
	color: #000;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	margin: 0 0 15px;
	padding: 0;
}

.betterdocs-attachment-wrapper .attachment-list {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 10px;
	width: 100%;
}

.betterdocs-attachment-wrapper .attachment-list .attachment-details {
	align-items: center;
	border: 1px solid #d0d5dd;
	border-radius: 8px;
	display: flex;
	flex: 40%;
	gap: 15px;
	padding: 10px 20px;
	width: 50%;
}

.betterdocs-attachment-wrapper .attachment-list .attachment-details .icon-image {
	height: 20px;
	width: 20px;
}

.betterdocs-attachment-wrapper .attachment-list .attachment-details .icon-wrapper {
	align-items: center;
	background: #eaecf0;
	border-radius: 15px;
	display: flex;
	flex-shrink: 0;
	height: 30px;
	justify-content: center;
	text-align: center;
	width: 30px;
}

.betterdocs-attachment-wrapper .attachment-list .attachment-details svg {
	fill: #667085;
	transform: scale(1);
}

.betterdocs-attachment-wrapper .attachment-list .attachment-details a {
	align-items: center;
	clear: both;
	color: #565758;
	display: flex;
	gap: 10px;
	justify-content: flex-start;
	overflow-wrap: anywhere;
	text-decoration: none;
}

@media (max-width:1024px) {
	.betterdocs-attachment-wrapper .attachment-list .attachment-details a {
		overflow: hidden;
		overflow-wrap: normal;
		white-space: nowrap;
	}
}

.betterdocs-attachment-wrapper .attachment-list .attachment-details a .attachment-name, .betterdocs-attachment-wrapper .attachment-list .attachment-details a .attachment-size {
	color: #98a2b3;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.4em;
	margin: 0;
	overflow: auto;
	padding: 0;
	transition: all .1s ease-in;
}

.betterdocs-attachment-wrapper .attachment-list .attachment-details a .attachment-size {
	flex-shrink: 0;
}
