.row--gutter {
  margin-left: -15px;
  margin-right: -15px;
  overflow: hidden;
}

a {
  color: #727272;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  transition: color 0.5s ease;
}
.ux-info-banner[type=info] a:hover {
  color: #fff;
}
.ux-info-banner[type=error] a:hover {
  color: #ff0201;
}
a:hover {
  color: #131313;
}

.row--gutter {
  margin-left: -15px;
  margin-right: -15px;
  overflow: hidden;
}

.ux-iws-teaser-selectable-download {
  display: flex;
  flex-direction: column;
  padding: 10px 0 28px;
  margin-top: 20px;
  border-bottom: 1px solid #e2e2e2;
}
@media (min-width: 768px) {
  .ux-iws-teaser-selectable-download {
    flex-direction: row;
    position: relative;
    padding-left: 50px;
  }
}
.ux-iws-teaser-selectable-download__image-container {
  height: 115px;
  max-height: 115px;
}
.ux-iws-teaser-selectable-download__image-container img {
  display: block;
  height: 100%;
  width: auto;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .ux-iws-teaser-selectable-download__image-container {
    width: 80px;
    min-width: 80px;
  }
}
@media (min-width: 768px) {
  .ux-iws-teaser-selectable-download__text-container {
    flex-shrink: 1;
    padding-left: 30px;
  }
}
.ux-iws-teaser-selectable-download__info-container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-top: 20px;
  padding-bottom: 15px;
}
@media (min-width: 768px) {
  .ux-iws-teaser-selectable-download__info-container {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.ux-iws-teaser-selectable-download__checkbox-container {
  display: flex;
  align-items: center;
}
.ux-iws-teaser-selectable-download__checkbox-container .ux-checkbox__label--empty {
  margin-right: 15px;
}
.ux-iws-teaser-selectable-download__checkbox-container .ux-checkbox {
  cursor: pointer;
}
@media (min-width: 768px) {
  .ux-iws-teaser-selectable-download__checkbox-container {
    position: absolute;
    top: 10px;
    left: 0;
    width: 50px;
    cursor: pointer;
    height: calc(100% - 30px);
    display: flex;
    align-items: flex-start;
  }
}
@media (min-width: 768px) {
  .ux-iws-teaser-selectable-download__checkbox-container ux-checkbox {
    height: 100%;
  }
}
@media (min-width: 768px) {
  .ux-iws-teaser-selectable-download__checkbox-container .ux-checkbox {
    cursor: pointer;
    height: 100%;
    width: 50px;
  }
}
.ux-iws-teaser-selectable-download--preselected .ux-iws-teaser-selectable-download__checkbox-container {
  display: none;
}
@media (min-width: 768px) {
  .ux-iws-teaser-selectable-download--preselected {
    padding-left: 0;
  }
}