.attachment-center {
  border: 1px solid rgba(148, 163, 184, 0.18);
  border-radius: 22px;
  padding: 14px;
  background: rgba(15, 23, 42, 0.38);
}

.attachment-head,
.attachment-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.attachment-head h4 {
  margin: 2px 0 0;
  font-size: 16px;
}

.attachment-list {
  display: grid;
  gap: 10px;
  margin-top: 12px;
}

.attachment-item {
  display: grid;
  gap: 12px;
  border: 1px solid rgba(148, 163, 184, 0.14);
  border-radius: 18px;
  padding: 12px;
  background: rgba(255, 255, 255, 0.045);
}

.attachment-main {
  justify-content: flex-start;
  align-items: flex-start;
  min-width: 0;
}

.attachment-icon {
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 14px;
  background: rgba(56, 189, 248, 0.14);
  border: 1px solid rgba(56, 189, 248, 0.22);
  color: #bae6fd;
  font-size: 12px;
  font-weight: 800;
}
