/* ====== COMMENT CARDS – PREMIUM BLUE STYLE ====== */

/* Κοντέινερ σχολίου */
.comment {
  background: #f0f8ff !important; /* πολύ απαλό γαλάζιο */
  border: 1px solid #d4ecf8 !important;
  border-radius: 10px;
  padding: 16px 20px;
  margin-bottom: 22px !important;
  box-shadow: 0 2px 6px rgba(0,0,0,0.08);
}

/* Τίτλος σχολίου (h3) */
.comment .card-title {
  font-size: 1.05rem !important;   /* Μικρό και κομψό */
  color: #005f8f !important;
  font-weight: 700 !important;
  margin-bottom: 10px !important;
  margin-top: 0 !important;
  padding: 0 !important;
}

/* Κείμενο σχολίου */
.comment .comment__content {
  font-size: 1rem !important;
  line-height: 1.45 !important;
  color: #003e5e !important;
  margin-bottom: 16px !important;
}

/* Κουμπιά Διαγραφή / Επεξεργασία / Απάντηση */
.comment ul.links {
  padding-left: 0 !important;
  margin-top: 12px !important;
}

.comment ul.links li {
  display: inline-block;
  margin-right: 12px !important;
}

.comment ul.links a {
  background: #e6f6ff !important;
  color: #006a9f !important;
  padding: 6px 12px !important;
  border-radius: 6px !important;
  font-weight: 600 !important;
  text-decoration: none !important;
  border: 1px solid #bde7fa !important;
  transition: 0.25s;
}

.comment ul.links a:hover {
  background: #cfefff !important;
  color: #004c73 !important;
  transform: translateY(-1px);
}

/* Αφαίρεση της ΔΕΥΤΕΡΗΣ κάρτας meta (διπλή card-body) */
.comment .card-body:last-of-type {
  padding-top: 4px !important;
  border-top: 1px solid #d4ecf8 !important;
  background: #f8fcff !important;
}

/* Περισσότερη απόσταση από avatar */
.comment .comment__meta {
  margin-bottom: 12px !important;
}


/* Τίτλος "Σχόλια" (Comment section title) */
.block-field-blocknodeparalies-tis-samoycomment h2.title {
  font-size: 1.25rem !important;      /* μικρότερο */
  font-weight: 600 !important;         /* πιο κομψό */
  color: #005f8f !important;           /* θαλασσί */
  margin-bottom: 16px !important;
  text-align: left !important;
  letter-spacing: 0.2px;
}

.block-extra-field-blocknodeparalies-tis-samoylinks a[href*="#comment-form"] {
  display: none !important;
}


.comment .card-title {
  display: none !important;
}

/* Όνομα σχολιαστή (μείωση μεγέθους & καθάρισμα χρώματος) */
.comment .comment__author,
.comment .comment__author span,
.comment .comment__author a {
  font-size: 0.95rem !important;   /* μικρό και ισορροπημένο */
  font-weight: 600 !important;     /* όχι τόσο βαρύ */
  color: #005f8f !important;       /* θαλασσί όπως τα υπόλοιπα */
  line-height: 1.2 !important;
}
