.component-eyebrow{font-weight:500;font-size:1.4rem;line-height:2rem;color:var(--eyebrow-text-color)}.component-eyebrow a{text-decoration:none;color:currentColor}.component-comment-section{max-width:100vw;width:100%;display:flex;flex-direction:column;padding:2.4rem 0}.component-comment-section>header{margin:2.4rem auto;width:100%;display:flex;flex-direction:row;justify-content:flex-start}.component-comment-section>header .component-button{justify-content:center;width:100%}@media screen and (min-width:1060px){.component-comment-section>header .component-button{width:auto}}.component-comment-section>header .component-button .icon-chat{width:2rem;height:2rem;margin-right:.6rem}.component-comment-section>header .component-button .icon-chat path{fill:currentColor}.component-comment-section .comments-container{-webkit-transition:all 1s cubic-bezier(0,1,0,1);transition:all 1s cubic-bezier(0,1,0,1);min-height:0;max-height:0;overflow:hidden}.component-comment-section .comments-container.open{min-height:20rem;max-height:70.4rem;overflow-y:auto}.component-comment-section .fb-comments iframe{width:100%!important}