@charset "utf-8";

.yotpo-main-layout { margin: 0px auto; display: flex; flex-direction: column; }

.yotpo-main-layout--rtl { direction: rtl; }

.yotpo-main-layout .yotpo-border-margin { margin-top: 70px; }

.yotpo-main-layout .yotpo-layout-header-wrapper { display: flex; align-items: center; justify-content: center; }

.yotpo-main-layout .yotpo-empty-state-blank { height: 100%; }

.yotpo-questions-container, .yotpo-questions-placeholder { width: 100%; }

.yotpo-header-margin, .yotpo-qna-tabs { margin-top: 35px; }

.yotpo-qna-tabs .ugc-storefront-widgets-tabs-container__tab { color: var(--text-color); font-size: 18px; font-weight: var(--primary-font-weight); font-family: var(--primary-font-family); font-style: var(--primary-font-style); border-bottom: 1px solid transparent; }

.yotpo-qna-tabs .ugc-storefront-widgets-tabs-container__tab.selected { border-bottom: 1px solid var(--yotpo-pure-black); }

.yotpo-display-l .yotpo-layout-header-wrapper, .yotpo-display-m .yotpo-layout-header-wrapper { flex-direction: row; margin-bottom: 40px; }

.yotpo-display-l .yotpo-header, .yotpo-display-m .yotpo-header { width: 100%; position: relative; }

.yotpo-display-l .yotpo-qna-empty-state, .yotpo-display-m .yotpo-qna-empty-state { margin-top: 90px; }

.yotpo-display-l .yotpo-qna-tabs, .yotpo-display-m .yotpo-qna-tabs { justify-content: flex-start; }

.yotpo-display-s .yotpo-qna-empty-state { margin-top: 71px; }

.yotpo-display-s .yotpo-header { display: flex; flex-direction: column; justify-content: center; margin-top: 40px; }

.yotpo-display-s .yotpo-layout-header-wrapper { flex-direction: column; margin-bottom: 34px; }

.yotpo-display-s .yotpo-qna-tabs { margin-top: 70px; justify-content: center; }

.yotpo-empty-state-wrapper { margin-bottom: 30px; }