/**
 * Foundation for Sites
 * Version 6.9.0
 * https://get.foundation
 * Licensed under MIT Open Source
 */
/***************************
 Typography Font Weight Mixins
***************************/
/***************************
 Typography Font Style Mixins
***************************/
/***************************
 Typography Margins Mixins
***************************/
/**
 * Foundation for Sites
 * Version 6.9.0
 * https://get.foundation
 * Licensed under MIT Open Source
 */
/***************************
 Typography Font Weight Mixins
***************************/
/***************************
 Typography Font Style Mixins
***************************/
/***************************
 Typography Margins Mixins
***************************/
/**
 * Foundation for Sites
 * Version 6.9.0
 * https://get.foundation
 * Licensed under MIT Open Source
 */
/***************************
 Typography Font Weight Mixins
***************************/
/***************************
 Typography Font Style Mixins
***************************/
/***************************
 Typography Margins Mixins
***************************/
.trustpilot-widget-carousel {
  position: relative;
  z-index: 1;
}
.trustpilot-widget-carousel .tool-tip {
  position: absolute;
  right: 1.25rem;
  z-index: 3;
}
.trustpilot-widget-carousel .tool-tip__bubble-container {
  top: calc(100% + 1.25rem);
  bottom: unset;
}
.trustpilot-widget-carousel .tool-tip__bubble {
  width: 43.75rem;
  pointer-events: auto;
}
.trustpilot-widget-carousel .tool-tip__bubble:after {
  border-left: 0.025rem solid rgba(29, 32, 35, 0.15);
  border-top: 0.025rem solid rgba(29, 32, 35, 0.15);
  border-bottom: none;
  border-right: none;
  top: -0.4375rem;
  bottom: unset;
}
.trustpilot-widget-carousel .tool-tip__icon {
  color: black;
}
.trustpilot-widget-carousel .tool-tip .link {
  color: #2D7EFF;
  text-decoration: underline;
}
@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
  .trustpilot-widget-carousel .tool-tip {
    right: 1.5625rem;
    top: -1.25rem;
  }
  .trustpilot-widget-carousel .tool-tip__bubble {
    width: calc(100vw - 1.875rem);
  }
}
@media print, screen and (max-width: 39.99875em) {
  .trustpilot-widget-carousel .tool-tip {
    right: 1.875rem;
  }
  .trustpilot-widget-carousel .tool-tip__bubble {
    width: calc(100vw - 1.875rem);
  }
}
@media only screen and (max-width: 485px) {
  .trustpilot-widget-carousel .tool-tip {
    right: 24vw;
    top: 0.1875rem;
  }
  .trustpilot-widget-carousel .tool-tip__bubble-container {
    right: -22vw;
  }
  .trustpilot-widget-carousel .tool-tip__bubble {
    width: calc(100vw - 1.875rem);
  }
  .trustpilot-widget-carousel .tool-tip__bubble:after {
    right: 22vw;
  }
}