.feedback-file-field {
  border: 1px dashed rgb(167 243 208);
  border-radius: 0.5rem;
  background: rgb(236 253 245 / 0.45);
  padding: 0.4rem 0.55rem;
}

.feedback-file-field > span:first-child {
  display: block;
  margin-bottom: 0.25rem;
  font-size: 0.65rem;
}

.feedback-file-field .feedback-file-hint {
  margin-top: 0.35rem;
  font-size: 0.6rem;
  line-height: 1.35;
  color: rgb(100 116 139);
}

.feedback-file-picker {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.35rem 0.5rem;
}

.feedback-file-input-native {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.feedback-file-choose-btn {
  display: inline-flex;
  cursor: pointer;
  align-items: center;
  border-radius: 0.4rem;
  border: 1px solid rgb(110 231 183);
  background: #fff;
  padding: 0.2rem 0.5rem;
  font-size: 0.65rem;
  font-weight: 600;
  color: rgb(4 120 87);
  transition: background-color 0.15s ease, border-color 0.15s ease;
}

.feedback-file-choose-btn:hover {
  border-color: rgb(5 150 105);
  background: rgb(236 253 245);
}

.feedback-file-status {
  min-width: 0;
  flex: 1;
  font-size: 0.6rem;
  line-height: 1.3;
  color: rgb(100 116 139);
}

.feedback-attach-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.feedback-attach-card {
  display: flex;
  max-width: 8.5rem;
  flex-direction: column;
  overflow: hidden;
  border-radius: 0.5rem;
  border: 1px solid rgb(226 232 240);
  background: #fff;
  text-decoration: none;
  color: inherit;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.feedback-attach-card:hover {
  border-color: rgb(110 231 183);
  box-shadow: 0 2px 8px rgb(16 185 129 / 0.12);
}

.feedback-attach-thumb {
  display: flex;
  height: 3.25rem;
  align-items: center;
  justify-content: center;
  background: rgb(248 250 252);
}

.feedback-attach-thumb img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.feedback-attach-icon {
  display: flex;
  height: 1.75rem;
  width: 1.75rem;
  align-items: center;
  justify-content: center;
  border-radius: 0.35rem;
  background: rgb(236 253 245);
  font-size: 0.55rem;
  font-weight: 700;
  color: rgb(4 120 87);
}

.feedback-attach-meta {
  padding: 0.3rem 0.4rem;
  text-align: right;
}

.feedback-attach-name {
  display: block;
  font-size: 0.58rem;
  font-weight: 600;
  line-height: 1.3;
  color: rgb(30 41 59);
}

.feedback-attach-sub {
  margin-top: 0.1rem;
  font-size: 0.55rem;
  color: rgb(100 116 139);
}

.feedback-attach-dl {
  margin-top: 0.15rem;
  font-size: 0.55rem;
  font-weight: 600;
  color: rgb(5 150 105);
}
