/*!**************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/community-perspectives/style.scss ***!
  \**************************************************************************************************************************************************************************************************************************************************************/
@import url(https://www.carparts.com/blog/wp-content/themes/genesis_child/custom/css/global/theme-color-v2-global.css);
/*!******************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/community-perspectives/style.scss (1) ***!
  \******************************************************************************************************************************************************************************************************************************************************************/
/**Perspective**/
.perspective-widget {
  margin: 0 0 25px 0;
  position: relative;
  font-family: "Inter", Arial, Helvetica, sans-serif;
}

.perspective-widget .pt-child-wrap {
  justify-content: start !important;
  display: flex;
  /**Secondary Pro Tip Widget**/
}

@media screen and (max-width: 680px) {
  .perspective-widget .pt-child-wrap {
    flex-direction: column;
  }
}
.perspective-widget .pt-child-wrap .pt-col-item1 {
  flex: 0 0 100px;
  -webkit-flex: 0 0 100px !important;
  margin: 0 25px 0 0;
  display: flex;
  text-align: center;
  flex-direction: column;
}

.perspective-widget .pt-child-wrap .pt-col-item1 figure {
  margin: 5px auto;
}

@media screen and (max-width: 680px) {
  .perspective-widget .pt-child-wrap .pt-col-item1 figure {
    margin: 16px 8px;
  }
}
.perspective-widget .pt-child-wrap .pt-col-item1 figure img {
  width: 60px;
  height: 60px;
  -o-object-fit: cover;
     object-fit: cover;
  border: 0 solid currentColor;
  box-sizing: border-box;
  border-radius: 100px;
}

@media screen and (max-width: 680px) {
  .perspective-widget .pt-child-wrap .pt-col-item1 figure img {
    max-width: 60px;
  }
}
.perspective-widget .pt-child-wrap .pt-col-item1 p {
  margin: 0 !important;
  font-size: 11px;
  color: var(--cp-blue) !important;
  padding-bottom: 0 !important;
  line-height: 1.4 !important;
}

.perspective-widget .pt-child-wrap .pt-col-item1 p strong {
  font-weight: 600;
}

.perspective-widget .pt-child-wrap .pt-col-item1 p span {
  display: block;
}

@media screen and (max-width: 680px) {
  .perspective-widget .pt-child-wrap .pt-col-item1 {
    flex: 0 1 75px !important;
    -webkit-flex: 0 1 75px !important;
    margin: 16px auto 0 auto;
    order: 2;
    flex-direction: row;
    align-items: center;
    text-align: left;
    justify-content: center;
    max-width: 200px;
  }
}
.perspective-widget .pt-child-wrap .pt-col-item2 {
  flex: inherit;
  -webkit-flex: inherit;
  width: 100%;
  background: none scroll no-repeat var(--cp-orange-tint-300);
  border-radius: 8px;
}

@media screen and (max-width: 680px) {
  .perspective-widget .pt-child-wrap .pt-col-item2 {
    order: 1;
  }
}
.perspective-widget .pt-child-wrap .perspective-help-tip {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  text-align: center;
  background: var(--cp-dark-blue);
  color: #ffffff;
  font-size: 12px;
  margin: 0px 4px 0 0;
  position: absolute;
  top: 25px;
  right: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  cursor: pointer;
}

@media screen and (max-width: 580px) {
  .perspective-widget .pt-child-wrap .perspective-help-tip {
    width: 16px;
    height: 16px;
    font-size: 11px;
  }
}
@media screen and (max-width: 580px) {
  .perspective-widget .pt-child-wrap .perspective-help-tip {
    width: 16px;
    height: 16px;
    font-size: 11px;
  }
}
.perspective-widget .pt-child-wrap .perspective-help-tip:before {
  content: "?";
  font-weight: bold;
  color: #fff;
}

.perspective-widget .pt-child-wrap .perspective-help-tip:hover p {
  display: block;
  transform-origin: 100% 0%;
  animation: fadeIn 0.3s ease-in-out;
}

.perspective-widget .pt-child-wrap .perspective-help-tip strong {
  display: inline-block;
  color: #fc7e00;
  font-weight: 700;
}

.perspective-widget .pt-child-wrap .perspective-help-tip p {
  display: none;
  text-align: left;
  background: none scroll no-repeat 0 0 var(--cp-grey-tint-700);
  padding: 16px !important;
  width: 540px;
  position: absolute;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  top: 26px;
  right: 0;
  color: var(--cp-white) !important;
  font-size: 12px;
  line-height: 1.4;
  font-style: italic;
  border-radius: 10px;
}

@media screen and (max-width: 680px) {
  .perspective-widget .pt-child-wrap .perspective-help-tip p {
    width: 310px;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 100%;
  }
}
.perspective-widget .pt-child-wrap .perspective-help-caption {
  padding: 20px;
  position: relative;
}

.perspective-widget .pt-child-wrap .perspective-help-caption strong {
  color: #fc7e00;
  font-weight: 700;
}

.perspective-widget .pt-child-wrap .perspective-help-caption .cta-btn {
  width: 100%;
  margin: 0 auto 0 0;
  display: flex;
  justify-content: flex-end;
}

.perspective-widget .pt-child-wrap .perspective-help-caption .cta-btn a {
  display: block;
  text-align: center;
  text-decoration: none !important;
  font-size: 12px;
  color: var(--cp-white) !important;
  background: #004C80;
  padding: 8px 10px;
  border-radius: 4px;
}

.perspective-widget .pt-child-wrap .perspective-help-caption.tooltip {
  position: relative;
}

.perspective-widget .pt-child-wrap .perspective-help-caption::after {
  content: "";
  position: absolute;
  top: 18px;
  left: -20px;
  border-width: 23px 12px 0px 7px;
  border-style: solid;
  border-color: var(--cp-orange-tint-300) transparent;
  display: block;
  width: 0;
  transform: rotate(90deg);
}

@media screen and (max-width: 680px) {
  .perspective-widget .pt-child-wrap .perspective-help-caption::after {
    top: inherit;
    bottom: -18px;
    left: 50%;
    transform: rotate(-5deg);
  }
}
.perspective-widget .pt-child-wrap .perspective-help-caption h2 {
  margin: 0 0 16px 0 !important;
  font-weight: 400;
  font-size: 18px;
  color: var(--cp-grey-tint-700);
}

@media screen and (max-width: 680px) {
  .perspective-widget .pt-child-wrap .perspective-help-caption h2 {
    font-size: 1.175rem !important;
    position: relative;
  }
}
.perspective-widget .pt-child-wrap .perspective-help-caption p {
  font-size: 12px;
  font-style: italic;
  line-height: 1.4;
  color: var(--cp-grey-tint-700) !important;
  padding-bottom: 16px !important;
}

/*# sourceMappingURL=style-index.css.map*/