.content__attachments {
  clear: both; }

.content__attachments__list {
  margin: 0;
  padding: 0;
  list-style: none; }
  .content__attachments__list li {
    margin-bottom: 10px; }
    .content__attachments__list li:last-child {
      margin-bottom: 0; }

.content__attachments__list__item__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  background-color: #036db5;
  border-radius: 10px;
  -webkit-transition: background-color 350ms ease;
  -o-transition: background-color 350ms ease;
  transition: background-color 350ms ease; }
  .mason--sixth .content__attachments__list__item__link {
    background-color: #002337; }
  .content__attachments__list__item__link:hover {
    background-color: #024f83; }
    .mason--sixth .content__attachments__list__item__link:hover {
      background-color: #000304; }

.content__attachments__list__item__title {
  width: calc(100% - 65px);
  line-height: 65px;
  padding: 0 35px;
  color: #fff;
  font-size: 0.875em;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap; }
  .content__attachments__list__item__title input {
    line-height: 1 !important; }

.content__attachments__list__item__btn {
  width: 65px;
  height: 65px;
  line-height: 65px;
  font-size: 2em;
  text-align: center;
  color: rgba(255, 255, 255, 0.75);
  background-color: #024f83; }
  .mason--sixth .content__attachments__list__item__btn {
    background-color: #000304; }
