.google-attachment-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 7px;
  flex-wrap: wrap;
}

.google-attachment-actions a,
.google-attachment-actions button {
  min-height: 30px;
  padding: 0 10px;
  display: inline-grid;
  place-items: center;
  margin-top: 0;
  border: 1px solid rgba(185, 154, 93, .28);
  border-radius: 9px;
  background: rgba(185, 154, 93, .07);
  color: #e4c777;
  font: 600 9px/1 Manrope, sans-serif;
  text-decoration: none;
  cursor: pointer;
}

.google-attachment-actions .google-attachment-edit {
  color: #d7d2c5;
}

.google-attachment-actions .google-attachment-remove {
  width: 30px;
  padding: 0;
  border-color: rgba(190, 105, 98, .22);
  background: rgba(190, 105, 98, .06);
  color: #c9908b;
  font-size: 14px;
}

@media (max-width: 620px) {
  .google-attachment-card {
    grid-template-columns: 38px minmax(0, 1fr);
  }

  .google-attachment-actions {
    grid-column: 2;
    justify-content: flex-start;
  }
}
