/*!******************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/offbeat-vendor-about-block/style.scss ***!
  \******************************************************************************************************************************************************************************************************************************************************************/
.offbeat-about-section {
  max-width: 350px;
  margin: 0 auto;
  padding: 20px;
  max-height: 550px;
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 255, 255, 0.4) transparent;
}
.offbeat-about-section::-webkit-scrollbar {
  width: 6px;
}
.offbeat-about-section::-webkit-scrollbar-track {
  background: transparent;
}
.offbeat-about-section::-webkit-scrollbar-thumb {
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 3px;
}

.offbeat-about-item {
  margin-bottom: 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.offbeat-about-row {
  display: flex;
  align-items: flex-end;
  gap: 8px;
}

.offbeat-about-row--question {
  justify-content: flex-end;
}

.offbeat-about-row--answer {
  justify-content: flex-start;
}

.offbeat-about-avatar {
  flex: 0 0 auto;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  z-index: 1;
}

.offbeat-about-avatar--initial {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--wp--preset--color--secondary, #E9C7CA);
  color: var(--wp--preset--color--senary, #2A2822);
  font-family: var(--wp--preset--font-family--body-font);
  font-size: var(--wp--preset--font-size--small);
  line-height: 1;
  text-transform: uppercase;
}

.offbeat-about-question {
  background: var(--wp--preset--color--quaternary, #f6f4f1);
  padding: 12px 16px;
  border-radius: 25px;
  margin: 0 0 0 auto;
  max-width: 85%;
  font-size: var(--wp--preset--font-size--extra-small);
  font-family: var(--wp--preset--font-family--body-font);
  line-height: 1.4;
  position: relative;
}
.offbeat-about-question::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: -7px;
  width: 20px;
  height: 25px;
  background-color: var(--wp--preset--color--quaternary, #f6f4f1);
  border-bottom-left-radius: 16px 14px;
}
.offbeat-about-question::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: -26px;
  width: 26px;
  height: 25px;
  background-color: var(--wp--preset--color--senary);
  border-bottom-left-radius: 10px;
}

.offbeat-about-answer {
  background: var(--wp--preset--color--secondary, #E9C7CA);
  padding: 12px 16px;
  border-radius: 25px;
  margin: 0 auto 0 0;
  max-width: 85%;
  font-size: var(--wp--preset--font-size--extra-small);
  line-height: 1.4;
  position: relative;
}
.offbeat-about-answer::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -7px;
  width: 20px;
  height: 25px;
  background-color: var(--wp--preset--color--secondary, #E9C7CA);
  border-bottom-right-radius: 16px 14px;
}
.offbeat-about-answer::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -26px;
  width: 26px;
  height: 25px;
  background-color: currentColor;
  border-bottom-right-radius: 10px;
}

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