/* ========================================
   COMMENT.CSS - TABLET RESPONSIVE STYLES (768px - 1023px)
   ======================================== */

@media (min-width: 768px) and (max-width: 1023px) {
  .comment-section {
    padding: 2rem;
    margin-top: 2.5rem;
  }

  .comment-form {
    padding: 2rem;
    margin: 2.5rem 0;
  }

  .comment-form textarea {
    padding: 1rem;
    font-size: 1.1rem;
    min-height: 120px;
  }

  .comment-form button {
    padding: 0.7rem 1.5rem;
    font-size: 1rem;
  }

  .comment {
    padding: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .comment .user-icon {
    width: 50px;
    height: 50px;
  }

  .user-icon-container {
    margin-right: 1rem;
  }

  .badge-overlay {
    width: 80px;
    top: -45px;
    right: -18px;
  }

  #comment-content,
  .comment-content {
    font-size: 1.1rem;
    line-height: 1.6;
    padding-left: 80px;
  }

  .comment small {
    font-size: 0.95rem;
  }

  .comment-actions {
    gap: 1rem;
    padding-left: 80px;
  }

  .comment-actions button {
    padding: 0.5rem 1rem;
    font-size: 0.95rem;
  }

  .edit-form textarea {
    font-size: 1.1rem;
    padding: 1rem;
  }

  .edit-form button {
    padding: 0.6rem 1.2rem;
    font-size: 0.95rem;
  }
}
