.content__attachments__list {
  margin: 0;
  padding: 0;
  list-style: none; }

/*https://www.sitepoint.com/building-linear-gradient-mixin-sass/*/
.content__attachments__list {
  margin: 0;
  padding: 0;
  list-style: none; }

.attach__name {
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis; }

.attach__ico {
  -webkit-transition: color 0.2s ease, fill 0.2s ease, background 0.2s ease, border-color 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: color 0.2s ease, fill 0.2s ease, background 0.2s ease, border-color 0.2s ease, -webkit-box-shadow 0.2s ease;
  -o-transition: color 0.2s ease, fill 0.2s ease, background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
  transition: color 0.2s ease, fill 0.2s ease, background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
  transition: color 0.2s ease, fill 0.2s ease, background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, -webkit-box-shadow 0.2s ease; }

.content__attachments__list {
  margin-left: -0.75em;
  margin-right: -0.75em;
  font-size: 0.8em;
  clear: both; }
  .content__attachments__list > * {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    padding: 0.75em 0.75em; }
  @media all and (min-width: 415px) {
    .content__attachments__list {
      font-size: 0.85em; } }
  @media all and (min-width: 1025px) {
    .content__attachments__list {
      font-size: 0.9em; } }
  @media all and (min-width: 1301px) {
    .content__attachments__list {
      font-size: 1em; } }

.attach__link {
  position: relative;
  border-radius: 2em;
  -webkit-box-shadow: 0 0 0 5px rgba(14, 22, 68, 0.2);
  box-shadow: 0 0 0 5px rgba(14, 22, 68, 0.2);
  padding: 1.25em 3.80952em 1.25em 1.52381em; }

.attach__name span {
  margin-left: .75em;
  color: rgba(255, 255, 255, 0.5); }

.attach__ico {
  position: absolute;
  top: 50%;
  right: 1.90476em;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

@media all and (min-width: 769px) {
  .attach__link:hover {
    background: #6881B9; } }
