/*
Theme Name: Norobots
Theme URI: https://example.com/norobots
Author: Your Name
Author URI: https://example.com
Description: Minimal custom WordPress theme
Version: 1.0
License: GNU General Public License v2 or later
Text Domain: norobots
*/

.nr-spot-plan--pro h3 {
	color: #fff;
}



.blog-post-meta {
    margin-bottom: 10px;
    font-size: 12px;
}



/* Comments Styling */

.comments-area .list-unstyled {
    list-style-type: none;
    padding: 0;
}

.comments-area .comment-body {
    border: 1px solid #ccc;
}
 
.comments-area .comment-meta a{
    text-decoration: none;
    color: #6c757d;
    font-weight: bold;
}

.comment-author img {
display: none;
}

.comment-author a {
    text-decoration: none;
    font-style: normal;
    font-weight: bold;
    color: #000;
}

.comment-respond {
    margin-top: 40px;
    margin-bottom: 80px;
}

.comments-area .btn {
    margin-top: 0;
    padding: 8px 10px;
    font-size: 15px;
}