.ask-header h4 {
  font-size: 1.25rem;
  font-weight: bold;
}

.ask-description {
  font-size: 0.95rem;
  color: #6c757d;
}

.ask-buttons .btn {
  font-size: 0.95rem;
}

.ask-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.ask-avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #ffc;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  color: #333;
  margin-right: 15px;
  font-size: 1rem;
  flex-shrink: 0;
}

.ask-content {
  flex: 1;
}

.ask-name {
  font-weight: 600;
  margin-bottom: 5px;
}

.ask-question {
  margin-bottom: 10px;
  font-size: 0.95rem;
}

.ask-reply {
    margin-top: 5px;
    background: #2c2c2c;
    padding: 10px;
    border-left: 3px solid #ccc;
    border-radius: 4px;
    font-size: .9rem;
}
.ask-reply strong {
  display: block;
  margin-bottom: 4px;
  font-weight: 600;
}
