/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 03 2026 | 12:11:09 */
/* =========================
   WordPress Comments – Minimal Style
   ========================= */

/* Title */
.title-comments {
    margin-bottom: 15px;
}

/* =========================
   Comment Structure
   ========================= */

.comment-body {
    display: flex;
    flex-direction: column;
    gap: 10px;
    font-size: 13px;
    background: #111827;
    padding: 20px;
    margin-bottom: 15px;
}

/* =========================
   Comment Author & Meta
   ========================= */

.comment-meta {
    display: flex;
    flex-direction: column-reverse;
    font-size: 13px;
    color: #e5e7eb;
}

.comment-meta .comment-author {
    display: flex;
    align-items: center;
}

.comment-meta .comment-author span {
    margin-left: 5px;
}

.comment-author img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-right: 10px;
}

.comment-metadata {
    margin-bottom: 10px;
}

.comment-metadata time {
    font-size: 13px;
    color: #e5e7eb;
}

.comment-metadata .edit-link {
    margin-left: 10px;
}

.comment-metadata .edit-link a {
    font-size: 13px;
}

/* =========================
   Comment Content
   ========================= */

.comment-content {
    font-size: 16px;
    color: #ffffff;
}

/* =========================
   Reply Link
   ========================= */

.reply a:hover {
    text-decoration: underline;
}

/* =========================
   Comment Form
   ========================= */

.comment-form input,
.comment-form textarea {
    width: 100%;
    padding: 10px 12px;
    margin-top: 10px;
    border: 1px solid #1F2937;
    border-radius: 6px;
    background: #111827;
    color: #ffffff;
}

.comment-form input:focus,
.comment-form textarea:focus {
    outline: none;
    border-color: #2563eb;
}

.comment-form textarea {
    min-height: 100px;
    resize: vertical;
}

.comment-form-cookies-consent {
    display: flex;
    align-items: center;
}

.comment-form input[type="checkbox"] {
    width: 20px;
    margin-top: 0;
}

.comment-form input[type="submit"] {
    width: 200px;
    text-align: center;
    cursor: pointer;
}

/* ===============================
   GLOBAL SCROLLBAR BASE STYLE
   =============================== */

/* Firefox */
* {
  scrollbar-width: thin;                 
  scrollbar-color: #3366FF #eee;            

/* Chrome, Edge, Safari */
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

::-webkit-scrollbar-track {
  background: #eee;
}

::-webkit-scrollbar-thumb {
  background-color: #999;
  border-radius: 8px;
  border: 2px solid #eee;                 
}

::-webkit-scrollbar-thumb:hover {
  background-color: #777;
}
