
.task-detail-section[data-v-efc1d4e4] {
  margin-bottom: 28px;
}
.task-detail-section[data-v-efc1d4e4]:last-of-type {
  margin-bottom: 0;
}
.task-detail-section-title[data-v-efc1d4e4] {
  font-size: 14px;
  font-weight: 600;
  color: #1e293b;
  margin: 0 0 14px 0;
  padding-bottom: 8px;
  border-bottom: 1px solid #e2e8f0;
}
.task-detail-fields[data-v-efc1d4e4] {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.task-detail-row[data-v-efc1d4e4] {
  display: flex;
  flex-direction: column;
  gap: 4px;
  align-items: flex-start;
}
.task-detail-label[data-v-efc1d4e4] {
  font-size: 12px;
  font-weight: 500;
  color: #64748b;
  line-height: 1.4;
}
.task-detail-value[data-v-efc1d4e4] {
  font-size: 14px;
  color: #1e293b;
  line-height: 1.5;
}
.task-detail-value--with-avatar[data-v-efc1d4e4],
.task-detail-value--with-icon[data-v-efc1d4e4] {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.task-detail-avatar[data-v-efc1d4e4] {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #3b82f6;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.task-detail-icon[data-v-efc1d4e4] {
  color: #64748b;
  flex-shrink: 0;
}
.task-detail-notes[data-v-efc1d4e4] {
  margin: 0;
  white-space: pre-wrap;
  word-break: break-word;
}
.task-detail-status-badge[data-v-efc1d4e4] {
  display: inline-block;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 600;
}
.task-detail-status--pending[data-v-efc1d4e4] {
  background: rgba(255, 193, 7, 0.12);
  color: #FFC107;
}
.task-detail-status--done[data-v-efc1d4e4] {
  background: rgba(76, 175, 80, 0.12);
  color: #4CAF50;
}
.task-detail-status--cancelled[data-v-efc1d4e4] {
  background: rgba(255, 152, 0, 0.12);
  color: #FF9800;
}
.task-detail-status--expired[data-v-efc1d4e4] {
  background: rgba(244, 67, 54, 0.12);
  color: #F44336;
}
.task-detail-footer[data-v-efc1d4e4] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
  gap: 10px;
}
.task-detail-footer-actions[data-v-efc1d4e4] {
  display: flex;
  align-items: center;
  gap: 10px;
}
.task-detail-chat-btn[data-v-efc1d4e4] {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  margin-left: 6px;
  padding: 3px 8px;
  font-size: 12px;
  font-weight: 500;
  color: #3b82f6;
  background: #eff6ff;
  border: 1px solid #bfdbfe;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.15s;
}
.task-detail-chat-btn[data-v-efc1d4e4]:hover {
  background: #dbeafe;
  color: #1d4ed8;
}

