Theme Name: Vijesti Srpske
Theme URI: https://vijestisrpske.ba
Author: Dejan Zerdo
Author URI: https://zeks.ba
Version: 1.0 - KOMENTARI
*/

.custom-comments-area {
  margin-top: 40px;
}

.comments-title {
  font-size: 22px;
  margin-bottom: 25px;
  font-weight: 600;
}

.comment-notice {
  background-color: #f8f8f8;
  border-left: 4px solid #d6232f;
  padding: 15px;
  margin-bottom: 25px;
  font-size: 14px;
  color: #444;
  border-radius: 5px;
}

.comment-list {
  list-style: none;
  padding: 0;
}

.custom-comment-box {
  border: 1px solid #eee;
  border-radius: 10px;
  padding: 15px;
  margin-bottom: 15px;
  background: #fff;
}

.comment-meta {
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
  font-size: 14px;
  color: #555;
}

.comment-meta strong {
  font-weight: bold;
  color: #222;
}

.comment-date {
  color: #999;
}

.comment-text {
  font-size: 16px;
  color: #333;
  margin-bottom: 10px;
}

.comment-actions {
  display: flex;
  gap: 15px;
  align-items: center;
  font-size: 14px;
}

.comment-actions .like-btn,
.comment-actions .dislike-btn {
  display: flex;
  align-items: center;
  gap: 4px;
  font-weight: bold;
}

.comment-actions .like-btn {
  color: #38a169;
}

.comment-actions .dislike-btn {
  color: #e53e3e;
}

.comment-actions a {
  margin-left: auto;
  text-decoration: none;
  color: #555;
  font-weight: bold;
}

.comment-actions a:hover {
  text-decoration: underline;
}

.comment-form textarea,
.comment-form input[type="text"],
.comment-form input[type="email"] {
  width: 100%;
  padding: 12px;
  margin-bottom: 12px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 15px;
  font-family: inherit;
}

.comment-form textarea {
  min-height: 150px;
}

.comment-submit-btn {
  background-color: #d6232f;
  color: white;
  border: none;
  padding: 14px 24px;
  font-size: 16px;
  border-radius: 6px;
  cursor: pointer;
  width: 100%;
}

.comment-submit-btn:hover {
  background-color: #b61d27;
}
