.fb-comments-wrapper {    max-width: 550px;    margin: 20px auto;    background-color: #f0f2f5;    padding: 12px;    border-radius: 8px;    font-family: Helvetica, Arial, sans-serif;    font-size: 14px;    color: #1c1e21;    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);}.fb-comments-comment {    display: flex;    align-items: flex-start;    width: 100%;    border-spacing: 0;}.fb-comments-comment-img {    flex-shrink: 0;}.fb-comments-comment-img img {    width: 48px;    height: 48px;    border-radius: 50%;    object-fit: cover;    margin-right: 10px;}.fb-comments-comment-body {    flex: 1;    text-align: left;}.fb-comments-comment-name name {    font-weight: bold;    color: #050505;    display: block;}.fb-comments-comment-text {    line-height: 1.4;    color: #050505;    margin-top: 4px;}.fb-comments-comment-actions {    font-size: 13px;	display:none;    color: #65676b;}.fb-comments-header {    font-size: 26px;    font-weight: bold;    color: #1c1e21;    margin-bottom: 10px;    padding-bottom: 6px;    border-bottom: 1px solid #ccc;    font-family: Helvetica, Arial, sans-serif;}.fb-comments-comment-actions like,.fb-comments-comment-actions reply,.fb-comments-comment-actions likes,.fb-comments-comment-actions date {    cursor: pointer;    margin-right: 5px;}.fb-comments-comment-actions like:hover,.fb-comments-comment-actions reply:hover {    text-decoration: underline;}