/*!*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/@symfony/webpack-encore/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].oneOf[1].use[1]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[4].oneOf[1].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].oneOf[1].use[3]!./vendor/communice-web/communice-base/Resources/Private/Assets/StyleSheets/communice/content-elements/quotation-sliders-base.scss ***!
  \*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.content-quote {
  color: #fff;
  margin: 0;
}
.content-quote.tns-item, .tns-item .content-quote {
  height: auto;
}

.content-quote--icon {
  font-size: 3.25rem;
}

.content-quote--quote {
  font-size: 2.75rem;
  line-height: 1.5;
  font-style: italic;
  font-weight: var(--font-weight-semibold);
}

.content-quote--author-info--outer {
  margin-top: 2.5rem;
}

.content-quote--author-info--author {
  font-size: 18px;
  font-weight: var(--font-weight-bold);
}

.content-quote--author-info--author-position {
  font-size: 16px;
  font-weight: var(--font-weight-normal);
}

.content-quotation--slider--controls {
  display: flex;
  column-gap: 2rem;
  margin-top: 2.5rem;
}

.content-quotation--slider--button {
  all: unset;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 3rem;
  width: 3rem;
  color: var(--quotation-slider--nav-button--icon-color);
  background-color: var(--quotation-slider--nav-button--background-color);
  font-size: 1rem;
  border-radius: 0.5rem;
  transition: var(--transition-base);
}
.content-quotation--slider--button[disabled] {
  opacity: 0.5;
  cursor: not-allowed;
}
.content-quotation--slider--button[disabled]:hover, .content-quotation--slider--button[disabled]:focus, .content-quotation--slider--button[disabled]:active, .content-quotation--slider--button[disabled]:focus-within {
  color: var(--quotation-slider--nav-button--icon-color);
  background-color: var(--quotation-slider--nav-button--background-color);
}
.content-quotation--slider--button:hover, .content-quotation--slider--button:focus, .content-quotation--slider--button:active, .content-quotation--slider--button:focus-within {
  color: var(--quotation-slider--nav-button--icon-color--hover);
  background-color: var(--quotation-slider--nav-button--background-color--hover);
}

.content-quotation--slider--index {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 3rem;
  width: 3rem;
  color: var(--quotation-slider--controls--index--color);
  border: 2px solid var(--color-primary);
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: var(--font-weight-extrabold);
  border-radius: 0.5rem;
}
