/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/

/* Climbo reviews styled like Salient's Testimonial Slider */
#id1 .slxfxtbxewh-MuiBox-root.cardBox {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
  margin: 0 auto;
}
#id1 .slxfxtbxewh-MuiBox-root.card {
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 6px 30px 0 rgba(23, 31, 56, 0.09);
  padding: 32px 28px 32px 28px;
  max-width: 420px;
  min-width: 320px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
}
#id1 .slxfxtbxewh-MuiCardMedia-img {
  width: 64px !important;
  height: 64px !important;
  border-radius: 50%;
  margin-bottom: 18px;
  object-fit: cover;
}
#id1 h6.slxfxtbxewh-MuiTypography-h6 {
  font-size: 1.2em;
  font-weight: 700;
  margin-bottom: 0.2em;
  color: #222;
}
#id1 h4.slxfxtbxewh-MuiTypography-h4 {
  font-size: 1em;
  color: #888;
  margin-bottom: 1em;
  font-weight: 400;
}
#id1 .slxfxtbxewh-MuiBox-root[class*="jss3"] p {
  font-size: 1.1em;
  color: #444;
  margin-bottom: 0;
}
#id1 .slxfxtbxewh-MuiBox-root[class*="jss3"] [alt="star"] {
  width: 20px !important;
  margin: 0 1px 8px 1px;
}
#id1 .providerLogo {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 32px;
  height: 32px;
  border-radius: 8px;
  background: #f7f7f7;
  padding: 4px;
}
#id1 .slxfxtbxewh-MuiBox-root.cardBox > div:not(:last-child) {
  margin-bottom: 30px;
}





