/**
 * @file
 * Styles to hide download icons on publication links when checkbox is checked.
 */

/* Hide download icon for individual links with the hide-download-icon class */
.block-publication-downloads .cta__items-list .cta__item a.hide-download-icon::before {
  display: none !important;
  content: none !important;
  background: none !important;
  width: 0 !important;
  height: 0 !important;
}

/* Remove padding when icon is hidden */
.block-publication-downloads .cta__items-list .cta__item a.hide-download-icon {
  padding-left: 0 !important;
}
