/*
Theme Name: Awwwards Custom
Theme URI: https://yourwebsite.com
Author: Your Name
Description: A modern WordPress theme.
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: awwwards-custom
Tested up to: 6.0
Requires PHP: 7.0
Tags: custom-logo, responsive, theme-options, full-width, modern, minimalist, blog, ecommerce
*/



/* --- User Comments Style --- */
.comment {
    background-color: #ffffff;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 10px;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.05);
}

/* --- User Comment Author Style --- */
.comment .comment-author {
    font-weight: bold;
    font-size: 16px;
    color: #333;
    display: inline-block;
    margin-right: 10px;
}

/* --- User Comment Date Style --- */
.comment .comment-meta {
    font-size: 14px;
    color: #888;
    margin-bottom: 10px;
}

/* --- User Comment Content Style --- */
.comment .comment-content {
    font-size: 16px;
    color: #444;
    line-height: 1.8;
}

/* --- Highlight User Comments --- */
.comment.user-comment {
    border-left: 4px solid #007bff;
    background-color: #f9f9f9;
}

.comment.user-comment .comment-author {
    color: #007bff;
}

.comment.user-comment .comment-meta {
    color: #777;
}
/* --- Admin Comment Style --- */
.comment.admin-comment {
    background-color: #e8f7ff;
    border-left: 4px solid #0056b3;
}

/* --- Admin Comment Author Style --- */
.comment.admin-comment .comment-author {
    font-weight: bold;
    color: #0056b3;
}

.comment.admin-comment .comment-meta {
    color: #444;
}

.comment.admin-comment .comment-content {
    color: #333;
}
