h2,h3{margin:0}.article-header{display:flex;justify-content:space-between;margin:2.5rem 0;padding:0 5rem}.article-banner{height:12.5rem;width:25rem}.article-title{font-size:var(--rd-typography-web-page-title-font-size);font-weight:var(--rd-typography-web-page-title-font-weight);line-height:var(--rd-typography-web-page-title-line-height);margin:0}.app-container{display:flex;grid-gap:2.5rem;gap:2.5rem;margin:2.5rem 0;padding:0 5rem;position:relative}.sidebar{background-color:var(--rd-color-background-500);border:1px solid var(--rd-color-background-100);height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;overflow-y:auto;width:14.75rem}.sidebar-item{color:var(--rd-color-text-75);cursor:pointer;font-size:var(--rd-typography-web-label-font-size);font-weight:var(--rd-typography-web-label-font-weight);overflow:hidden;padding:.5rem 1rem;text-overflow:ellipsis;transition:background-color .3s;white-space:nowrap}.sidebar-item.active,.sidebar-item:hover{color:var(--rd-color-primary-blue-main)}.sidebar-item.active{font-weight:700}.content{flex:1 1;overflow-y:auto}.article-section{margin-bottom:1.25rem}.content-title{color:var(--rd-color-text-500);font-size:var(--rd-typography-web-page-title-font-size);font-weight:var(--rd-typography-web-page-title-font-weight);line-height:3.375rem;margin-bottom:1rem}.author-info{align-items:center;display:flex}.author-image{border-radius:50%;height:2.5rem;width:2.5rem}.author-name{color:var(--rd-color-text-500)}.author-name,.publish-date{font-size:var(--rd-typography-web-label-font-size);font-weight:var(--rd-typography-web-label-font-weight);margin:0}.publish-date{align-items:center;display:flex;grid-gap:.5rem;gap:.5rem}.publish-date div{background-color:var(--rd-color-primary-blue-50);border-radius:100px;color:var(--rd-color-primary-blue-main);font-size:var(--rd-typography-web-label-font-size);font-weight:var(--rd-typography-web-label-font-weight);margin-left:.5rem;padding:.25rem 1rem}.article-section{color:var(--rd-color-text-200);font-size:.875rem;font-weight:400}.article-section-h1{color:var(--rd-color-text-500);font-size:var(--rd-typography-web-main-title-font-size);font-weight:var(--rd-typography-web-main-title-font-weight);line-height:var(--rd-typography-web-main-title-line-height);margin-bottom:.75rem}.article-section-h2{font-size:var(--rd-typography-web-page-subtitle-font-size)}.article-section-h2,.article-section-h3{color:var(--rd-color-text-500);font-weight:var(--rd-typography-web-page-subtitle-font-weight);line-height:var(--rd-typography-web-page-subtitle-line-height);margin-bottom:.75rem}.article-section-paragraph{color:var(--rd-color-text-200);font-size:var(--rd-typography-web-text-font-size);font-weight:var(--rd-typography-web-text-font-weight);line-height:var(--rd-typography-web-text-line-height);margin-bottom:.75rem}.markdown-content ul{list-style-type:disc!important;padding-left:1.5rem!important;margin:1rem 0!important}.markdown-content li{margin:.5rem 0!important;list-style-type:disc!important}.markdown-content ol{list-style-type:decimal!important;padding-left:1.5rem!important;margin:1rem 0!important}.content-reaction,.content-reaction .icons{align-items:center;display:flex}.content-reaction .icons{border-radius:40px;padding:.75rem 1.5rem}@keyframes userAuthModalFadeIn{0%{opacity:0;transform:translate(-50%,-60%)}to{opacity:1;transform:translate(-50%,-50%)}}.user-auth-modal{animation:userAuthModalFadeIn .3s forwards;background:var(--rd-color-background-500);border-radius:.5rem;left:50%;max-height:518px;opacity:0;overflow-x:hidden;overflow-y:scroll;position:fixed;top:50%;transform:translate(-50%,-50%);width:451px;z-index:1000}.user-auth-modal::-webkit-scrollbar{width:4px}.user-auth-modal::-webkit-scrollbar-thumb{background-color:var(--rd-color-primary-blue-main);border-radius:10px}.user-auth-modal::-webkit-scrollbar-track{background-color:initial;border-radius:4px}.user-auth-modal-mask{background-color:var(--rd-color-common-overlay);display:none;height:100%;left:0;position:fixed;top:0;width:100%;z-index:1000}.user-auth-modal-mask.show{display:block}@media (max-width:746px){.app-container,.article-header{padding:0 .5rem}}@media (max-width:656px){.sidebar{display:none}.app-container{margin:1rem 0}}@media (max-width:450px){.article-header{display:flex;flex-direction:column;margin:1rem 0 2rem}.article-title{font-size:.875rem;font-weight:600;line-height:1rem}.app-container{margin:1rem 0;padding:0 1rem}.content-title{font-size:1.25rem;font-weight:600;line-height:1.625rem}.author-name{font-size:.75rem;font-weight:400}.author-image{height:1.5rem;width:1.5rem}.publish-date{font-size:.75rem}.publish-date div{margin-left:0;padding:0 3px}.publish-date span{font-size:.75rem}.article-section-h1{font-size:1.25rem;font-weight:600;line-height:1.625rem}.article-section-h2{font-size:1.125rem;font-weight:600;line-height:1.375rem}.article-section-h3{font-size:1rem;font-weight:500;line-height:1.125rem}.article-section-paragraph{font-size:.75rem;font-weight:400;line-height:1rem}.user-auth-modal{width:95%}}.user-avatar{align-items:center;border-radius:50%;display:flex;justify-content:center;overflow:hidden;position:relative}.user-avatar__image{height:100%;object-fit:cover;width:100%}.user-avatar__default{align-items:center;color:#fff;display:flex;font-size:14px;font-weight:500;height:100%;justify-content:center;text-transform:uppercase;width:100%}.user-auth{display:grid;grid-template-columns:1fr 1fr;padding:2.5rem 5rem;width:100%}.user-auth__left{display:flex;flex-direction:column;flex-grow:1}.user-auth__left .bottom{display:flex;flex-direction:column;height:106vh;justify-content:center;margin-top:2.875rem}.user-auth__sign-in,.user-auth__sign-up{border:1px solid var(--rd-color-background-100);max-width:451px;padding:1.5rem 1rem}.google-signin{align-items:center;background-color:var(--rd-color-background-500);border:1px solid var(--rd-color-background-100);border-radius:4px;cursor:pointer;display:flex;font-size:var(--rd-typography-web-button-font-size);font-weight:var(--rd-typography-web-button-font-weight);grid-gap:1rem;gap:1rem;height:3rem;justify-content:center;margin-top:1rem;padding:.75rem 1rem;width:100%}.lds-ring{display:inline-block;height:5rem;position:relative;width:5rem}.lds-ring div{animation:lds-ring 1.2s cubic-bezier(.5,0,.5,1) infinite;border:8px solid transparent;border-top:8px solid var(--rd-color-background-500);border-radius:50%;box-sizing:border-box;display:block;height:64px;margin:.5rem;position:absolute;width:4rem}.lds-ring div:first-child{animation-delay:-.45s}.lds-ring div:nth-child(2){animation-delay:-.3s}.lds-ring div:nth-child(3){animation-delay:-.15s}@keyframes lds-ring{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.slider_links{background-color:var(--rd-color-primary-blue-100);border:none;border-radius:23px;cursor:pointer;height:.5rem;margin-bottom:3.125rem;margin-top:1rem;transition:all .2s ease-in-out;width:1.25rem}.slider_links.active{background-color:var(--rd-color-primary-blue-main);height:.5rem;width:2.5rem}.oauth-more-details{border:1px solid var(--rd-color-background-100);border-radius:.75rem;max-width:451px;padding:1.5rem 1rem}.user-auth__left .top{align-items:center;display:flex;grid-gap:.25rem;gap:.25rem}@media (max-width:746px){.user-auth{grid-template-columns:1fr;padding:1rem .5rem 0}.user-auth__left .bottom{display:none}.user-auth__sign-in{margin:0 auto}}@media (max-width:690px){.user-auth .bottom{display:none}}@media (max-width:450px){.user-auth__sign-in,.user-auth__sign-up{border:none;margin:0 auto!important;padding:1rem 0;width:95%}.user-auth__left{flex-direction:row}.oauth-more-details{border:none;padding:1rem 0;width:95%}}.gender{align-items:center;border-radius:4px;display:flex;height:2.25rem;justify-content:space-between;padding:.5rem 1rem;width:12.5rem}@media (max-width:450px){.gender{width:100%}}.comment-textfield{border:none;color:var(--rd-color-text-75);flex:1 1;height:52px;outline:none;padding:1rem;resize:none}.comment-textfield,.comment-textfield::placeholder{font-size:var(--rd-typography-web-label-font-size);font-weight:var(--rd-typography-web-label-font-weight)}.comment-textfield:focus{outline:none!important}.comment-textfield:focus-visible{outline:2px solid var(--rd-color-primary-blue-main)}.comment-textfield::-webkit-scrollbar{width:0}.comment-textfield__button{background-color:var(--rd-color-primary-blue-main);border:none;border-radius:6px;cursor:pointer;height:52px;position:absolute;right:0;top:50%;transform:translateY(-50%);width:4.5rem}.comment-textfield__button:hover{background-color:var(--rd-color-common-primary-hover)}@media (max-width:380px){.comment-textfield{width:3rem}}.product-review-metrics{grid-column-gap:1.5rem;column-gap:1.5rem;display:grid;grid-template-columns:1fr 1fr 1fr;grid-row-gap:1rem;row-gap:1rem}.product-review-metrics img{height:1.5rem;width:1.5rem}.product-review-metrics__left{align-items:center;display:flex;grid-gap:.5rem;gap:.5rem}.product-review-metrics__text{color:var(--rd-color-text-500)}.product-review-metrics__text,.product-review-metrics__text-right{font-size:var(--rd-typography-web-label-font-size);font-weight:var(--rd-typography-web-label-font-weight);margin:0}.product-review-metrics__text-right{padding:.5rem 1rem}#vl-fr-mny{color:var(--rd-color-text-500);font-size:var(--rd-typography-web-label-font-size);font-weight:var(--rd-typography-web-label-font-weight);margin:0}.ant-modal{width:100%}@media screen and (max-width:746px){.product-review-metrics{grid-template-columns:1fr 1fr}}@media screen and (max-width:900px){#vl-fr-mny{display:none}}@media screen and (max-width:450px){.product-review-metrics{grid-column-gap:.75rem;column-gap:.75rem;margin-top:0;grid-row-gap:.5rem;row-gap:.5rem}.product-review-metrics__left{grid-gap:.2rem;gap:.2rem}.product-review-metrics__text-right{font-size:.813rem;font-weight:400;margin:0;padding:.25rem .5rem}.product-review-metrics__text{color:var(--rd-color-text-500);font-size:.813rem;font-weight:400}.product-review-metrics img{height:1rem;width:1rem}}
/*# sourceMappingURL=17.3907e832.chunk.css.map */