@charset "UTF-8";

/* ATTACHMENT LIST */

#attachment-list a {
	width: 60px;
}

#attachment-list a:hover {
	text-decoration: none;
}

#attachment-list a span {
	color: var(--theme-bg-color);
}

#attachment-list a p {
	color: var(--black);
	line-height: 1.25;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 10px;
	margin-top: 5px;
}

/* XS */
@media only screen and (min-width : 0px) {
}

/* SM (landscape phones, 576px and up) */
@media (min-width: 576px) {

}

/* MD (tablets, 768px and up) */
@media (min-width: 768px) {

}

/* LG (desktops, 992px and up) */
@media (min-width: 992px) {
}

/* XL (large desktops, 1200px and up) */
@media (min-width: 1200px) {

}