/*!*********************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-2.use[3]!./web/profiles/uw/uw_profile/modules/uw_theme_components/patterns/molecules/share_widget/share_widget.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************************************/
/********
 * 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.
*/
/*
 * 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.
 */
/*
 * Adds color & text-shadow-based outline to type.
 *
 * @param {color} $color - Color of the marker.
 * @param {color} $border-color - Color for the outline, or border.
 * @param {percent} $border-alpha - Value used in sass:color.scale().
 */
/*
 * Encapsulates the styles for the WYSIWYG editor.
 *
 * We use a mixin in order to be able to reuse these rules inside the
 * CKEditor5 stylesheet to provide the same styles for the editor content.
 * @see un2_theme/scss/admin/_ckeditor5.scss.
 * @see un2_theme/scss/components/_wysiwyg.scss.
 */
.uw-share-widget {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 1.5rem 0;
  width: -moz-max-content;
  width: max-content;
}
.uw-share-widget .label {
  color: #525252;
  font-size: 1.25rem;
}
.uw-share-widget .addtoany_list a {
  display: inline-flex;
}
.uw-share-widget .addtoany_list a:hover > span {
  opacity: 1;
}
.uw-share-widget .icon {
  margin-inline-end: 0;
  border-radius: 0.3125rem;
  background-color: var(--icon-color);
  padding: 0.375rem;
  color: var(--icon-text-color);
  font-size: 1.25rem;
  line-height: 1;
}

.uw-share-widget--un-blue > .addtoany_list > a > .a2a_svg[style] {
  background-color: #009edb !important;
}

.uw-share-widget--absolute-black-75 > .addtoany_list > a > .a2a_svg[style] {
  background-color: #404040 !important;
}

.uw-share-widget--information-blue > .addtoany_list > a > .a2a_svg[style] {
  background-color: #0a5a82 !important;
}

.uw-share-widget--white > .addtoany_list > a > .a2a_svg[style] {
  background-color: #fff !important;
}

.uw-share-widget--darker-blue > .addtoany_list > a > .a2a_svg[style] {
  background-color: #1c4969 !important;
}
