.translatable-nav-tabs .views-field-edit-block-content.btn {
  min-height: auto !important;
}
@media (min-width: 1025px) {
  .translatable-nav-tabs .panel-heading {
    display: none;
  }
  .panel {
    border: none;
    box-shadow: none;
  }
  .panel-collapse {
    height: auto;
  }
  .panel-collapse.collapse {
    display: block;
  }
}
@media (max-width: 1024px) {
  .tab-content :not(#news-event-tab-content) .tab-pane {
    display: block;
  }
  .nav-tabs {
    display: none;
  }
  .panel-title a {
    display: block;
  }
  .panel {
    margin: 0;
    box-shadow: none;
    border-radius: 0;
    margin-top: -2px;
  }
  .tab-pane:first-child .panel {
    border-radius: 5px 5px 0 0;
  }
  .tab-pane:last-child .panel {
    border-radius: 0 0 5px 5px;
  }
  .tab-pane.fade {
    opacity: 1;
  }
}
a.icon:after {
  font-family: 'Font Awesome 6 Pro';
  margin-left: 5px;
}
a.icon-pdf:after {
  content: '\f1c1';
}
a.icon-docx:after {
  content: '\f1c2';
}
a.icon-xlsx:after {
  content: '\f1c3';
}
a.icon-pptx:after {
  content: '\f1c4';
}
a.icon-txt:after {
  content: '\f15b';
}
a.icon-zip:after {
  content: '\f1c6';
}
a.icon-mp3:after {
  content: '\f1c7';
}
a.icon-m4a:after {
  content: '\f1c7';
}
a a > .field--name-field-media-image.icon-pdf:after {
  display: none;
}
@media (max-width: 1024px) {
  #block-drupalbase-custom-wtbbloutreachmaterialstours ul.nav-tabs {
    display: flex !important;
  }
  #block-drupalbase-custom-wtbbloutreachmaterialstours ul.nav-tabs a {
    height: 69px;
  }
}
