  /***
 * Colors
 ***/
/**
 * Typography
 **/
/*
 * We can use the font weight fot the bold styling example below
 * .test-font { font-family: $font-default; } regular
 * .test-font-bold { font-family: $font-default; font-weight: $font-weight-bold; }
 * @see: _typography.scss
*/
/**
 * Global elements
 **/
/*
 * Sizing/Spacing
 */
/**
 * Forms
 */
/*
 * Bootstrap
 */
/
 * Mappings
 ****/
/*
 * IMPORTANT:
 *   - This file should *only contain* variables not considered UN style guide *
 */
/**
  Help theming for rtl languages.
*/
/* background opacity */
/*
 * This handles indentation for the depth of child levels for accordion
 * TODO: improve this implementation, overly complex due to previous design
 */
/*
 * Reset the button appearance to make it look like regular text.
 *
 * The padding can be optionally passed, as it is usually overriden.
 *
 * @param {Number} $padding - The padding to apply to the button.
 */
.social-media-links--platforms {
  padding-left: 0;
}

.social-media-links--platforms li {
  list-style-type: none;
}

.social-media-links--platforms li a {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0.2rem;
  background-color: #009edb;
  aspect-ratio: 1;
  width: 2em;
  color: #fff;
  text-decoration: none;
}

.social-media-links--platforms li a:hover, .social-media-links--platforms li a:focus {
  background-color: #1c4969;
  color: #fff;
}

.social-media-links--platforms [class*=fa-] {
  margin: 0;
}

.social-media-links--platforms.horizontal {
  display: flex;
  flex-wrap: wrap;
  gap: 0.33rem;
  margin: 0;
  padding: 0;
}

.social-media-links--platforms.horizontal li {
  margin: 0;
  padding: 0;
}

.social-media-links--platforms.vertical li a img {
  vertical-align: middle;
  margin-right: 0.5rem;
}

.iconsets-wrapper {
  display: inherit;
  overflow-x: auto;
}
