.elementor-464 .elementor-element.elementor-element-b055df6{--display:flex;}/* Start custom CSS for html, class: .elementor-element-6dfde7e */.comments-section {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

/* Card */
.comment-item {
  background: #f8f8f8;
  padding: 18px;
  border-radius: 12px;
  border: 1px solid #e5e5e5;
  box-shadow: 0 2px 5px rgba(0,0,0,0.04);
}

/* Cabeçalho */
.comment-header {
  display: flex;
  flex-direction: column;
  margin-bottom: 8px;
}

.comment-header strong {
  font-size: 16px;
}

.comment-time {
  font-size: 13px;
  opacity: 0.7;
}

/* Texto */
.comment-text {
  margin: 10px 0 14px;
  line-height: 1.45;
  font-size: 15px;
}

/* Ações */
.comment-actions {
  display: flex;
  gap: 16px;
  font-size: 14px;
  opacity: 0.85;
}

/* -------------------------- */
/* 📱 MOBILE – otimização real */
/* -------------------------- */
@media (max-width: 480px) {

  .comment-item {
    padding: 14px;             /* menos espaço → card mais delicado */
    border-radius: 10px;
  }

  .comment-header strong {
    font-size: 15px;           /* reduz um pouco */
  }

  .comment-time {
    font-size: 12px;
  }

  .comment-text {
    font-size: 14px;
    line-height: 1.4;
    margin: 8px 0 12px;
  }

  .comment-actions {
    font-size: 13px;
    gap: 14px;
  }

  .like, .replies {
    transform: scale(.95);     /* deixa mais discreto */
  }
}/* End custom CSS */