.hws-log-entry {
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 24px;
  padding: 24px;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  background: #fff;
  margin-bottom: 24px;
}

.hws-log-left div {
  margin-bottom: 8px;
  font-size: 14px;
}

.hws-topic {
  font-weight: 600;
  font-size: 16px;
}

.hws-priority {
  padding: 4px 8px;
  border-radius: 6px;
  display: inline-block;
  font-size: 12px;
  margin-top: 4px;
}

.hws-priority.low { background:#e5e7eb; color:#111827; }
.hws-priority.normal { background:#0056d6; color:#fff; }
.hws-priority.high { background:#d60000; color:#fff; }

.hws-attachments h4 {
  margin: 10px 0 4px;
  font-size: 13px;
  font-weight: 600;
}

.hws-attachments a.file {
  display:block;
  font-size:13px;
  color:#0056d6;
  text-decoration:none;
}

.hws-log-right h3 {
  margin-top:0;
  margin-bottom:8px;
}

.hws-responses .response {
  margin-top:10px;
  padding-top:8px;
  border-top:1px solid #e5e7eb;
}

.hws-actions {
  margin-top:16px;
}

.hws-actions .btn {
  display:inline-block;
  margin-right:8px;
  margin-bottom:6px;
  padding:8px 14px;
  border-radius:999px;
  background:#0056d6;
  color:#fff;
  text-decoration:none;
  font-size:13px;
  border:none;
  cursor:pointer;
}

.hws-actions .btn.print {
  background:#4b5563;
}

.hws-actions .btn.pdf {
  background:#111827;
}

@media (max-width: 768px) {
  .hws-log-entry {
    grid-template-columns: 1fr;
  }
}
