@charset "utf-8";

.yotpo-answer { display: flex; flex-direction: row; }

.yotpo-answer .yotpo-answer-data { display: flex; flex-direction: column; }

.yotpo-answer .yotpo-answer-data--rtl { align-items: start; }

.yotpo-answer .yotpo-answerer-title { color: var(--text-color); font-family: var(--secondary-font-family); font-weight: var(--secondary-font-weight); font-style: var(--secondary-font-style); font-size: 14px; letter-spacing: 0px; text-align: left; margin-top: 6px; }

.yotpo-answer .yotpo-answer-content { min-width: fit-content; text-align: left; white-space: pre-wrap; }

.yotpo-display-s .yotpo-answer .yotpo-answerer-title { font-size: 12px; }