/*----- SPECIAL LIST - Open -----*/
#apb-wrapper .paragraph--type--apb-pb-special-list .file-size {
  display: none;
}
#apb-wrapper .paragraph--type--apb-pb-special-list .views-row {
  position: relative;
}
#apb-wrapper .paragraph--type--apb-pb-special-list .apb-special-list-title {
  font-size: 1.2em;
  font-weight: 600;
  margin-bottom: 0 !important;
}
#apb-wrapper .apb-special-list-description {
  margin-top: 5px !important;
}
/* #apb-wrapper .apb-sl-content-wrapper {} */
#apb-wrapper .apb-sl-content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;

  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;

  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;

  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
#apb-wrapper .apb-sl-icon {
  text-align: center;
}
#apb-wrapper .apb-sl-with-icon .apb-sl-content-wrapper {
  display: -ms-grid;
  display: grid;
  grid-gap: 10px;
  width: 100%;
}
/* BOTTOM / TOP */
#apb-wrapper .paragraph--type--apb-pb-special-list .apb-sl-icon-position-bottom .apb-sl-content,
#apb-wrapper .paragraph--type--apb-pb-special-list .apb-sl-icon-position-top .apb-sl-content {
  text-align: center;

  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
#apb-wrapper .paragraph--type--apb-pb-special-list .apb-sl-icon-position-bottom .apb-sl-icon {
  margin: 0 !important;
}
#apb-wrapper .paragraph--type--apb-pb-special-list .apb-sl-icon-position-top .apb-sl-icon {
  margin: 0 !important;
}
/* LEFT */
#apb-wrapper .apb-sl-with-icon.apb-sl-icon-position-left.apb-sl-icon-size-small .apb-sl-content-wrapper {
  grid-template-columns: 16px auto;
}
#apb-wrapper .apb-sl-with-icon.apb-sl-icon-position-left.apb-sl-icon-size-normal .apb-sl-content-wrapper {
  grid-template-columns: 22px auto;
}
#apb-wrapper .apb-sl-with-icon.apb-sl-icon-position-left.apb-sl-icon-size-medium .apb-sl-content-wrapper {
  grid-template-columns: 32px auto;
}
#apb-wrapper .apb-sl-with-icon.apb-sl-icon-position-left.apb-sl-icon-size-large .apb-sl-content-wrapper {
  grid-template-columns: 52px auto;
}
#apb-wrapper .apb-sl-with-icon.apb-sl-icon-position-left.apb-sl-icon-size-xlarge .apb-sl-content-wrapper {
  grid-template-columns: 74px auto;
}
/* RIGHT */
#apb-wrapper .apb-sl-with-icon.apb-sl-icon-position-right.apb-sl-icon-size-small .apb-sl-content-wrapper {
  grid-template-columns: auto 16px;
}
#apb-wrapper .apb-sl-with-icon.apb-sl-icon-position-right.apb-sl-icon-size-normal .apb-sl-content-wrapper {
  grid-template-columns: auto 22px;
}
#apb-wrapper .apb-sl-with-icon.apb-sl-icon-position-right.apb-sl-icon-size-medium .apb-sl-content-wrapper {
  grid-template-columns: auto 32px;
}
#apb-wrapper .apb-sl-with-icon.apb-sl-icon-position-right.apb-sl-icon-size-large .apb-sl-content-wrapper {
  grid-template-columns: auto 52px;
}
#apb-wrapper .apb-sl-with-icon.apb-sl-icon-position-right.apb-sl-icon-size-xlarge .apb-sl-content-wrapper {
  grid-template-columns: auto 74px;
}
/* SIZE */
#apb-wrapper .apb-sl-icon-size-small .apb-sl-icon {
  font-size: 16px !important;
  line-height: 24px !important;
}
#apb-wrapper .apb-sl-icon-size-normal .apb-sl-icon {
  font-size: 22px !important;
  line-height: 26px !important;
}
#apb-wrapper .apb-sl-icon-size-medium .apb-sl-icon {
  font-size: 32px !important;
  line-height: 16px !important;
}
#apb-wrapper .apb-sl-icon-size-large .apb-sl-icon {
  font-size: 42px !important;
  line-height: 46px !important;
}
#apb-wrapper .apb-sl-icon-size-xlarge .apb-sl-icon {
  font-size: 62px !important;
  line-height: 76px !important;
}
/* LINK */
#apb-wrapper .apb-special-list-file a,
#apb-wrapper .apb-special-list-link a {
  display: block;
  font-size: 0 !important;
  height: 100%;
  left: 0;
  outline: none !important;
  position: absolute;
  top: 0;
  width: 100%;
}
/* FILE */
#apb-wrapper .apb-special-list-file .file-icon {
  display: none !important;
}
/*----- SPECIAL LIST - Close -----*/
