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

/*https://www.sitepoint.com/building-linear-gradient-mixin-sass/*/
.attach__link {
  font-size: 1em; }

.attach__link {
  font-weight: 700; }

.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.5em;
  margin-right: -0.5em;
  font-size: 0.8em;
  clear: both; }
  .content__attachments__list > * {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    padding: 0.5em 0.5em; }
  @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 {
  line-height: 1.2;
  position: relative;
  border-radius: 3em;
  color: #001219;
  background: rgba(111, 172, 207, 0.6);
  padding: 1.485em 4em 1.485em 2em; }

.attach__name span {
  opacity: .8;
  font-size: 82%;
  margin-left: 1em; }

.attach__ico {
  width: 1.72222em;
  height: 1.72222em;
  border-radius: 50%;
  color: rgba(1, 11, 18, 0.75);
  color: #3a576b;
  border: 2px solid currentColor;
  position: absolute;
  top: 0;
  right: 1.38889em;
  bottom: 0;
  margin: auto;
  will-change: transform; }

@media all and (min-width: 769px) {
  .attach__link:hover {
    background: #003246;
    color: #FFF; }
    .attach__link:hover .attach__ico {
      color: #FFF; } }
