/**
 * Public styles for Facebook Comment Cz
 */

.fbcz-comments-area {
    margin: 2em 0;
}

.fbcz-user-info {
    background: #f8f8f8;
    padding: 10px 15px;
    margin-bottom: 20px;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.fbcz-logout-link {
    margin-left: 10px;
    color: #3b5998;
    text-decoration: none;
    font-size: 0.9em;
}

.fbcz-logout-link:hover {
    text-decoration: underline;
}

.fbcz-login-required {
    background: #f8f8f8;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 3px;
    text-align: center;
}

.fbcz-login-button {
    margin-top: 15px;
}

.fbcz-login-button a.button {
    background: #3b5998;
    color: #fff;
    font-weight: bold;
    padding: 10px 20px;
    border-radius: 3px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.fbcz-login-button a.button:hover {
    background: #2d4373;
}

.fbcz-fb-icon {
    width: 16px;
    height: 16px;
    background-image: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><path fill="white" d="M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z"/></svg>');
    display: inline-block;
    margin-right: 8px;
}

.fbcz-comment-status {
    padding: 10px 15px;
    margin: 15px 0;
    border-radius: 3px;
}

.fbcz-comment-status.success {
    background-color: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}

.fbcz-comment-status.error {
    background-color: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}

/* Comment list styling */
.fbcz-comment-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.fbcz-comment-list li {
    margin-bottom: 20px;
}

.fbcz-comment-list .comment-body {
    padding: 15px;
    background: #f8f8f8;
    border-radius: 3px;
}

.fbcz-comment-list .comment-meta {
    margin-bottom: 10px;
}

.fbcz-comment-list .comment-author {
    display: flex;
    align-items: center;
}

.fbcz-comment-list .avatar {
    margin-right: 10px;
    border-radius: 50%;
}

.fbcz-comment-list .comment-metadata {
    font-size: 0.8em;
    margin-top: 5px;
    color: #666;
}

.fbcz-comment-list .comment-content {
    margin-bottom: 10px;
}

.fbcz-comment-list .comment-reply {
    font-size: 0.9em;
}

.fbcz-comment-list .comment-awaiting-moderation {
    color: #856404;
    background-color: #fff3cd;
    padding: 5px 10px;
    margin: 10px 0;
    border-radius: 3px;
}
